| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes from psm: disable unsupported __fpu_control and sync with upstream | Mike Frysinger | 2006-08-23 | 1 | -0/+2 |
* | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen | 2006-08-21 | 1 | -102/+0 |
* | sync with glibc | Mike Frysinger | 2006-03-29 | 1 | -1/+7 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -1/+1 |
* | Remove duplicate hidden __curbrk (ppc), make use of the hidden versions | Peter S. Mazinger | 2006-03-10 | 1 | -1/+1 |
* | hide div functions in libc, but export them in ldso so that other shared libs... | Mike Frysinger | 2006-03-02 | 1 | -0/+2 |
* | grab register definitions from regdef.h instead of using our own local ones | Mike Frysinger | 2006-03-02 | 1 | -41/+1 |
* | rename file so we block the common version from being built | Mike Frysinger | 2006-03-02 | 2 | -1/+1 |
* | sync type style with glibc ... this fixes many alpha issues where it has diff... | Mike Frysinger | 2006-03-01 | 1 | -0/+66 |
* | need to define some more registers | Mike Frysinger | 2006-03-01 | 1 | -0/+3 |
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -6/+6 |
* | add pipe from glibc to fix popen test | Mike Frysinger | 2006-02-28 | 2 | -2/+51 |
* | dont need pal.h here | Mike Frysinger | 2006-02-28 | 1 | -1/+0 |
* | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | 2006-02-28 | 1 | -1/+6 |
* | Provide hidden sigprocmask, remove __x version | Peter S. Mazinger | 2006-02-28 | 1 | -3/+3 |
* | grab regdef.h from glibc and use that instead of kernel headers regdef.h | Mike Frysinger | 2006-02-28 | 5 | -4/+48 |
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -3/+3 |
* | sync with glibc | Mike Frysinger | 2006-02-28 | 3 | -12/+119 |
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+42 |
* | import rt_sigaction from glibc to fix alpha signal handling issues | Mike Frysinger | 2006-02-28 | 2 | -1/+83 |
* | enable 6 arg version of mmap | Mike Frysinger | 2006-02-28 | 1 | -1/+1 |
* | grab glibc sigprocmask since common linux one doesnt work for alpha | Mike Frysinger | 2006-02-28 | 2 | -1/+62 |
* | sync with glibc | Mike Frysinger | 2006-02-28 | 1 | -26/+43 |
* | grab from glibc | Mike Frysinger | 2006-02-20 | 1 | -0/+67 |
* | sync with glibc | Mike Frysinger | 2006-02-19 | 8 | -87/+144 |
* | rename file and fix setting of errno | Mike Frysinger | 2006-02-19 | 2 | -4/+5 |
* | hide misc div funcs so generating shared libs on alpha doesnt fail | Mike Frysinger | 2006-02-15 | 1 | -0/+1 |
* | I will risk this one: __curbrk | Peter S. Mazinger | 2006-02-01 | 1 | -0/+1 |
* | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | 2006-01-26 | 1 | -0/+3 |
* | grab alpha version of mman.h from glibc | Mike Frysinger | 2006-01-22 | 1 | -0/+116 |
* | import syscall from glibc | Mike Frysinger | 2006-01-21 | 2 | -2/+73 |
* | need prototype to fix sigaction warnings | Mike Frysinger | 2006-01-20 | 1 | -0/+3 |
* | grab syscall macros from the kernel | Mike Frysinger | 2006-01-20 | 1 | -7/+185 |
* | .set doesnt work on alpha | Mike Frysinger | 2006-01-20 | 1 | -1/+1 |
* | Change to sane defaults | Peter S. Mazinger | 2006-01-19 | 1 | -5/+10 |
* | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger | 2006-01-19 | 1 | -0/+33 |
* | sync fenv.h with glibc | Mike Frysinger | 2006-01-18 | 1 | -0/+123 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -18/+6 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 3 | -16/+11 |
* | Make clone use internal _exit | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | 2005-12-14 | 1 | -0/+1 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | 2005-11-19 | 1 | -1/+1 |
* | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger | 2005-11-18 | 1 | -0/+15 |
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger | 2005-11-16 | 1 | -2/+7 |
* | unused | Mike Frysinger | 2005-11-15 | 1 | -66/+0 |
* | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger | 2005-11-07 | 1 | -116/+0 |
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 1 | -23/+5 |
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 |
* | Update alpha to new builds | Peter S. Mazinger | 2005-11-01 | 2 | -65/+40 |