Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc: Fix typo in include/rpc | Carmelo Amoroso | 2010-02-08 | 3 | -6/+6 |
* | /etc/resolv.conf: support "timeout:n" and "attempts:n" options | Denys Vlasenko | 2010-02-03 | 1 | -8/+6 |
* | ether_line: fix build for socket && !ip | Bernhard Reutner-Fischer | 2010-01-21 | 1 | -4/+3 |
* | check if USE_TLS is defined before use | Hans-Christian Egtvedt | 2009-12-17 | 1 | -1/+1 |
* | ether_*() depend on socket or IP support | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -1/+4 |
* | in6_{pktinfo,mtuinfo}: provide type if IPV6 is on | Bernhard Reutner-Fischer | 2009-11-25 | 1 | -2/+3 |
* | futimens: add function | Bernhard Reutner-Fischer | 2009-11-20 | 1 | -0/+1 |
* | features.h: reorganize | Peter S. Mazinger | 2009-11-19 | 1 | -66/+59 |
* | limits.h: update | Peter S. Mazinger | 2009-11-19 | 1 | -11/+12 |
* | help broken apps to detect __GLIBC__ headers | Peter S. Mazinger | 2009-11-19 | 1 | -4/+6 |
* | update headers and disable prototypes | Peter S. Mazinger | 2009-11-19 | 3 | -13/+32 |
* | protocols.h: remove | Peter S. Mazinger | 2009-11-19 | 1 | -62/+0 |
* | sync some headers and disable unused prototypes | Peter S. Mazinger | 2009-11-19 | 20 | -75/+267 |
* | msgrcv is of type ssize_t | Peter S. Mazinger | 2009-11-19 | 1 | -3/+7 |
* | use __BYTE_ORDER and __*ENDIAN | Peter S. Mazinger | 2009-11-19 | 4 | -16/+16 |
* | SUSv4: disable isascii, toascii, _toupper, _tolower | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -12/+21 |
* | move __linux__ to libc-internal.h | Peter S. Mazinger | 2009-11-19 | 2 | -8/+8 |
* | assert: make linenumber unsigned | Peter S. Mazinger | 2009-11-19 | 1 | -4/+4 |
* | nameser.h: sync with glibc | Peter S. Mazinger | 2009-11-19 | 1 | -1/+1 |
* | inet.h: mark inet_ntoa_r as uClibc specific | Peter S. Mazinger | 2009-11-19 | 1 | -1/+5 |
* | move extend_alloca macro to alloca.h | Peter S. Mazinger | 2009-11-19 | 2 | -31/+32 |
* | a.out.h: why was this needed? | Peter S. Mazinger | 2009-11-19 | 1 | -5/+1 |
* | no need for bits/syscalls.h on target | Peter S. Mazinger | 2009-11-19 | 1 | -5/+5 |
* | rm uClibc_arch_features.h on install | Peter S. Mazinger | 2009-11-19 | 1 | -3/+0 |
* | disable libutil related prototypes if asked to | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -0/+2 |
* | MAXFLOAT: obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-11-19 | 2 | -0/+4 |
* | correct documentation | Bernhard Reutner-Fischer | 2009-11-17 | 1 | -4/+4 |
* | realpath: SUSv4 compliant | Bernhard Reutner-Fischer | 2009-11-14 | 1 | -3/+1 |
* | silence warning about undefined CPP token | Bernhard Reutner-Fischer | 2009-11-13 | 1 | -1/+1 |
* | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -8/+10 |
* | _toupper, _tolower depend on SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 1 | -3/+6 |
* | include/: add tls errno and res_state | Austin Foxley | 2009-09-26 | 7 | -25/+79 |
* | add timerfd syscall and header | Stephan Raue | 2009-09-21 | 1 | -0/+1 |
* | sigpause: remove libc_hidden_proto/def | Denys Vlasenko | 2009-09-19 | 1 | -1/+0 |
* | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko | 2009-09-19 | 1 | -1/+0 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -6/+6 |
* | sys/mount.h: sync with latest glibc | Mike Frysinger | 2009-09-15 | 1 | -1/+5 |
* | setup attribute_optimize which comes with gcc-4.4+ | Mike Frysinger | 2009-09-15 | 1 | -0/+6 |
* | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko | 2009-09-05 | 1 | -1/+1 |
* | honour NO_LONG_DOUBLE_MATH | Bernhard Reutner-Fischer | 2009-08-30 | 2 | -7/+7 |
* | fix lib_hidden_proto's which have extra ; | Denys Vlasenko | 2009-07-23 | 1 | -2/+2 |
* | add more arch-specific include/ ignores | Mike Frysinger | 2009-07-23 | 1 | -0/+12 |
* | add hidden aliases for openat funcs | Mike Frysinger | 2009-07-22 | 1 | -0/+2 |
* | add hidden aliases for ntoh/hton functions | Mike Frysinger | 2009-07-22 | 1 | -0/+4 |
* | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | 2009-07-21 | 6 | -10/+10 |
* | first pass at implementing *at funcs | Mike Frysinger | 2009-07-20 | 6 | -30/+87 |
* | sync a few headers with glibc (no functional changes) | Mike Frysinger | 2009-07-20 | 4 | -47/+47 |
* | dirent: push dirent type to prototypes | Mike Frysinger | 2009-07-20 | 1 | -16/+58 |
* | string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPT | Mike Frysinger | 2009-07-20 | 1 | -1/+1 |
* | add a wchar.h stub | Mike Frysinger | 2009-07-20 | 1 | -0/+14 |