LinuxTV

CVS log for dietlibc/i386/dyn_syscalls.S

[BACK] Up to [DVB] / dietlibc / i386

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon May 6 21:32:16 2013 UTC (11 years, 1 month ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +0 -1 lines
fix dynamic build

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Mar 3 17:33:16 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +3 -0 lines
fix compiler warnings
make i386 start code slightly smaller (I think profiling was broken,
too, and this should fix it)
add PIC stack smash handler

Revision 1.42: download - view: text, markup, annotated - select for diffs
Thu Mar 3 15:45:32 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -0 lines
  use vsyscall for time on x86_64 instead of wrapping gettimeofday (Nikola Vladov)
  CPU affinity support (Indan Zupancic)

Revision 1.41: download - view: text, markup, annotated - select for diffs
Sat Dec 27 19:53:16 2008 UTC (15 years, 5 months ago) by leitner
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +3 -0 lines
fix make dyn

Revision 1.40: download - view: text, markup, annotated - select for diffs
Fri Oct 13 20:11:13 2006 UTC (17 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -0 lines
fix dyamic build

Revision 1.39: download - view: text, markup, annotated - select for diffs
Sat Oct 8 21:11:32 2005 UTC (18 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +58 -0 lines
add syscalls to dynamic linking

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:47:03 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +1 -0 lines
lots of new syscalls

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Jul 13 07:31:41 2005 UTC (18 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -0 lines
  provide toascii and ustat (Reynir Stefansson)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Jan 28 16:04:54 2005 UTC (19 years, 4 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +18 -18 lines
dynamic x86_64 support (libdl relocator and dyn_syscalls)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Jun 14 16:13:24 2004 UTC (19 years, 11 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -0 lines
settimeofday...

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu Apr 29 14:37:25 2004 UTC (20 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +12 -0 lines
set the elf-type of some symbols

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu Jan 15 17:35:43 2004 UTC (20 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -0 lines
  Fix i386 unified syscall -EMEDIUMTYPE handling (Juergen Sawinski via
    Clifford Wolf)

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Oct 7 14:39:44 2003 UTC (20 years, 8 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -0 lines
added missing syscalls (cap{g,s}et)
added missing addmntent

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 12 00:40:23 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
msync was missing from dynamic syscalls on x86 and arm (Thomas Walpuski)

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Sep 3 11:43:51 2003 UTC (20 years, 9 months ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -0 lines
missed to add the missing syscall in this...

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed May 21 11:40:02 2003 UTC (21 years ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -0 lines
sendfile64 was missing in the dynamic libraries.
changing alignment flags to new values

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu May 15 15:17:10 2003 UTC (21 years ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +16 -6 lines
- removing "<arch>/mmap.*" where no arch-specific impementation is needed.
  (added "syscalls.s/mmap.S")

- fixing the vsyscall in the dynamic library... (self made problem)

- removing warning in "res_query.c"

- changing type of stream-mutex to recursive

- sparc/sparc64: shrink of the unified syscall and the special syscalls
  (fork/pipe) to use the "unified_syscall_error_handler"

Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Apr 14 13:00:40 2003 UTC (21 years, 1 month ago) by sanjiyan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +18 -0 lines
added SYSENTER support

Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Jan 8 16:03:03 2003 UTC (21 years, 4 months ago) by olaf
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -1 lines
fixed a "bug"... someone had missed to put in PIC-code *grumble*

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Nov 24 16:49:11 2002 UTC (21 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +8 -0 lines
work around new x86 2.5 syscall numbers exceeding 255, thus breaking our
%al size optimization by adding a new fixup __unified_syscall_256 that
uses %ax and fixing up the stubs to call this one if the syscall number
is large enough.  Ugh.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Nov 24 15:23:03 2002 UTC (21 years, 6 months ago) by fefe
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -0 lines
add a few more syscall #defines
add epoll header file and syscalls

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Sep 13 20:05:12 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -0 lines
work around problem caused by other workaround (caused by a workaround
gone bad working around some other problem)

Don' ask.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Sep 13 13:14:12 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +5 -0 lines
do some _really_ gross kludgery to get the new i386 socketcalls in the
dyn_syscalls and out of the separate object files so the assembler can
produce short jumps

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 13 13:06:05 2002 UTC (21 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +20 -1 lines
still doesn't compile, but it's a start

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Aug 8 16:59:07 2002 UTC (21 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3 lines
i386/*	reduce number of executed instructions
atexit	added symbol for new pthread implementation
x86_64	hope that profiling and {con,de}structors works again

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed May 29 13:48:10 2002 UTC (22 years ago) by fefe
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -2 lines
make signal() a wrapper around sigaction()

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun May 5 21:44:07 2002 UTC (22 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -0 lines
add truncate64 and ftruncate64 (with backwards compatibility)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 9 15:48:50 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -0 lines
a few patches to make Berkeley DB and Postfix compile

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Feb 25 16:00:50 2002 UTC (22 years, 3 months ago) by olaf
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -3 lines
Assembler and PIC code the source of all evel in the dynamic-section....
Added a helper for x86 and modified the assembler sources (now the
libdietc.so is NON textrel again....). S390 fixed a typo.
Fixed diet so dynamic binaries uses the "correct" dynamic-linker...

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Feb 25 14:52:47 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
add ptrace to i386 dyn syscalls

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Feb 21 00:33:36 2002 UTC (22 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +1 -0 lines
be more alpha and gcc 2.96 for SuSE 7.1 AXP friendly, add fdatasync.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Feb 1 01:47:31 2002 UTC (22 years, 4 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -1 lines
remove vfork and add alarm to dynamic syscalls.
fix diet-dyn to link in dyn_dstop instead of dyn_stop

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Nov 26 15:16:23 2001 UTC (22 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
redo a few changes from the other repository

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Nov 12 14:47:00 2001 UTC (22 years, 6 months ago) by olaf
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -3 lines
removed a bug with the largefile back compatible option and dynamic-linking

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Oct 8 12:57:58 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
arg... fixed some names (dyn_syscalls)
and the other weren't dynamic aware...

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Sep 28 19:44:22 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -0 lines
new syscalls for modutils

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Sep 24 15:50:04 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +18 -0 lines
even more missing syscalls (all 32-bit uid/gid calls)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Sep 24 10:51:49 2001 UTC (22 years, 8 months ago) by olaf
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
"new" adjtimex wasn't added to the dynamic-syscalls

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jul 26 16:08:10 2001 UTC (22 years, 10 months ago) by olaf
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +10 -4 lines
so a LITTLE change of stdio.... (urg...)
added some weak aliases to assembler returns :) that are always present.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Jun 28 15:33:30 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -1 lines
ups missed some asm-syms and removed warning

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jun 28 14:55:03 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
asm-symbol-declarstion and dynlibs *ARG* ....
fixed Makefile for target dyn to create the pic-$(ARCH) dir ...

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Jun 19 15:11:09 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -4 lines
ups... PIC code. Forgot the PIC "lead-in" in clone....

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Jun 18 21:44:03 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
mini change ...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jun 18 19:19:43 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
changed a "little" for dynamic dietlibc(.so)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>