summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha
Commit message (Expand)AuthorAgeFilesLines
* s/___brk_addr/__curbrk/gEric Andersen2004-07-301-7/+7
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-3/+3
* Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it asEric Andersen2004-02-061-0/+1
* Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.Manuel Novoa III2004-02-051-7/+8
* Remove SAFECFLAGS. It was a workaround for failures in old awk scriptEric Andersen2003-11-221-7/+2
* Darn. Fix compilation for soft-float, which I inadvertantlyEric Andersen2003-11-081-0/+4
* Continue the conversion to using per-arch crti.S and crtn.SEric Andersen2003-11-053-1/+99
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-3/+1
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Patch from Atsushi Nemoto (with some additions):Eric Andersen2003-10-082-0/+107
* Use the common version for bits/sem.h. Fixup the types toEric Andersen2003-08-141-85/+0
* For sparc, powerpc, mips, and alpha we should also use theEric Andersen2003-08-041-55/+0
* Remove the arch specific shm.h and use the fixed up commonEric Andersen2003-08-011-90/+0
* In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen2003-05-301-1/+1
* Initial effort at adding profiling support.Eric Andersen2003-03-034-0/+181
* A few more needed updatesEric Andersen2003-01-242-1/+118
* Finish up fixing stat and setting various system types.Eric Andersen2003-01-241-12/+11
* Ok, people are probably going to hate me for this... This commit changes theEric Andersen2003-01-241-3/+3
* Update architecture specific support to consistantlyEric Andersen2003-01-231-1/+1
* Hopefully this is correctEric Andersen2003-01-232-11/+18
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-052-4/+4
* Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen2002-08-281-1/+0
* 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/+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/+17
* 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/+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
* And with this, the alpha port is not basically working.Eric Andersen2002-05-301-24/+24
* Needed for the alpha portEric Andersen2002-05-306-1/+292
* Use the default version in include/sys insteadEric Andersen2002-05-121-29/+0
* 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-1035-0/+3158