Age | Commit message (Expand) | Author |
2008-10-06 | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer |
2008-09-09 | Hush compiler for extern inline warnings by using | Carmelo Amoroso |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-02 | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso |
2008-05-29 | Fix typo in macro for tls access model | Carmelo Amoroso |
2008-01-17 | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt |
2008-01-08 | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi... | Mike Frysinger |
2008-01-05 | add BOTHER define from termios2 | Mike Frysinger |
2007-07-18 | Enable all of the remaining baud rates. All of the other architectures have t... | "Steven J. Hill" |
2007-03-08 | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley |
2007-02-28 | ifdef out RTLD defines we dont actually support nor are in POSIX | Mike Frysinger |
2007-02-02 | Make sure struct stat is identical to struct stat64 if | Peter Kjellerstedt |
2007-01-29 | - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g | Bernhard Reutner-Fischer |
2007-01-28 | - commentary typo fix | Bernhard Reutner-Fischer |
2007-01-20 | Disable declarations for NPTL. | "Steven J. Hill" |
2007-01-10 | Fix SEGV for static builds in exit() path. | Joakim Tjernlund |
2007-01-09 | Aurelien Jacobs writes: | Joakim Tjernlund |
2006-12-11 | fix building when pthread support is disabled | Mike Frysinger |
2006-12-09 | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen |
2006-12-08 | seems this is the newfangled way to tell folks this stuff | Eric Andersen |
2006-12-08 | this stuff is for uClibc internal use only | Eric Andersen |
2006-12-08 | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen |
2006-12-08 | Fill in a few more of the missing pieces... | Eric Andersen |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
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 |