OSDN Git Service

Fixes NPTL build on x86.
[uclinux-h8/uclibc-ng.git] / libc / sysdeps / linux / i386 / bits / syscalls.h
2010-04-09 Natanael CopaFixes NPTL build on x86.
2010-04-06 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: more compact, but stack-hungry...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain _BITS_SYSCALLS_ASM
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: generate better code using more...
2010-04-06 Denys Vlasenkoi386/bits/syscalls.h: explain how it works. no code...
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-01 Khem RajMerge commit 'origin/master' into nptl
2010-01-25 Carmelo AmorosoMerge branch 'master' into nptl
2009-12-23 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-19 Austin FoxleyMerge commit 'origin/master' into nptl
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-29 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-11-23 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-10-17 Austin Foxleyi386 specific bit for nptl
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...