summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-03-09arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger
2011-03-09stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger
2011-03-09move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger
2011-03-09disable _POSIX2_LOCALEDEFPeter S. Mazinger
2011-03-09guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger
2011-03-08resolv.h: disable unneeded prototypesPeter S. Mazinger
2011-03-07locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger
2011-03-06simplify ffs* codePeter S. Mazinger
2011-03-05Implement ffsl and ffsll.Bernd Schmidt
2011-03-05The C6X portAurelien Jacquiot
2011-03-05Add support for DSBT ELF to ld.soMark Salter
2011-03-04fix locale buildPeter S. Mazinger
2011-03-03remove obsoleted and incorrect commentPeter S. Mazinger
2011-03-03provide internal hidden version of __fcntl_nocancelPeter S. Mazinger
2011-03-03add _dl_errno support to errno.h, cleanupPeter S. Mazinger
2011-03-03sgtty.h is useless, remove it on STRICT_HEADERSPeter S. Mazinger
2011-03-03paths.h: add _PATH_GSHADOWPeter S. Mazinger
2011-03-03guard nl_catd structure and related constants with STRICT_HEADERSPeter S. Mazinger
2011-03-03better guard of IPV6 related stuffPeter S. Mazinger
2011-03-03update some headersPeter S. Mazinger
2011-03-03update some headersPeter S. Mazinger
2011-03-03make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger
2011-03-03remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03add missing prototypesPeter S. Mazinger
2011-03-03syntax fixesPeter S. Mazinger
2011-03-03guard IPv6 stuffPeter S. Mazinger
2011-03-03include features.hPeter S. Mazinger
2010-12-01libc: fix strtoqNatanael Copa
2010-11-24config_parser: hide symbolsBernhard Reutner-Fischer
2010-10-31libm: improve readability of math.h; expand comments and docsDenys Vlasenko
2010-09-20nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso
2010-09-16libc: Add canonicalize_file_name functionCarmelo Amoroso
2010-09-15libubacktrace: Provide uClibc with backtrace functionsSalvatore Cro
2010-09-14misc: utmpx based logging supportSalvatore Cro
2010-08-19add header guardBernhard Reutner-Fischer
2010-08-05getnet: switch to config parserBernhard Reutner-Fischer
2010-08-05sysconf: implement _SC_NPROCESSORS_CONF, _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2010-08-05add config parserBernhard Reutner-Fischer
2010-07-27lutimes: add lutimes supportVladimir Zapolskiy
2010-07-27endian.h: add BSD convertions between big/little-endian byte orderVladimir Zapolskiy
2010-07-26enable fcntl nocancel prototype for all threadsMike Frysinger
2010-07-09include/param.h: Dont use ARG_MAX from kernel headersKhem Raj
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-06-10libm: unhide signgamRoman I Khimov
2010-05-17Fix fcntl64 for 64 bit targets.Rob Landley
2010-05-16resolv.h: fix wring indentation of #ifdef/#endif pairsDenys Vlasenko
2010-04-16libc-symbols: add attribute_protectedTimo Teras
2010-04-12Merge remote branch 'origin/master' into nptlAustin Foxley