| Commit message (Expand) | Author | Age | Files | Lines |
| * | stdlib: fix arc4random return type to u_int32_t | Timo Teräs | 2011-12-23 | 1 | -2/+2 |
| * | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj | 2011-05-13 | 1 | -220/+0 |
| * | linux_specific: handle accept4 and pipe2 | Bernhard Reutner-Fischer | 2011-05-12 | 2 | -2/+2 |
| * | libubacktrace: mv unwind.h to include | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+220 |
| * | add pipe2() | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+7 |
| * | accept4: Implement cancellation | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+9 |
| * | Added fts support for traversing UNIX file hierarchies. | Salvatore Cro | 2011-04-20 | 1 | -0/+131 |
| * | wctype.h: fix libc_hidden_proto for iswupper and add it for iswspace | Peter S. Mazinger | 2011-03-10 | 1 | -1/+2 |
| * | add libc_hidden_proto for wcs[n]casecmp_l | Peter S. Mazinger | 2011-03-10 | 1 | -0/+2 |
| * | time.c, time.h: remove unused hidden strftime/strptime | Peter S. Mazinger | 2011-03-10 | 1 | -2/+0 |
| * | ctype.c, ctype.h: remove commented parts that were banned for removal after 0... | Peter S. Mazinger | 2011-03-10 | 1 | -6/+0 |
| * | _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functions | Peter S. Mazinger | 2011-03-10 | 1 | -1/+0 |
| * | time.c, wchar.h: remove unused hidden wcsftime | Peter S. Mazinger | 2011-03-10 | 1 | -1/+0 |
| * | remove unused hidden functions | Peter S. Mazinger | 2011-03-09 | 3 | -5/+0 |
| * | memmem.c, string.h: remove unused hidden memmem | Peter S. Mazinger | 2011-03-09 | 1 | -1/+0 |
| * | wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy | Peter S. Mazinger | 2011-03-09 | 1 | -0/+5 |
| * | ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functions | Peter S. Mazinger | 2011-03-09 | 3 | -7/+0 |
| * | stdlib.c, _strtod.c, stdlib.h: remove unused hidden functions | Peter S. Mazinger | 2011-03-09 | 1 | -1/+0 |
| * | arc4random.c, stdlib.h: get rid of hidden arc4random_stir | Peter S. Mazinger | 2011-03-09 | 1 | -1/+0 |
| * | stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.h | Peter S. Mazinger | 2011-03-09 | 2 | -2/+3 |
| * | move prototype for __drand48_iterate and __libc_drand48_data to stdlib.h | Peter S. Mazinger | 2011-03-09 | 1 | -0/+7 |
| * | disable _POSIX2_LOCALEDEF | Peter S. Mazinger | 2011-03-09 | 1 | -0/+2 |
| * | guard *_chk() related stuff with UCLIBC_HAS_FORTIFY | Peter S. Mazinger | 2011-03-09 | 2 | -1/+9 |
| * | resolv.h: disable unneeded prototypes | Peter S. Mazinger | 2011-03-08 | 1 | -0/+20 |
| * | locale.c, locale.h: no need for hidden duplocale | Peter S. Mazinger | 2011-03-07 | 1 | -1/+0 |
| * | simplify ffs* code | Peter S. Mazinger | 2011-03-06 | 1 | -7/+1 |
| * | Implement ffsl and ffsll. | Bernd Schmidt | 2011-03-05 | 1 | -2/+8 |
| * | The C6X port | Aurelien Jacquiot | 2011-03-05 | 1 | -0/+45 |
| * | Add support for DSBT ELF to ld.so | Mark Salter | 2011-03-05 | 1 | -1/+12 |
| * | fix locale build | Peter S. Mazinger | 2011-03-04 | 2 | -6/+6 |
| * | remove obsoleted and incorrect comment | Peter S. Mazinger | 2011-03-03 | 1 | -5/+0 |
| * | provide internal hidden version of __fcntl_nocancel | Peter S. Mazinger | 2011-03-03 | 1 | -0/+3 |
| * | add _dl_errno support to errno.h, cleanup | Peter S. Mazinger | 2011-03-03 | 1 | -5/+7 |
| * | sgtty.h is useless, remove it on STRICT_HEADERS | Peter S. Mazinger | 2011-03-03 | 1 | -0/+6 |
| * | paths.h: add _PATH_GSHADOW | Peter S. Mazinger | 2011-03-03 | 1 | -0/+1 |
| * | guard nl_catd structure and related constants with STRICT_HEADERS | Peter S. Mazinger | 2011-03-03 | 1 | -0/+4 |
| * | better guard of IPV6 related stuff | Peter S. Mazinger | 2011-03-03 | 1 | -3/+6 |
| * | update some headers | Peter S. Mazinger | 2011-03-03 | 3 | -33/+40 |
| * | update some headers | Peter S. Mazinger | 2011-03-03 | 9 | -44/+80 |
| * | make it possible to compile with -std=gnu99/c99 and use extern inlines | Peter S. Mazinger | 2011-03-03 | 1 | -1/+1 |
| * | remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H... | Peter S. Mazinger | 2011-03-03 | 1 | -1/+4 |
| * | add missing prototypes | Peter S. Mazinger | 2011-03-03 | 1 | -0/+6 |
| * | add missing prototypes | Peter S. Mazinger | 2011-03-03 | 1 | -0/+2 |
| * | syntax fixes | Peter S. Mazinger | 2011-03-03 | 1 | -2/+2 |
| * | guard IPv6 stuff | Peter S. Mazinger | 2011-03-03 | 2 | -2/+19 |
| * | include features.h | Peter S. Mazinger | 2011-03-03 | 1 | -0/+1 |
| * | libc: fix strtoq | Natanael Copa | 2010-12-01 | 1 | -1/+1 |
| * | config_parser: hide symbols | Bernhard Reutner-Fischer | 2010-11-24 | 1 | -0/+4 |
| * | libm: improve readability of math.h; expand comments and docs | Denys Vlasenko | 2010-10-31 | 2 | -32/+30 |
| * | nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabled | Carmelo Amoroso | 2010-09-20 | 1 | -1/+1 |