Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 1 | -5/+0 |
| | | | | | | | Declare common NCS (non-constant syscall) variants and convert the existing ports over to this. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-08 | 1 | -81/+0 |
| | | | | | | | | | 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> | ||||
* | sparc: Update syscalls.h to define INTERNAL_SYSCALL | Austin Foxley | 2009-07-06 | 1 | -70/+119 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Take Mike Frysinger's comments into account -- make certain that user | Eric Andersen | 2006-12-08 | 1 | -5/+0 |
| | | | | | applications stop using _syscall#() and use syscall() instead. Cleanup internal handling of syscall includes to use the correct header file. | ||||
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 1 | -4/+4 |
| | |||||
* | Remove MMAP_HAS_6_ARGS | Peter S. Mazinger | 2006-01-19 | 1 | -2/+0 |
| | |||||
* | update syscall macros so both ldso and libc can use them | Mike Frysinger | 2006-01-19 | 1 | -137/+99 |
| | |||||
* | Rework sparc architecture support so it will compile | Eric Andersen | 2003-01-02 | 1 | -6/+187 |
| | | | | | and run. Seems to be working... -Erik | ||||
* | Change <bits/syscall.h> to <bits/sysnum.h>. | Miles Bader | 2002-09-05 | 1 | -3/+3 |
| | |||||
* | Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com> | Eric Andersen | 2002-08-28 | 1 | -1/+0 |
| | |||||
* | Make sure that bits/syscalls.h always includes bits/syscall.h | Eric Andersen | 2002-08-27 | 1 | -0/+5 |
| | | | | -Erik | ||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -4/+9 |
| | | | | | | 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 | ||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -1/+5 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | Oops. | Eric Andersen | 2002-02-04 | 1 | -153/+3 |
| | |||||
* | Allow sparc code to at least compile | Eric Andersen | 2002-02-03 | 1 | -0/+156 |