summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/v850/bits
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Re-add files which were mistakenly deleted during the big bits/ update.Miles Bader2002-03-058-0/+521
|
* Remove extraneous fileMiles Bader2002-03-051-10/+0
|
* Remove generated stuff, restore sh/sys/procfs.h from M. R. BrownEric Andersen2002-03-021-0/+1
|
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0167-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 mightEric Andersen2002-02-041-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 bringEric Andersen2001-12-2163-1067/+1722
| | | | | v850 back into working condition. Thanks Miles! -Erik
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-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 Andersen2001-10-1168-0/+7665
He sent this patch to me a month ago, but I forgot to apply it...