Age | Commit message (Expand) | Author |
2012-08-04 | i386/bits/syscalls.h: allow immediate values as 6th syscall arg | Natanael Copa |
2012-01-26 | *: silence some warnings | Bernhard Reutner-Fischer |
2011-02-09 | i386: extend IMA guards to also cover LTO | Bernhard Reutner-Fischer |
2010-04-09 | Fixes NPTL build on x86. | Natanael Copa |
2010-04-06 | i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s... | Denys Vlasenko |
2010-04-06 | i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASM | Denys Vlasenko |
2010-04-06 | i386/bits/syscalls.h: generate better code using more restrictive asm constra... | Denys Vlasenko |
2010-04-06 | i386/bits/syscalls.h: explain how it works. no code changes | Denys Vlasenko |
2009-10-15 | i386: use common INTERNAL_SYSCALL_ERROR_P | Mike Frysinger |
2009-07-09 | syscall: unify part 2: NCS variety | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2008-04-24 | - fixup asm. No object-code changes | Bernhard Reutner-Fischer |
2008-01-05 | michael_d writes in #1874: | Mike Frysinger |
2007-03-13 | Using local variable 'result' caused problems with lseek64 syscall failing wi... | Khem Raj |
2007-03-06 | Add posix_fadvise posix_fadvise64 for arm. | Khem Raj |
2006-12-08 | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger |
2006-04-13 | prune trailing whitespace | Eric Andersen |
2006-02-15 | Block the combo DOMULTI/SUPPORT_LD_DEBUG | Peter S. Mazinger |
2006-01-23 | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger |
2006-01-05 | implement syscall6 | Mike Frysinger |
2005-11-02 | Undo 12115, it fails on building libc/sysdeps/linux/common | Peter S. Mazinger |
2005-11-02 | Cleaner i386/syscalls.h patch to handle macro redefines proposed by jocke | Peter S. Mazinger |
2005-11-02 | Remove __set_errno proposed by jocke | Peter S. Mazinger |
2005-11-02 | Allow sources using syscalls to be IMA compiled on x86 | Peter S. Mazinger |
2002-09-05 | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader |
2002-07-22 | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen |
2001-06-28 | Added a script to create bits/syscall.h for each arch. | Manuel Novoa III |
2001-06-27 | Step one in a process to ween ourselves off of using asm/unistd.h. | Eric Andersen |
2001-06-23 | This adds in support for PIC on x86. Unfortunately, this will break | Eric Andersen |