summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/syscalls.h
AgeCommit message (Expand)Author
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