summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/bits
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen2002-08-271-0/+5
* Added __kernel_fsid_t to satisfy some apps that need it.David McCullough2002-08-271-0/+8
* Make bits/kernel_types.h include guard names match the includeEric Andersen2002-08-261-3/+11
* Finish off the bits/kernel_stat.h cleanup for properEric Andersen2002-08-251-0/+53
* 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/+58
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+81
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-0/+134
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-78/+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-74/+17
* Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen2002-08-181-3/+12
* Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen2002-07-221-4/+9
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-73/+0
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-0146-5807/+77
* Be consistant about the ways in which asm/unistd.h mightEric Andersen2002-02-041-1/+5
* Oops.Eric Andersen2002-02-041-153/+3
* Allow sparc code to at least compileEric Andersen2002-02-031-0/+156
* Add in syscalls.h for mipsel, thanks to Steven J. Hill.Eric Andersen2002-02-012-232/+1
* Oops. Forgot theseEric Andersen2001-11-145-0/+139
* Scrub up some lingering problems preventing readdir64 from workingEric Andersen2001-11-141-2/+4
* Sync up sparc headersEric Andersen2001-11-1467-1264/+2287
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-115-0/+19
* Yes... I forgot to update bits/dirent.h for the other archs. :-(Manuel Novoa III2001-06-271-2/+11
* Change FILENAME_MAX to be only 255. Max filename on ext2 is 255,Eric Andersen2001-05-071-1/+1
* Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>,Eric Andersen2001-05-041-0/+7
* Remove all the __THROW macrosEric Andersen2001-04-192-12/+12
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-0667-0/+7861