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
/
mips
/
bits
/
syscalls.h
Age
Commit message (
Expand
)
Author
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-11-04
mips64 patch from Atsushi Nemoto:
Eric Andersen
2006-08-23
sync with psm: update errno handling to be the same on all arches
Mike Frysinger
2006-01-05
sync __SYSCALL_CLOBBERS macro from glibc
Mike Frysinger
2005-04-13
Further rework the mips syscalls
Eric Andersen
2005-04-01
Cleanup the mips syscalls a bit more, and fix a few
Eric Andersen
2005-03-14
Make mips/mipsel syscalls no longer complain about the "use of memory input
Eric Andersen
2004-10-19
Atsushi Nemoto writes:
Eric Andersen
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-08-09
Cleanup error returns to avoid warnings
Eric Andersen
2002-07-26
The __set_errno macro _must_ match that defined in include/bits/errno.h. We
Eric Andersen
2002-07-25
ldso specific syscalls and userspace syscalls all in one file now.
"Steven J. Hill"
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-02-04
Be consistant about the ways in which asm/unistd.h might
Eric Andersen
2002-02-01
Add in syscalls.h for mipsel, thanks to Steven J. Hill.
Eric Andersen