summaryrefslogtreecommitdiffstats
path: root/include/sys/syscall.h
Commit message (Collapse)AuthorAgeFilesLines
* no need for bits/syscalls.h on targetPeter S. Mazinger2009-11-221-5/+5
| | | | | | Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* syscall: unify common syscall definesMike Frysinger2009-07-091-0/+1
| | | | | | | | | | Unify all the common syscall defines in syscalls-common.h and scrub all the duplicated code from relevant ports. This should also make converting existing ports to INLINE_SYSCALL() much easier as they don't have to get lost in all the unrelated noise, as well as creating new ports. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* More merging from trunk."Steven J. Hill"2007-01-211-4/+10
|
* Merge from trunk."Steven J. Hill"2006-02-251-0/+1
|
* Merge from trunk."Steven J. Hill"2006-01-061-1/+6
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-8/+8
|
* 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