summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/bits
Commit message (Expand)AuthorAgeFilesLines
...
* Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen2002-08-241-0/+30
* Split out the definition of struct stat into the new archEric Andersen2002-08-231-0/+27
* Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen2002-08-231-0/+129
* Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen2002-08-221-72/+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-61/+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-183/+11
* Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III2002-07-151-0/+8
* Add a default syscalls.h that will just error out.Eric Andersen2002-05-122-0/+242
* First pass attempt at an alpha portEric Andersen2002-05-1020-0/+2207