summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha
AgeCommit message (Expand)Author
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-08-14Use the common version for bits/sem.h. Fixup the types toEric Andersen
2003-08-04For sparc, powerpc, mips, and alpha we should also use theEric Andersen
2003-08-01Remove the arch specific shm.h and use the fixed up commonEric Andersen
2003-05-30In a number of places we erroneously used tests such as '#ifdef PIC' when weEric Andersen
2003-03-03Initial effort at adding profiling support.Eric Andersen
2003-01-24A few more needed updatesEric Andersen
2003-01-24Finish up fixing stat and setting various system types.Eric Andersen
2003-01-24Ok, people are probably going to hate me for this... This commit changes theEric Andersen
2003-01-23Update architecture specific support to consistantlyEric Andersen
2003-01-23Hopefully this is correctEric Andersen
2002-10-09Support O_STREAMINGEric Andersen
2002-09-05Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader
2002-08-28Fix a silly bug notices by Ronald Wahl <rwa@peppercon.com>Eric Andersen
2002-08-27Make sure that bits/syscalls.h always includes bits/syscall.hEric Andersen
2002-08-27Added __kernel_fsid_t to satisfy some apps that need it.David McCullough
2002-08-26Make bits/kernel_types.h include guard names match the includeEric Andersen
2002-08-25Finish off the bits/kernel_stat.h cleanup for properEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-24Break dependancy of bits/types.h on the asm/posix_types.h kernelEric Andersen
2002-08-23Split out the definition of struct stat into the new archEric Andersen
2002-08-23Split out the arch dependant errno_values.h junk into arch dependant files.Eric Andersen
2002-08-22Rework struct stat/stat64 handling to eliminate kernel headersEric Andersen
2002-08-21Revert mode_t change. Sigh. As Manuel so eloquently put it: "this is the wayEric Andersen
2002-08-19Eliminate wrapping of struct stat and use the kernel versionEric Andersen
2002-08-18Directly use kernel types for uid_t, gid_t, and dev_t to avoid theEric Andersen
2002-07-22Rework syscall handling. Rewrite syscall handlers for x86 and ARM.Eric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-05-30And with this, the alpha port is not basically working.Eric Andersen
2002-05-30Needed for the alpha portEric Andersen
2002-05-12Use the default version in include/sys insteadEric Andersen
2002-05-12Add a default syscalls.h that will just error out.Eric Andersen
2002-05-10First pass attempt at an alpha portEric Andersen