summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer2012-01-291-3/+5
* handle signal-OBXSI.SUSv4.symsBernhard Reutner-Fischer2012-01-291-2/+2
* stdlib: use shorhand wur for realloc prototypeBernhard Reutner-Fischer2012-01-181-1/+1
* sys/queue.h: update to eglibc versionNatanael Copa2011-12-221-443/+399
* getutid: add a hidden defMike Frysinger2011-12-031-0/+1
* make ARRAY_SIZE commonly available internallyMike Frysinger2011-11-271-0/+2
* include/: ignore new sys/eventfd.h symlinkMike Frysinger2011-11-261-0/+1
* inet: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+2
* unistd: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+2
* resolv: hide relocationsBernhard Reutner-Fischer2011-11-172-0/+7
* libc: flesh out linux scheduler functionsHenning Heinold2011-11-071-12/+40
* stdlib: add qsort_rBernhard Reutner-Fischer2011-11-071-1/+9
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-061-0/+33
* resolv: simple optimizations and style/readability fixesDenys Vlasenko2011-09-101-4/+0
* include/resolv.h: provide __res_state._u even if !__UCLIBC_HAS_IPV6__Daniel Mack2011-08-261-2/+2
* inet/resolv: add res_ninit and res_ncloseDaniel Mack2011-08-261-4/+4
* inet/resolv: add res_mkqueryDaniel Mack2011-08-261-2/+2
* inet/resolv: add ns_initparse, ns_parserr, ns_skiprr and ns_msg_getflagDaniel Mack2011-08-261-5/+2
* inet/resolv: add dn_skipname and ns_name_skipDaniel Mack2011-08-261-2/+2
* inet/resolv: Add dn_compDaniel Mack2011-08-261-2/+2
* inet/resolv: add ns_name_pton, ns_name_pack and ns_name_compressDaniel Mack2011-08-261-0/+1
* mips/signalfd.h: SFD_NONBLOCK for mips is 0200 unlike 04000 commonlyKhem Raj2011-07-011-0/+9
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-131-220/+0
* linux_specific: handle accept4 and pipe2Bernhard Reutner-Fischer2011-05-122-2/+2
* libubacktrace: mv unwind.h to includeBernhard Reutner-Fischer2011-05-111-0/+220
* add pipe2()Bernhard Reutner-Fischer2011-05-111-0/+7
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-111-0/+9
* Added fts support for traversing UNIX file hierarchies.Salvatore Cro2011-04-201-0/+131
* wctype.h: fix libc_hidden_proto for iswupper and add it for iswspacePeter S. Mazinger2011-03-101-1/+2
* add libc_hidden_proto for wcs[n]casecmp_lPeter S. Mazinger2011-03-101-0/+2
* time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger2011-03-101-2/+0
* ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-101-6/+0
* _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger2011-03-101-1/+0
* time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger2011-03-101-1/+0
* remove unused hidden functionsPeter S. Mazinger2011-03-093-5/+0
* memmem.c, string.h: remove unused hidden memmemPeter S. Mazinger2011-03-091-1/+0
* wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger2011-03-091-0/+5
* ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-093-7/+0
* stdlib.c, _strtod.c, stdlib.h: remove unused hidden functionsPeter S. Mazinger2011-03-091-1/+0
* arc4random.c, stdlib.h: get rid of hidden arc4random_stirPeter S. Mazinger2011-03-091-1/+0
* stdlib.h: move MB_CUR_MAX = 1 from wchar-stub.hPeter S. Mazinger2011-03-092-2/+3
* move prototype for __drand48_iterate and __libc_drand48_data to stdlib.hPeter S. Mazinger2011-03-091-0/+7
* disable _POSIX2_LOCALEDEFPeter S. Mazinger2011-03-091-0/+2
* guard *_chk() related stuff with UCLIBC_HAS_FORTIFYPeter S. Mazinger2011-03-092-1/+9
* resolv.h: disable unneeded prototypesPeter S. Mazinger2011-03-081-0/+20
* locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger2011-03-071-1/+0
* simplify ffs* codePeter S. Mazinger2011-03-061-7/+1
* Implement ffsl and ffsll.Bernd Schmidt2011-03-051-2/+8
* The C6X portAurelien Jacquiot2011-03-051-0/+45
* Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+12