Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Patches from Yoshinori Sato <qzb04471@nifty.ne.jp> to fix h8300 | Eric Andersen | 2002-04-01 | 7 | -0/+594 |
| | | | | support for pthreads and update for the latest and greatest. | ||||
* | Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown | Eric Andersen | 2002-03-02 | 2 | -498/+1 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 71 | -8546/+0 |
| | | | | | and to better support each arch. This is a really big patch... -Erik | ||||
* | Be consistant about the ways in which asm/unistd.h might | Eric Andersen | 2002-02-04 | 1 | -2/+4 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | Add in support for the Hitach H8/300H architecture, | Eric Andersen | 2002-02-02 | 73 | -0/+9052 |
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp> |