summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/syscalls.h
AgeCommit message (Expand)Author
2017-01-29use safe, even if possibly a few cycles slower, six-argument syscall implemen...mirabilos
2017-01-29extract six-argument syscalls from the restmirabilos
2017-01-29remove dead codeWaldemar Brodkorb
2016-08-27remove DOMULTI supportWaldemar Brodkorb
2012-08-04i386/bits/syscalls.h: allow immediate values as 6th syscall argNatanael Copa
2012-01-26*: silence some warningsBernhard Reutner-Fischer
2011-02-09i386: extend IMA guards to also cover LTOBernhard Reutner-Fischer
2010-04-09Fixes NPTL build on x86.Natanael Copa
2010-04-06i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko
2010-04-06i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko
2009-10-15i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger
2009-07-09syscall: unify part 2: NCS varietyMike Frysinger
2009-07-08syscall: unify common syscall definesMike Frysinger
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-01-05michael_d writes in #1874: Mike Frysinger
2007-03-13Using local variable 'result' caused problems with lseek64 syscall failing wi...Khem Raj
2007-03-06Add posix_fadvise posix_fadvise64 for arm.Khem Raj
2006-12-08Take Mike Frysinger's comments into account -- make certain that userEric Andersen
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-04-13prune trailing whitespaceEric Andersen
2006-02-15Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-05implement syscall6Mike Frysinger
2005-11-02Undo 12115, it fails on building libc/sysdeps/linux/commonPeter S. Mazinger
2005-11-02Cleaner i386/syscalls.h patch to handle macro redefines proposed by jockePeter S. Mazinger
2005-11-02Remove __set_errno proposed by jockePeter S. Mazinger
2005-11-02Allow sources using syscalls to be IMA compiled on x86Peter S. Mazinger
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2001-06-28Added a script to create bits/syscall.h for each arch.Manuel Novoa III
2001-06-27Step one in a process to ween ourselves off of using asm/unistd.h.Eric Andersen
2001-06-23This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen