Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-28 | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger | |
2006-02-28 | Provide hidden sigprocmask, remove __x version | Peter S. Mazinger | |
2006-02-28 | grab regdef.h from glibc and use that instead of kernel headers regdef.h | Mike Frysinger | |
2006-02-28 | sync with glibc | Mike Frysinger | |
2006-02-28 | sync with glibc | Mike Frysinger | |
2006-02-28 | sync with glibc | Mike Frysinger | |
2006-02-28 | import rt_sigaction from glibc to fix alpha signal handling issues | Mike Frysinger | |
2006-02-28 | enable 6 arg version of mmap | Mike Frysinger | |
2006-02-28 | grab glibc sigprocmask since common linux one doesnt work for alpha | Mike Frysinger | |
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 ↵ | Mike Frysinger | |
specific header file to make porting/updates a lot easier | |||
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 ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
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 | |
make sure we are only included by setjmp.h and pthread.h, and fix casting of address/jumpbugf in _JMPBUF_UNWINDS | |||
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 ↵ | Peter S. Mazinger | |
with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | |||
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 ↵ | Peter S. Mazinger | |
objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | |||
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 | |
Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow. | |||
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 ↵ | "Steven J. Hill" | |
'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'. | |||
2005-05-07 | Hopefully fix the problem reported by Peter Mazinger, | Joakim Tjernlund | |
see http://uclibc.org/lists/uclibc/2005-May/011667.html for details. Not tested by me but I am sure Peter will :) The toolchain needs to be rebuilt. | |||
2005-04-24 | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund | |
syscalls. This won't work on 2.2 kernels(I think). | |||
2005-01-25 | merge parallel build support | Mike Frysinger | |