summaryrefslogtreecommitdiffstats
path: root/include/sys/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-8/+1
| | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik
* Cleanup and don't require LIBC to be defined for the syscall numbers.Eric Andersen2001-06-271-11/+7
|
* This adds in support for PIC on x86. Unfortunately, this will breakEric Andersen2001-06-231-4/+5
| | | | | | all arches till they add in an libc/sysdeps/linux/<arch>/bits/syscalls.h file. Sorry about there, there was no other way... -Erik
* A few updates.Eric Andersen2000-07-071-180/+33
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+182