Age | Commit message (Expand) | Author |
2006-12-06 | stdio update from mjn3 | Eric Andersen |
2006-12-02 | PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it... | Mike Frysinger |
2006-12-02 | Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc co... | "Steven J. Hill" |
2006-11-29 | remove redundant headers local to libpthread, causing header | Eric Andersen |
2006-11-29 | - honor __UCLIBC_HAS_LFS__ | Bernhard Reutner-Fischer |
2006-11-17 | revert PTHREAD_THREADS_MAX back to former size since the large majority of pe... | Mike Frysinger |
2006-11-04 | based on a patch from Atsushi Nemoto: | Eric Andersen |
2006-09-25 | Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined. | Peter Kjellerstedt |
2006-08-24 | sync with upstream via psm | Mike Frysinger |
2006-08-24 | sync with upstream via psm | Mike Frysinger |
2006-08-23 | sync with upstream via psm | Mike Frysinger |
2006-08-23 | sync with psm: update errno handling to be the same on all arches | Mike Frysinger |
2006-08-23 | sync with upstream via psm | Mike Frysinger |
2006-08-21 | bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprof | Eric Andersen |
2006-03-29 | sync with glibc | Mike Frysinger |
2006-03-20 | Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2 | Peter S. Mazinger |
2006-03-01 | sync type style with glibc ... this fixes many alpha issues where it has diff... | Mike Frysinger |
2006-02-28 | Mark __syscall_*sigaction hidden and add guard to the header | Peter S. Mazinger |
2006-02-27 | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger |
2006-02-24 | Correct comments | Peter S. Mazinger |
2006-02-22 | Correct ifndef __ASSEMBLER__ | Peter S. Mazinger |
2006-02-22 | guard parts w/ __ASSEMBLER__ to be usable in vfork.S | Peter S. Mazinger |
2006-02-22 | Made include/bits/pthreadtypes.h compile again as it uses | Peter Kjellerstedt |
2006-02-22 | Sync w/ glibc, enabled only those defines, that are used in uClibc | Peter S. Mazinger |
2006-02-22 | Sync with glibc 2.3.6. | Peter Kjellerstedt |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-02-16 | Undo earlier change and sync new linuxthreads' guard w/ old | Peter S. Mazinger |
2006-02-16 | Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this... | Peter S. Mazinger |
2006-02-13 | Add back the 115200 limit | Peter S. Mazinger |
2006-02-10 | only check for rlimit stuff if the target doesnt support the newer function c... | Mike Frysinger |
2006-02-10 | sync with glibc, should fix the swap* segfaults in ltp | Mike Frysinger |
2006-02-03 | getopt_long[_only] visible only if GNU getopt used | Peter S. Mazinger |
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 |
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-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 gone... | Peter S. Mazinger |
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 t... | Peter S. Mazinger |
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 |