Age | Commit message (Expand) | Author |
2011-03-09 | remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | memmem.c, string.h: remove unused hidden memmem | Peter S. Mazinger |
2011-03-09 | wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy | Peter S. Mazinger |
2011-03-09 | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions | Peter S. Mazinger |
2011-03-09 | arc4random.c, stdlib.h: get rid of hidden arc4random_stir | Peter S. Mazinger |
2011-03-09 | stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h | Peter S. Mazinger |
2011-03-09 | move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h | Peter S. Mazinger |
2011-03-09 | disable _POSIX2_LOCALEDEF | Peter S. Mazinger |
2011-03-09 | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger |
2011-03-08 | resolv.h: disable unneeded prototypes | Peter S. Mazinger |
2011-03-07 | locale.c, locale.h: no need for hidden duplocale | Peter S. Mazinger |
2011-03-06 | simplify ffs* code | Peter S. Mazinger |
2011-03-05 | Implement ffsl and ffsll. | Bernd Schmidt |
2011-03-05 | The C6X port | Aurelien Jacquiot |
2011-03-05 | Add support for DSBT ELF to ld.so | Mark Salter |
2011-03-04 | fix locale build | Peter S. Mazinger |
2011-03-03 | remove obsoleted and incorrect comment | Peter S. Mazinger |
2011-03-03 | provide internal hidden version of __fcntl_nocancel | Peter S. Mazinger |
2011-03-03 | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger |
2011-03-03 | sgtty.h is useless, remove it on STRICT_HEADERS | Peter S. Mazinger |
2011-03-03 | paths.h: add _PATH_GSHADOW | Peter S. Mazinger |
2011-03-03 | guard nl_catd structure and related constants with STRICT_HEADERS | Peter S. Mazinger |
2011-03-03 | better guard of IPV6 related stuff | Peter S. Mazinger |
2011-03-03 | update some headers | Peter S. Mazinger |
2011-03-03 | update some headers | Peter S. Mazinger |
2011-03-03 | make it possible to compile with -std=gnu99/c99 and use extern inlines | Peter S. Mazinger |
2011-03-03 | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-03-03 | syntax fixes | Peter S. Mazinger |
2011-03-03 | guard IPv6 stuff | Peter S. Mazinger |
2011-03-03 | include features.h | Peter S. Mazinger |
2010-12-01 | libc: fix strtoq | Natanael Copa |
2010-11-24 | config_parser: hide symbols | Bernhard Reutner-Fischer |
2010-10-31 | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko |
2010-09-20 | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso |
2010-09-16 | libc: Add canonicalize_file_name function | Carmelo Amoroso |
2010-09-15 | libubacktrace: Provide uClibc with backtrace functions | Salvatore Cro |
2010-09-14 | misc: utmpx based logging support | Salvatore Cro |
2010-08-19 | add header guard | Bernhard Reutner-Fischer |
2010-08-05 | getnet: switch to config parser | Bernhard Reutner-Fischer |
2010-08-05 | sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLN | Bernhard Reutner-Fischer |
2010-08-05 | add config parser | Bernhard Reutner-Fischer |
2010-07-27 | lutimes: add lutimes support | Vladimir Zapolskiy |
2010-07-27 | endian.h: add BSD convertions between big/little-endian byte order | Vladimir Zapolskiy |
2010-07-26 | enable fcntl nocancel prototype for all threads | Mike Frysinger |
2010-07-09 | include/param.h: Dont use ARG_MAX from kernel headers | Khem Raj |
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley |
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard |