summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/i386/syscall.S
Commit message (Expand)AuthorAgeFilesLines
* Remove stray code alignment (.align 16 and .align 4 directives)Denis Vlasenko2007-07-291-1/+0
* jump straight to __syscall_errorMike Frysinger2005-08-111-4/+1
* oops, we want to jmp to the syscall handler, not call itMike Frysinger2005-07-081-1/+1
* add update from psm to support 6 arguments to syscallMike Frysinger2005-07-071-6/+11
* Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting e...Mike Frysinger2005-07-061-42/+13
* syntax touchups as suggested by Peter S. MazingerMike Frysinger2005-07-061-4/+4
* need to include features.h to get uclibc definesMike Frysinger2005-06-291-0/+2
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-2/+2
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-4/+4
* Add support for people calling syscall()Eric Andersen2002-07-241-0/+76