summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/bits/syscalls.h
Commit message (Expand)AuthorAgeFilesLines
* *: silence some warningsBernhard Reutner-Fischer2012-01-261-3/+4
* i386: extend IMA guards to also cover LTOBernhard Reutner-Fischer2011-02-091-2/+5
* Fixes NPTL build on x86.Natanael Copa2010-04-091-1/+1
* i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko2010-04-061-18/+78
* i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko2010-04-061-45/+9
* i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko2010-04-061-4/+11
* i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko2010-04-061-100/+116
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* syscall: unify part 2: NCS varietyMike Frysinger2009-07-091-3/+3
* syscall: unify common syscall definesMike Frysinger2009-07-081-66/+0
* - fixup asm. No object-code changesBernhard Reutner-Fischer2008-04-241-1/+1
* michael_d writes in #1874: Mike Frysinger2008-01-051-2/+2
* Using local variable 'result' caused problems with lseek64 syscall failing wi...Khem Raj2007-03-131-10/+9
* Add posix_fadvise posix_fadvise64 for arm.Khem Raj2007-03-061-15/+27
* Take Mike Frysinger's comments into account -- make certain that userEric Andersen2006-12-081-5/+0
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-2/+4
* prune trailing whitespaceEric Andersen2006-04-131-2/+2
* Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger2006-02-151-1/+41
* Make i386 build w/ -std=c99 (almost)Peter S. Mazinger2006-01-231-2/+2
* implement syscall6Mike Frysinger2006-01-051-0/+12
* Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger2005-11-021-5/+4
* Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger2005-11-021-4/+4
* Remove __set_errno proposed by jockePeter S. Mazinger2005-11-021-4/+2
* Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger2005-11-021-1/+4
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-2/+2
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-156/+109
* Added a script to create bits/syscall.h for each arch.Manuel Novoa III2001-06-281-0/+39
* Step one in a process to ween ourselves off of using asm/unistd.h.Eric Andersen2001-06-271-1/+79
* This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen2001-06-231-0/+81