| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko | 2008-12-22 | 2 | -52/+48 |
* | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer | 2008-12-22 | 1 | -137/+57 |
* | remove stray comment (the identical one is just a few lines down) | Denis Vlasenko | 2008-12-22 | 1 | -2/+0 |
* | Remove unused macros | Denis Vlasenko | 2008-12-22 | 1 | -15/+0 |
* | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko | 2008-12-21 | 1 | -1/+1 |
* | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko | 2008-12-15 | 1 | -22/+0 |
* | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko | 2008-12-15 | 3 | -82/+33 |
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -4/+4 |
* | Move kernel-features.h header from the linuxthread directory | Carmelo Amoroso | 2008-12-11 | 1 | -0/+80 |
* | A missing change when we recently released a lot of fix | Carmelo Amoroso | 2008-12-03 | 1 | -2/+0 |
* | Two other absolutely safe change that will be used by NPTL, aimed | Carmelo Amoroso | 2008-12-03 | 2 | -1/+2 |
* | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko | 2008-12-01 | 2 | -13/+29 |
* | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko | 2008-12-01 | 1 | -42/+85 |
* | reduce sigset_t size for 128 bytes to 64 bits: | Denis Vlasenko | 2008-11-29 | 1 | -5/+11 |
* | - revert 24148:24151 | Bernhard Reutner-Fischer | 2008-11-26 | 1 | -3/+3 |
* | - hide locks | Bernhard Reutner-Fischer | 2008-11-25 | 1 | -3/+3 |
* | signal ops: avoid calls through PLT for __sigXXX ops | Denis Vlasenko | 2008-11-22 | 1 | -0/+3 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 4 | -0/+6 |
* | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2008-10-06 | 1 | -0/+6 |
* | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -6/+0 |
* | - use c89-style comments | Bernhard Reutner-Fischer | 2008-10-03 | 1 | -1/+1 |
* | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | 2008-09-26 | 2 | -0/+102 |
* | Hush compiler for extern inline warnings by using | Carmelo Amoroso | 2008-09-09 | 1 | -3/+3 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 6 | -8/+8 |
* | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso | 2008-07-02 | 2 | -138/+1 |
* | Fix typo in macro for tls access model | Carmelo Amoroso | 2008-05-29 | 1 | -1/+1 |
* | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt | 2008-01-17 | 1 | -3/+0 |
* | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi... | Mike Frysinger | 2008-01-08 | 1 | -1/+1 |
* | add BOTHER define from termios2 | Mike Frysinger | 2008-01-05 | 1 | -0/+1 |
* | Enable all of the remaining baud rates. All of the other architectures have t... | "Steven J. Hill" | 2007-07-18 | 1 | -4/+0 |
* | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley | 2007-03-08 | 1 | -5/+0 |
* | ifdef out RTLD defines we dont actually support nor are in POSIX | Mike Frysinger | 2007-02-28 | 1 | -0/+2 |
* | Make sure struct stat is identical to struct stat64 if | Peter Kjellerstedt | 2007-02-02 | 1 | -2/+4 |
* | - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -2/+2 |
* | - commentary typo fix | Bernhard Reutner-Fischer | 2007-01-28 | 1 | -1/+2 |
* | Disable declarations for NPTL. | "Steven J. Hill" | 2007-01-20 | 1 | -0/+2 |
* | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | 2007-01-10 | 1 | -1/+1 |
* | Aurelien Jacobs writes: | Joakim Tjernlund | 2007-01-09 | 1 | -1/+1 |
* | fix building when pthread support is disabled | Mike Frysinger | 2006-12-11 | 1 | -1/+1 |
* | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen | 2006-12-09 | 2 | -6/+16 |
* | seems this is the newfangled way to tell folks this stuff | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
* | this stuff is for uClibc internal use only | Eric Andersen | 2006-12-08 | 1 | -0/+2 |
* | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen | 2006-12-08 | 2 | -2/+2 |
* | Fill in a few more of the missing pieces... | Eric Andersen | 2006-12-08 | 1 | -0/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 2 | -132/+168 |
* | stdio update from mjn3 | Eric Andersen | 2006-12-06 | 1 | -8/+40 |
* | PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it... | Mike Frysinger | 2006-12-02 | 1 | -2/+0 |
* | Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc co... | "Steven J. Hill" | 2006-12-02 | 1 | -3/+0 |
* | remove redundant headers local to libpthread, causing header | Eric Andersen | 2006-11-29 | 1 | -2/+5 |
* | - honor __UCLIBC_HAS_LFS__ | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -0/+2 |