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
/
sh
/
bits
/
syscalls.h
Age
Commit message (
Expand
)
Author
2008-09-25
sh: Fix SYSCALL_INST_STRx to work for SH-2[A] core by using the
Carmelo Amoroso
2008-09-16
Add INTERNAL_SYSCALL macros for sh
Carmelo Amoroso
2006-12-08
Take Mike Frysinger's comments into account -- make certain that user
Eric Andersen
2006-10-23
Merge SH-2 trapa fixups from Mark.
Paul Mundt
2006-08-23
sync with psm: update errno handling to be the same on all arches
Mike Frysinger
2005-08-08
remove duplicated _syscall6 definitions and unify them with a define
Mike Frysinger
2005-05-07
Fix trapa value for _syscall6() to conform with new sh syscall ABI.
Paul Mundt
2002-09-05
Change <bits/syscall.h> to <bits/sysnum.h>.
Miles Bader
2002-08-09
Doh! I broke it. oops. Patch from Stefan Allius to fix it.
Eric Andersen
2002-08-08
I reworked syscalls.h to match how I'm doing other arches. Stefan Allius and
Eric Andersen
2002-07-22
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
Eric Andersen
2002-01-02
Sync SH header files with glibc 2.2.4, so it can actually have a chance
Eric Andersen
2001-06-27
the minimum needed for now
David McCullough