index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
i386
/
syscall.S
Age
Commit message (
Collapse
)
Author
2007-07-29
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
from i386 and x86_64.
2005-08-11
jump straight to __syscall_error
Mike Frysinger
2005-07-08
oops, we want to jmp to the syscall handler, not call it
Mike Frysinger
2005-07-07
add update from psm to support 6 arguments to syscall
Mike Frysinger
2005-07-06
Peter S. Mazinger writes: use the __syscall_error.c trick to handle setting ↵
Mike Frysinger
errno
2005-07-06
syntax touchups as suggested by Peter S. Mazinger
Mike Frysinger
2005-06-29
need to include features.h to get uclibc defines
Mike Frysinger
2003-05-30
In a number of places we erroneously used tests such as '#ifdef PIC' when we
Eric Andersen
should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik
2002-08-16
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
Eric Andersen
-Erik
2002-07-24
Add support for people calling syscall()
Eric Andersen
-Erik