LinuxTV

CVS log for dietlibc/i386/syscalls.h

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Dec 11 10:36:27 2018 UTC (5 years, 5 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +4 -1 lines
update syscalls

Revision 1.24: download - view: text, markup, annotated - select for diffs
Mon Sep 4 21:59:50 2017 UTC (6 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
use __DYN_LIB instead of __PIC__ in i386 socketcalls

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Mar 6 13:41:51 2017 UTC (7 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +5 -0 lines
quick fix for weak syscalls with number > 255

Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Feb 26 18:52:11 2017 UTC (7 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +26 -0 lines
add more syscalls

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Oct 6 19:58:06 2014 UTC (9 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +6 -0 lines
new syscall numbers

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Apr 23 10:23:23 2013 UTC (11 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +11 -0 lines
update syscall list to kernel version 3.8
fix x32 (got bitten as early adopter)
add pipe2
change x86_64 gettimeofday to non-vsyscall in the presence of valgrind

Revision 1.19: download - view: text, markup, annotated - select for diffs
Thu Mar 3 18:40:05 2011 UTC (13 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -0 lines
get rid of lots of socket cruft

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Dec 2 02:22:03 2009 UTC (14 years, 6 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +10 -1 lines
fix tcbhead_t for x86_64 (relevant for -fstack-protector)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Sep 30 21:02:35 2008 UTC (15 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -0 lines
more argument constness for dns routines
add some new syscall numbers
fix multibyte stuff for latin1 case

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Feb 19 00:28:13 2008 UTC (16 years, 3 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -0 lines
  several fixes from Enrico Scholz (printf, string routines on big endian)
  add some more syscalls
  some minor cleanups
  shrink some string functions (Kris Katterjohn)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jan 10 22:51:09 2007 UTC (17 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
  prevent integer overflows in printf (return -1, like Solaris)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Sep 18 22:08:39 2006 UTC (17 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +25 -0 lines
syscall update

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 21 07:33:08 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -0 lines
  update syscalls
  lots of fixes from Markus FX Oberhumer:
    * better signal handling error detection
    * setjmp.S on i386
    * getenv on i386
    * sys/stat.h -malign-double fix
    * update fcntl.h for MIPS to 2.6.13 version
    * jmp_buf is 40*8 instead of 58*8 on ppc64.
    * This patch fixes the section of the TOC entries on ppc64
    * libstdc++ updates for gcc 4
    * remove cstddef and cwchar (no longer needed)
    * int -> ssize_t for read and write
    * sigjmp.c: __mask_was_saved was not set in all cases!
    * another round of ILP64 cleanups

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 23 19:05:25 2005 UTC (19 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +15 -0 lines
add readahead(2)
update syscalls.h for all architectures

Revision 1.11: 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.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
set the elf-type of some symbols

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 7 14:24:39 2003 UTC (20 years, 7 months ago) by leitner
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +7 -1 lines
update some syscalls
correct sparc SIG_BLOCK and friends

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Apr 12 15:19:01 2003 UTC (21 years, 1 month ago) by leitner
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -5 lines
the epoll syscalls were renamed, follow the new naming
add a couple of new 2.5 syscalls

Revision 1.8: 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
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.7: preferred, colored
Changes since revision 1.7: +5 -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.7: 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.6: preferred, colored
Changes since revision 1.6: +36 -0 lines
add a few more syscall #defines
add epoll header file and syscalls

Revision 1.6: 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.5: preferred, colored
Changes since revision 1.5: +4 -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.5: 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.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
still doesn't compile, but it's a start

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Aug 27 13:55:31 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +11 -0 lines
optimize a few more bytes away from the socket calls on i386

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Aug 26 13:11:04 2002 UTC (21 years, 9 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -2 lines
add .size to i386 syscalls

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jun 28 14:10:57 2001 UTC (22 years, 11 months ago) by olaf
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -0 lines
added symbol-type for dynamic-libs...

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 16 17:48:55 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
even more clean-up

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>