summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha
AgeCommit message (Expand)Author
2006-03-10Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger
2006-03-10Remove duplicate hidden __curbrk (ppc), make use of the hidden versionsPeter S. Mazinger
2006-03-02hide div functions in libc, but export them in ldso so that other shared libs...Mike Frysinger
2006-03-02grab register definitions from regdef.h instead of using our own local onesMike Frysinger
2006-03-02rename file so we block the common version from being builtMike Frysinger
2006-03-01sync type style with glibc ... this fixes many alpha issues where it has diff...Mike Frysinger
2006-03-01need to define some more registersMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28add pipe from glibc to fix popen testMike Frysinger
2006-02-28dont need pal.h hereMike Frysinger
2006-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
2006-02-28Provide hidden sigprocmask, remove __x versionPeter S. Mazinger
2006-02-28grab regdef.h from glibc and use that instead of kernel headers regdef.hMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-28import rt_sigaction from glibc to fix alpha signal handling issuesMike Frysinger
2006-02-28enable 6 arg version of mmapMike Frysinger
2006-02-28grab glibc sigprocmask since common linux one doesnt work for alphaMike Frysinger
2006-02-28sync with glibcMike Frysinger
2006-02-20grab from glibcMike Frysinger
2006-02-19sync with glibcMike Frysinger
2006-02-19rename file and fix setting of errnoMike Frysinger
2006-02-15hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger
2006-02-01I will risk this one: __curbrkPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-22grab alpha version of mman.h from glibcMike Frysinger
2006-01-21import syscall from glibcMike Frysinger
2006-01-20need prototype to fix sigaction warningsMike Frysinger
2006-01-20grab syscall macros from the kernelMike Frysinger
2006-01-20.set doesnt work on alphaMike Frysinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-18sync fenv.h with glibcMike Frysinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Make clone use internal _exitPeter S. Mazinger
2005-12-14Do hidden brk, hide _brk as well for some archs, convert users of brkPeter S. Mazinger
2005-11-21Remove TOPDIRPeter S. Mazinger
2005-11-19rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger
2005-11-18move alpha/hppa into their own arch subdir where they should beMike Frysinger
2005-11-16update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger
2005-11-15unusedMike Frysinger
2005-11-07use the common/bits/types.h since it has proper 64bit support nowMike Frysinger
2005-11-04unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger
2005-11-03Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger
2005-11-01Update alpha to new buildsPeter S. Mazinger
2005-10-12Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger
2005-09-28Build crt[in].o with disabled ssp.Peter S. Mazinger
2005-09-27Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger