Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Re-add files which were mistakenly deleted during the big bits/ update. | Miles Bader | 2002-03-05 | 8 | -0/+521 |
| | |||||
* | Remove extraneous file | Miles Bader | 2002-03-05 | 1 | -10/+0 |
| | |||||
* | Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown | Eric Andersen | 2002-03-02 | 1 | -0/+1 |
| | |||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 67 | -8309/+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 | -1/+7 |
| | | | | | | be included to avoid gratuitous conflicts... This is a hack till we have proper _syscall macros for all archs. -Erik | ||||
* | A very large patch from Miles Bader <miles@lsi.nec.co.jp> to bring | Eric Andersen | 2001-12-21 | 63 | -1067/+1722 |
| | | | | | v850 back into working condition. Thanks Miles! -Erik | ||||
* | Scrub up some lingering problems preventing readdir64 from working | Eric Andersen | 2001-11-14 | 1 | -0/+3 |
| | | | | | | and creating several *64 problems, particualrly when client apps used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now. -Erik | ||||
* | Patch from Miles Bader <miles@lsi.nec.co.jp> to support the v850. | Eric Andersen | 2001-10-11 | 68 | -0/+7665 |
He sent this patch to me a month ago, but I forgot to apply it... |