summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/h8300/bits
Commit message (Collapse)AuthorAgeFilesLines
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-0/+5
| | | | -Erik
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-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 h8300Eric Andersen2002-04-017-0/+594
| | | | support for pthreads and update for the latest and greatest.
* Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen2002-03-022-498/+1
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0171-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 mightEric Andersen2002-02-041-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 Andersen2002-02-0273-0/+9052
contributed by Yoshinori Sato <qzb04471@nifty.ne.jp>