Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-26 | Allow for targets that don't know about signed zero floats. | "Jan-Benedict Glaw" | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
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-19 | Correct unimportant typo | Peter S. Mazinger | |
2006-01-19 | give a little info as to what the file should contain | Mike Frysinger | |
2006-01-19 | give a little info as to what the file should contain | Mike Frysinger | |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
2006-01-15 | Remove __XL(N) and __XL_ALIAS(N) adapting the last use of it | Peter S. Mazinger | |
2006-01-06 | Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work ↵ | Peter S. Mazinger | |
though | |||
2006-01-05 | sync Joseph S. Myers fixes from glibc for a better NAN define | Mike Frysinger | |
2006-01-05 | remove duplicate ; | Mike Frysinger | |
2006-01-04 | now we can safely declare these hidden | Mike Frysinger | |
2006-01-03 | Remove textrel | Peter S. Mazinger | |
2005-12-29 | hide the internal libc pthread_mutex funcs | Mike Frysinger | |
2005-12-29 | pointless whitespace touchups | Mike Frysinger | |
2005-12-16 | Typo | Peter S. Mazinger | |
2005-12-16 | Adapt some missed prototypes | Peter S. Mazinger | |
2005-12-16 | Better guards within _LIBC, cleanup, typos | Peter S. Mazinger | |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
2005-12-16 | Disable some unused stuff, better guard for libc | Peter S. Mazinger | |
2005-12-14 | Do hidden brk, hide _brk as well for some archs, convert users of brk | Peter S. Mazinger | |
2005-12-13 | Sync w/ glibc | Peter S. Mazinger | |
2005-12-11 | Make sure we are really within uClibc only, these bits should move from the ↵ | Peter S. Mazinger | |
visible header | |||
2005-12-03 | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | |
uClibc_uintmaxtostr.h is only internal header, remove from target | |||
2005-11-27 | define MREMAP_FIXED | Mike Frysinger | |
2005-11-23 | sync with glibc to get 64bit fixes | Mike Frysinger | |
2005-11-18 | move alpha/hppa into their own arch subdir where they should be | Mike Frysinger | |
2005-11-18 | add support for ia64 | Mike Frysinger | |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | |
2005-11-15 | as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵ | Mike Frysinger | |
wont exist if user disables the option | |||
2005-11-15 | sync getopt headers with glibc | Mike Frysinger | |
2005-11-12 | make people provide these headers when porting | Mike Frysinger | |
2005-11-09 | sync with glibc | Mike Frysinger | |
2005-11-09 | fix __intptr_t for 64bit arches | Mike Frysinger | |
2005-11-09 | booooring license updates | Mike Frysinger | |
2005-09-21 | 'pthread.h' is not the only file that needs to be symlinked. When NPTL gets ↵ | "Steven J. Hill" | |
merged, you will need to do 'semaphore.h' and 'bits/pthreadtypes.h'. I think I have been a good little boy and keeping my NPTL changes out of mainline, so I'm going to go ahead and cross the line this once to get this change in. | |||
2005-09-21 | merge some updates from glibc to fix 32/64 bit support | Mike Frysinger | |
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-17 | add support for nanoseconds | Mike Frysinger | |
2005-06-17 | sync whitespace with glibc | Mike Frysinger | |
2005-05-20 | Finish up reverting NPTL | Eric Andersen | |
2005-05-15 | Get rid of crud. | "Steven J. Hill" | |
2005-05-14 | There were two versions of 'pthreadtypes.h' originally in uClibc. Also, | "Steven J. Hill" | |
since we are going to support the two implementations of pthreads, we again need to instead create symbolic links to use the proper version of the file depending on the pthreads option chosen. | |||
2005-05-14 | Sync uClibc 'sigthread.h' with the latest version from glibc. | "Steven J. Hill" | |
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-28 | Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC). | Peter Kjellerstedt | |
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). |