Age | Commit message (Expand) | Author |
2010-02-02 | time,times: stop interpreting negative return values ar errors | Denys Vlasenko |
2009-11-30 | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley |
2009-11-26 | sync confname, environments with glibc | Bernhard Reutner-Fischer |
2009-11-25 | in6_{pktinfo,mtuinfo}: provide type if IPV6 is on | Bernhard Reutner-Fischer |
2009-11-23 | bits/mmap.h: unify ala linux asm-generic efforts | Mike Frysinger |
2009-11-19 | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer |
2009-11-19 | DO_XSI_MATH: add config knob | Bernhard Reutner-Fischer |
2009-10-22 | disable _POSIX_SPAWN define | Mike Frysinger |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-10-05 | descriptive error message | Bernhard Reutner-Fischer |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-08-30 | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer |
2009-08-05 | handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2009-07-26 | enable nanosecond stat support for everyone | Mike Frysinger |
2009-07-26 | add missing UTIME_* defines for *at funcs | Mike Frysinger |
2009-07-21 | byteswap: unify common definitions | Mike Frysinger |
2009-07-21 | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko |
2009-07-20 | some ports define ENOTSUP | Mike Frysinger |
2009-07-20 | INLINE_SYSCALL_NCS: scope out local vars to avoid conflicts | Mike Frysinger |
2009-07-09 | syscall: unify part 2: NCS variety | Mike Frysinger |
2009-07-08 | syscall: unify common syscall defines | Mike Frysinger |
2009-07-03 | uClibc_arch_features: sync defines between ports | Mike Frysinger |
2009-02-18 | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko |
2009-02-13 | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer |
2009-01-22 | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer |
2009-01-21 | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2009-01-18 | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-27 | Help unifdef to remove private parts of headers | Denis Vlasenko |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-22 | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko |
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer |
2008-12-22 | remove stray comment (the identical one is just a few lines down) | Denis Vlasenko |
2008-12-22 | Remove unused macros | Denis Vlasenko |
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko |
2008-12-15 | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-11 | Move kernel-features.h header from the linuxthread directory | Carmelo Amoroso |
2008-12-03 | A missing change when we recently released a lot of fix | Carmelo Amoroso |
2008-12-03 | Two other absolutely safe change that will be used by NPTL, aimed | Carmelo Amoroso |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko |
2008-11-29 | reduce sigset_t size for 128 bytes to 64 bits: | Denis Vlasenko |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-25 | - hide locks | Bernhard Reutner-Fischer |
2008-11-22 | signal ops: avoid calls through PLT for __sigXXX ops | Denis Vlasenko |