summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha/bits
Commit message (Expand)AuthorAgeFilesLines
...
* need prototype to fix sigaction warningsMike Frysinger2006-01-201-0/+3
* grab syscall macros from the kernelMike Frysinger2006-01-201-7/+185
* .set doesnt work on alphaMike Frysinger2006-01-201-1/+1
* Change to sane defaultsPeter S. Mazinger2006-01-191-5/+10
* move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger2006-01-191-0/+33
* sync fenv.h with glibcMike Frysinger2006-01-181-0/+123
* move alpha/hppa into their own arch subdir where they should beMike Frysinger2005-11-181-0/+15
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-2/+7
* use the common/bits/types.h since it has proper 64bit support nowMike Frysinger2005-11-071-116/+0
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-281-2/+2
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-0/+85
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-121-0/+369
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-071-0/+100
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-0/+55
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-26/+0
* Fixup PAGE_SIZE problemsEric Andersen2004-08-131-0/+28
* 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
* 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
* 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
* Support O_STREAMINGEric Andersen2002-10-091-0/+1
* Change <bits/syscall.h> to <bits/sysnum.h>.Miles Bader2002-09-051-3/+3
* 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
* 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