summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha
Commit message (Expand)AuthorAgeFilesLines
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-2/+7
* unusedMike Frysinger2005-11-151-66/+0
* use the common/bits/types.h since it has proper 64bit support nowMike Frysinger2005-11-071-116/+0
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-23/+5
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+2
* Update alpha to new buildsPeter S. Mazinger2005-11-012-65/+40
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-34/+23
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-1/+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
* need syscall.h for __NR_clone definitionMike Frysinger2005-07-101-12/+3
* merge updates from glibc and fix up to work againMike Frysinger2005-07-102-47/+43
* update __UCLIBC_CTOR_DTOR__ checkMike Frysinger2005-07-101-5/+3
* need to include features.h to get uclibc definesMike Frysinger2005-06-291-0/+2
* 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
* merge parallel build supportMike Frysinger2005-01-251-5/+5
* Patch from Peter S. Mazinger to consistantly use "ASFLAGS"Eric Andersen2004-12-221-5/+4
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-216-89/+0
* Fixup PAGE_SIZE problemsEric Andersen2004-08-132-1/+29
* 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