summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* correct documentationBernhard Reutner-Fischer2009-11-171-4/+4
* realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-141-3/+1
* silence warning about undefined CPP tokenBernhard Reutner-Fischer2009-11-131-1/+1
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-081-8/+10
* _toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer2009-10-081-3/+6
* include/: add tls errno and res_stateAustin Foxley2009-09-267-25/+79
* add timerfd syscall and headerStephan Raue2009-09-211-0/+1
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-191-1/+0
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-1/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-6/+6
* sys/mount.h: sync with latest glibcMike Frysinger2009-09-151-1/+5
* setup attribute_optimize which comes with gcc-4.4+Mike Frysinger2009-09-151-0/+6
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-051-1/+1
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-08-302-7/+7
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-07-231-2/+2
* add more arch-specific include/ ignoresMike Frysinger2009-07-231-0/+12
* add hidden aliases for openat funcsMike Frysinger2009-07-221-0/+2
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-07-221-0/+4
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-07-216-10/+10
* first pass at implementing *at funcsMike Frysinger2009-07-206-30/+87
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-07-204-47/+47
* dirent: push dirent type to prototypesMike Frysinger2009-07-201-16/+58
* string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger2009-07-201-1/+1
* add a wchar.h stubMike Frysinger2009-07-201-0/+14
* note that we do not want hidden malloc aliasesMike Frysinger2009-07-201-0/+2
* relocate i386 string.h to i386-specific dirMike Frysinger2009-07-202-317/+1
* start ignoring include/ symlinksMike Frysinger2009-07-201-0/+21
* add hidden aliases for older regex search functionsMike Frysinger2009-07-201-0/+2
* syscall: unify common syscall definesMike Frysinger2009-07-081-0/+1
* Add a few missing includesRon2009-07-051-0/+1
* Add some missing printf/scanf format attributesRon2009-07-051-5/+10
* Blackfin: make sure all relocs are uppercaseMike Frysinger2009-06-011-19/+19
* patch from Joseph S. Meyersaustinf2009-04-271-3/+3
* implement daemon() using clone() on no-mmu systems as suggested by Jamie LokierMike Frysinger2009-04-071-2/+0
* - Add strtouq alias (to strtoul) for 64bitBernhard Reutner-Fischer2009-03-251-1/+3
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-0/+6
* Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley2009-02-241-1/+1
* mathcalls.h: remove tons of redundant semicolons; better comment about macrosDenis Vlasenko2009-02-181-6/+9
* fix typo in commentDenis Vlasenko2009-02-171-1/+1
* test/math/compile_test.c: "are long double functions even compile/link?" testDenis Vlasenko2009-02-171-24/+32
* math.h: fix libm_hidden_proto leak into sanitized headersDenis Vlasenko2009-02-141-16/+23
* - repair my r25322 that ment to deal with getdomainname()'s visibilityBernhard Reutner-Fischer2009-02-131-4/+3
* - we may need getdomainname internallyBernhard Reutner-Fischer2009-02-131-0/+3
* - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bitsBernhard Reutner-Fischer2009-02-131-58/+63
* add comment why do we need _ISbit() macroDenis Vlasenko2009-02-111-0/+1
* Re-add _ISbit macro required to build libstdc++ from gcc toolchain.Carmelo Amoroso2009-02-101-12/+18
* do not rely on features.h so that elf.h can be used on non-elf systems (Darwi...Mike Frysinger2009-02-101-4/+7
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-082-2/+19
* - remove unavailable functionality upon request (Peter Mazinger)Bernhard Reutner-Fischer2009-01-213-1/+5
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-1/+1