summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* stdlib: fix arc4random return type to u_int32_tTimo Teräs2011-12-231-2/+2
* 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
* fix locale buildPeter S. Mazinger2011-03-042-6/+6
* remove obsoleted and incorrect commentPeter S. Mazinger2011-03-031-5/+0
* provide internal hidden version of __fcntl_nocancelPeter S. Mazinger2011-03-031-0/+3
* add _dl_errno support to errno.h, cleanupPeter S. Mazinger2011-03-031-5/+7
* sgtty.h is useless, remove it on STRICT_HEADERSPeter S. Mazinger2011-03-031-0/+6
* paths.h: add _PATH_GSHADOWPeter S. Mazinger2011-03-031-0/+1
* guard nl_catd structure and related constants with STRICT_HEADERSPeter S. Mazinger2011-03-031-0/+4
* better guard of IPV6 related stuffPeter S. Mazinger2011-03-031-3/+6
* update some headersPeter S. Mazinger2011-03-033-33/+40
* update some headersPeter S. Mazinger2011-03-039-44/+80
* make it possible to compile with -std=gnu99/c99 and use extern inlinesPeter S. Mazinger2011-03-031-1/+1
* remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...Peter S. Mazinger2011-03-031-1/+4
* add missing prototypesPeter S. Mazinger2011-03-031-0/+6
* add missing prototypesPeter S. Mazinger2011-03-031-0/+2
* syntax fixesPeter S. Mazinger2011-03-031-2/+2
* guard IPv6 stuffPeter S. Mazinger2011-03-032-2/+19
* include features.hPeter S. Mazinger2011-03-031-0/+1
* libc: fix strtoqNatanael Copa2010-12-011-1/+1
* config_parser: hide symbolsBernhard Reutner-Fischer2010-11-241-0/+4
* libm: improve readability of math.h; expand comments and docsDenys Vlasenko2010-10-312-32/+30
* nptl: Fix libpthread build when UCLIBC_LINUX_SPECIFIC is disabledCarmelo Amoroso2010-09-201-1/+1