OSDN Git Service

i386/bits/syscalls.h: explain how it works. no code changes
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / i386 / bits / syscalls.h
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain how it works. no code...
2009-10-15 Mike Frysingeri386: use common INTERNAL_SYSCALL_ERROR_P
2009-07-09 Mike Frysingersyscall: unify part 2: NCS variety
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-01-05 Mike Frysingermichael_d writes in #1874:
2007-03-13 Khem RajUsing local variable 'result' caused problems with...
2007-03-06 Khem RajAdd posix_fadvise posix_fadvise64 for arm.
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-04-13 Eric Andersenprune trailing whitespace
2006-02-15 Peter S. MazingerBlock the combo DOMULTI/SUPPORT_LD_DEBUG
2006-01-23 Peter S. MazingerMake i386 build w/ -std=c99 (almost)
2006-01-05 Mike Frysingerimplement syscall6
2005-11-02 Peter S. MazingerUndo 12115, it fails on building libc/sysdeps/linux...
2005-11-02 Peter S. MazingerCleaner i386/syscalls.h patch to handle macro redefines...
2005-11-02 Peter S. MazingerRemove __set_errno proposed by jocke
2005-11-02 Peter S. MazingerAllow sources using syscalls to be IMA compiled on x86
2002-09-05 Miles BaderChange <bits/syscall.h> to <bits/sysnum.h>.
2002-07-22 Eric AndersenRework syscall handling. Rewrite syscall handlers...
2001-06-28 Manuel Novoa III Added a script to create bits/syscall.h for each arch.
2001-06-27 Eric AndersenStep one in a process to ween ourselves off of using...
2001-06-23 Eric AndersenThis adds in support for PIC on x86. Unfortunately...