Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | add some warnings to archs that need a bit of attention | Eric Andersen | 2006-12-08 | 1 | -0/+1 |
| | |||||
* | 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 | ||||
* | Patch from Martin Proulx <mproulx@okiok.com> to support | Eric Andersen | 2002-06-18 | 1 | -0/+10 |
the i960 architecture. |