| Commit message (Expand) | Author | Age | Files | Lines |
* | nptl: fix libc internal, dynamically enabled locking | Timo Teräs | 2010-04-22 | 1 | -12/+5 |
* | nptl: remove unneeded libc-lock.h include | Timo Teräs | 2010-04-20 | 1 | -1/+0 |
* | libc: remove libc weak __pthreads_* wrappers | Timo Teras | 2010-04-16 | 2 | -8/+21 |
* | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-04-02 | 1 | -0/+5 |
|\ |
|
| * | pull kernel-features.h from NPTL | Bernhard Reutner-Fischer | 2010-03-05 | 1 | -18/+392 |
| * | poll: unavailable on linux < 2.2.0 | Bernhard Reutner-Fischer | 2010-03-04 | 1 | -0/+5 |
* | | update kernel-features.h with futex features | Austin Foxley | 2010-02-19 | 1 | -0/+17 |
* | | Assorted fixed to get nptl compiling on ARM | Khem Raj | 2010-02-17 | 1 | -5/+0 |
* | | Merge commit 'origin/master' into nptl | Austin Foxley | 2010-02-05 | 1 | -0/+17 |
|\| |
|
| * | time,times: stop interpreting negative return values ar errors | Denys Vlasenko | 2010-02-02 | 1 | -0/+17 |
| * | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley | 2009-11-30 | 1 | -1/+1 |
* | | kernel-features: add __ASSUME_POSIX_CPU_TIMERS | Bernhard Reutner-Fischer | 2010-02-05 | 1 | -0/+5 |
* | | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley | 2009-11-30 | 1 | -1/+1 |
* | | Merge remote branch 'origin/master' into nptl | Austin Foxley | 2009-11-28 | 5 | -114/+214 |
|\| |
|
| * | sync confname, environments with glibc | Bernhard Reutner-Fischer | 2009-11-26 | 2 | -17/+102 |
| * | in6_{pktinfo,mtuinfo}: provide type if IPV6 is on | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -0/+2 |
| * | bits/mmap.h: unify ala linux asm-generic efforts | Mike Frysinger | 2009-11-23 | 2 | -97/+110 |
* | | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley | 2009-11-22 | 2 | -0/+4 |
|\| |
|
| * | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
| * | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
| * | disable _POSIX_SPAWN define | Mike Frysinger | 2009-10-22 | 1 | -0/+2 |
* | | disable _POSIX_SPAWN define | Mike Frysinger | 2009-11-09 | 1 | -0/+2 |
* | | cancellation support for a large amount of the required syscalls | Austin Foxley | 2009-10-17 | 1 | -2/+2 |
* | | rework internal uClibc mutexes to support futex locking, and nptl | Austin Foxley | 2009-10-17 | 2 | -12/+84 |
* | | some tweaks under libc/ needed for nptl | Austin Foxley | 2009-10-17 | 1 | -15/+372 |
|/ |
|
* | clean up O_CLOEXEC handling | Mike Frysinger | 2009-10-07 | 1 | -0/+8 |
* | descriptive error message | Bernhard Reutner-Fischer | 2009-10-05 | 1 | -1/+1 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -4/+5 |
* | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer | 2009-08-30 | 1 | -0/+6 |
* | handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer | 2009-08-05 | 1 | -0/+5 |
* | enable nanosecond stat support for everyone | Mike Frysinger | 2009-07-26 | 1 | -2/+2 |
* | add missing UTIME_* defines for *at funcs | Mike Frysinger | 2009-07-26 | 1 | -1/+6 |
* | byteswap: unify common definitions | Mike Frysinger | 2009-07-21 | 2 | -87/+109 |
* | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | 2009-07-21 | 1 | -2/+2 |
* | some ports define ENOTSUP | Mike Frysinger | 2009-07-20 | 1 | -1/+3 |
* | INLINE_SYSCALL_NCS: scope out local vars to avoid conflicts | Mike Frysinger | 2009-07-20 | 1 | -6/+6 |
* | syscall: unify part 2: NCS variety | Mike Frysinger | 2009-07-09 | 2 | -3/+17 |
* | syscall: unify common syscall defines | Mike Frysinger | 2009-07-08 | 2 | -1/+83 |
* | uClibc_arch_features: sync defines between ports | Mike Frysinger | 2009-07-03 | 1 | -0/+6 |
* | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko | 2009-02-18 | 1 | -85/+87 |
* | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko | 2009-02-17 | 1 | -0/+7 |
* | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer | 2009-02-13 | 1 | -23/+0 |
* | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer | 2009-01-22 | 1 | -0/+3 |
* | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | 2009-01-21 | 1 | -0/+4 |
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -55/+48 |
* | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko | 2009-01-18 | 1 | -1/+2 |
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 3 | -7/+7 |
* | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -1/+2 |
* | Help unifdef to remove private parts of headers | Denis Vlasenko | 2008-12-27 | 2 | -5/+12 |
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 3 | -96/+90 |