Age | Commit message (Expand) | Author |
2006-02-28 | sync with glibc | Mike Frysinger |
2006-02-20 | grab from glibc | Mike Frysinger |
2006-02-19 | sync with glibc | Mike Frysinger |
2006-02-19 | rename file and fix setting of errno | Mike Frysinger |
2006-02-15 | hide misc div funcs so generating shared libs on alpha doesnt fail | Mike Frysinger |
2006-02-01 | I will risk this one: __curbrk | Peter S. Mazinger |
2006-01-26 | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" |
2006-01-22 | grab alpha version of mman.h from glibc | Mike Frysinger |
2006-01-21 | import syscall from glibc | Mike Frysinger |
2006-01-20 | need prototype to fix sigaction warnings | Mike Frysinger |
2006-01-20 | grab syscall macros from the kernel | Mike Frysinger |
2006-01-20 | .set doesnt work on alpha | Mike Frysinger |
2006-01-19 | Change to sane defaults | Peter S. Mazinger |
2006-01-19 | move a bunch of arch-specific checks out of common files and into an arch spe... | Mike Frysinger |
2006-01-18 | sync fenv.h with glibc | Mike Frysinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Make clone use internal _exit | Peter S. Mazinger |
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-19 | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger |
2005-11-18 | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger |
2005-11-16 | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger |
2005-11-15 | unused | Mike Frysinger |
2005-11-07 | use the common/bits/types.h since it has proper 64bit support now | Mike Frysinger |
2005-11-04 | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger |
2005-11-01 | Update alpha to new builds | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-09-28 | Build crt[in].o with disabled ssp. | Peter S. Mazinger |
2005-09-27 | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger |
2005-07-28 | s/__kernel_time_t/__time_t | Joakim Tjernlund |
2005-07-28 | A while back, the sysvipc code was changed to use IPC_64 in the calls. | Manuel Novoa III |
2005-07-10 | need syscall.h for __NR_clone definition | Mike Frysinger |
2005-07-10 | merge updates from glibc and fix up to work again | Mike Frysinger |
2005-07-10 | update __UCLIBC_CTOR_DTOR__ check | Mike Frysinger |
2005-06-29 | need to include features.h to get uclibc defines | Mike Frysinger |
2005-05-12 | Added new 'bits/atomic.h' for most of the architectures and the top-level 'in... | "Steven J. Hill" |
2005-05-07 | Hopefully fix the problem reported by Peter Mazinger, | Joakim Tjernlund |
2005-04-24 | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-12-22 | Patch from Peter S. Mazinger to consistantly use "ASFLAGS" | Eric Andersen |
2004-08-21 | Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-07-30 | s/___brk_addr/__curbrk/g | Eric Andersen |
2004-04-20 | Cope with gcc 3.4's more aggressive persuit of attribute unused | Eric Andersen |
2004-02-06 | Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as | Eric Andersen |
2004-02-05 | Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha. | Manuel Novoa III |
2003-11-22 | Remove SAFECFLAGS. It was a workaround for failures in old awk script | Eric Andersen |
2003-11-08 | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen |