summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/alpha
Commit message (Expand)AuthorAgeFilesLines
* fixes from psm: disable unsupported __fpu_control and sync with upstreamMike Frysinger2006-08-231-0/+2
* bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen2006-08-211-102/+0
* sync with glibcMike Frysinger2006-03-291-1/+7
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+1
* Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger2006-03-101-1/+1
* hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger2006-03-021-0/+2
* grab register definitions from regdef.h instead of using our own local onesMike Frysinger2006-03-021-41/+1
* rename file so we block the common version from being builtMike Frysinger2006-03-022-1/+1
* sync type style with glibc ... this fixes many alpha issues where it has diff...Mike Frysinger2006-03-011-0/+66
* need to define some more registersMike Frysinger2006-03-011-0/+3
* sync with glibcMike Frysinger2006-02-281-6/+6
* add pipe from glibc to fix popen testMike Frysinger2006-02-282-2/+51
* dont need pal.h hereMike Frysinger2006-02-281-1/+0
* Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger2006-02-281-1/+6
* Provide hidden sigprocmask, remove __x versionPeter S. Mazinger2006-02-281-3/+3
* grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger2006-02-285-4/+48
* sync with glibcMike Frysinger2006-02-281-3/+3
* sync with glibcMike Frysinger2006-02-283-12/+119
* sync with glibcMike Frysinger2006-02-281-26/+42
* import rt_sigaction from glibc to fix alpha signal handling issuesMike Frysinger2006-02-282-1/+83
* enable 6 arg version of mmapMike Frysinger2006-02-281-1/+1
* grab glibc sigprocmask since common linux one doesnt work for alphaMike Frysinger2006-02-282-1/+62
* sync with glibcMike Frysinger2006-02-281-26/+43
* grab from glibcMike Frysinger2006-02-201-0/+67
* sync with glibcMike Frysinger2006-02-198-87/+144
* rename file and fix setting of errnoMike Frysinger2006-02-192-4/+5
* hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger2006-02-151-0/+1
* I will risk this one: __curbrkPeter S. Mazinger2006-02-011-0/+1
* Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"2006-01-261-0/+3
* grab alpha version of mman.h from glibcMike Frysinger2006-01-221-0/+116
* import syscall from glibcMike Frysinger2006-01-212-2/+73
* 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
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-18/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-143-16/+11
* Make clone use internal _exitPeter S. Mazinger2005-12-161-1/+1
* Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger2005-12-141-0/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
* 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
* 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