summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/mips/bits
Commit message (Expand)AuthorAgeFilesLines
...
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-052-3/+3
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+4
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+9
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-0/+48
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-9/+1
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+56
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+78
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-0/+135
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-78/+0
* Rework errno handling to be kernel header freeEric Andersen2002-08-221-56/+0
* Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen2002-08-211-1/+1
* Eliminate wrapping of struct stat and use the kernel versionEric Andersen2002-08-192-78/+16
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-181-5/+12
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1
* Cleanup error returns to avoid warningsEric Andersen2002-08-091-8/+8
* The __set_errno macro _must_ match that defined in include/bits/errno.h. WeEric Andersen2002-07-261-1/+9
* ldso specific syscalls and userspace syscalls all in one file now."Steven J. Hill"2002-07-251-5/+214
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+8
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0149-5931/+7
* Fix from John Rigby to fix stat() so it actually works.Eric Andersen2002-02-201-1/+4
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-220/+6
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-013-229/+225
* Oops. Forgot theseEric Andersen2001-11-141-0/+234
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
* Sync up mipsel headersEric Andersen2001-11-1464-937/+896
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-116-0/+21
* Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III2001-06-271-2/+11
* Header cleanups to fix compilation. Mostly a hack, pending figuringDavid Schleef2001-05-226-6/+30
* Copied bits/*.h from Debian MIPS libc6-dev 2.2.2-4 package.David Schleef2001-05-2271-0/+8434