summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-03-26spawn: use glibc style to keep differences downMike Frysinger
2012-03-25librt: add posix_spawn supportIsmael Luceno
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2012-01-29handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer
2012-01-18stdlib: use shorhand wur for realloc prototypeBernhard Reutner-Fischer
2011-12-22sys/queue.h: update to eglibc versionNatanael Copa
2011-12-03getutid: add a hidden defMike Frysinger
2011-11-27make ARRAY_SIZE commonly available internallyMike Frysinger
2011-11-26include/: ignore new sys/eventfd.h symlinkMike Frysinger
2011-11-17inet: hide relocationsBernhard Reutner-Fischer
2011-11-17unistd: hide relocationsBernhard Reutner-Fischer
2011-11-17resolv: hide relocationsBernhard Reutner-Fischer
2011-11-07libc: flesh out linux scheduler functionsHenning Heinold
2011-11-07stdlib: add qsort_rBernhard Reutner-Fischer
2011-10-06microblaze mmu/elf/shared lib supportRyan Flux
2011-09-10resolv: simple optimizations and style/readability fixesDenys Vlasenko
2011-08-26include/resolv.h: provide __res_state._u even if !__UCLIBC_HAS_IPV6__Daniel Mack
2011-08-26inet/resolv: add res_ninit and res_ncloseDaniel Mack
2011-08-26inet/resolv: add res_mkqueryDaniel Mack
2011-08-26inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack
2011-08-26inet/resolv: add dn_skipname and ns_name_skipDaniel Mack
2011-08-26inet/resolv: Add dn_compDaniel Mack
2011-08-26inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack
2011-07-01mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonlyKhem Raj
2011-05-13unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj
2011-05-12linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer
2011-05-11libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer
2011-05-11add pipe2()Bernhard Reutner-Fischer
2011-05-11accept4: Implement cancellationBernhard Reutner-Fischer
2011-04-20Added fts support for traversing UNIX file hierarchies.Salvatore Cro
2011-03-10wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger
2011-03-10add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger
2011-03-10time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger
2011-03-10ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger
2011-03-10_wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger
2011-03-10time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger
2011-03-09remove unused hidden functionsPeter S. Mazinger
2011-03-09memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger
2011-03-09wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2011-03-09stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger
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