summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* add a __resp ptr for the no threads caseAustin Foxley2009-09-201-0/+1
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-181-1/+0
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-181-1/+0
* Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile.Rob Landley2009-09-181-1/+1
* sync up bfin reloc names to masterAustin Foxley2009-09-181-19/+19
* 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-181-1/+5
* setup attribute_optimize which comes with gcc-4.4+Mike Frysinger2009-09-181-0/+6
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-091-1/+1
* honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer2009-09-032-7/+7
* add a wchar.h stubMike Frysinger2009-08-191-0/+14
* fix lib_hidden_proto's which have extra ;Denys Vlasenko2009-08-191-2/+2
* add more arch-specific include/ ignoresMike Frysinger2009-08-191-1/+13
* add hidden aliases for openat funcsMike Frysinger2009-08-191-0/+2
* add hidden aliases for ntoh/hton functionsMike Frysinger2009-08-191-0/+4
* s/UCLIBC_INTERNAL/_LIBC/gDenys Vlasenko2009-08-196-10/+10
* first pass at implementing *at funcsMike Frysinger2009-08-196-30/+87
* sync a few headers with glibc (no functional changes)Mike Frysinger2009-08-194-47/+47
* dirent: push dirent type to prototypesMike Frysinger2009-08-191-16/+58
* string: only include inline-asm if UCLIBC_HAS_STRING_ARCH_OPTMike Frysinger2009-08-191-1/+1
* note that we do not want hidden malloc aliasesMike Frysinger2009-08-191-0/+2
* start ignoring include/ symlinksMike Frysinger2009-08-191-18/+22
* relocate i386 string.h to i386-specific dirMike Frysinger2009-08-192-317/+1
* add hidden aliases for older regex search functionsMike Frysinger2009-08-191-0/+2
* Readd the thread local version of __res_stateAustin Foxley2009-07-101-9/+0
* Sync nptl branch to masterAustin Foxley2009-07-092-4/+18
* syscall: unify common syscall definesMike Frysinger2009-07-091-0/+1
* Add a few missing includesRon2009-07-091-0/+1
* Add some missing printf/scanf format attributesRon2009-07-091-5/+10
* git: Added/Modified .gitignoreFilippo Arcidiacono2009-07-021-0/+26
* patch from Joseph S. Meyersaustinf2009-05-051-3/+3
* Merged revisions 25971,26002 via svnmerge from Khem Raj2009-04-071-2/+0
* Merged revisions 25821,25823-25824,25836 via svnmerge from Khem Raj2009-03-281-1/+3
* fix breakage in x86_64 defconfigDenis Vlasenko2009-02-271-0/+6
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-205-7/+7
* _res needs to be a macro (*__res_state()) having threads.Carmelo Amoroso2009-02-191-4/+0
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-182-59/+66
* 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
* 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
* Add strverscmp() and versionsort[64]().Denis Vlasenko2009-02-082-2/+19
* Make clock_getcpuclockid() and clock_nanosleep() visible when Carmelo Amoroso2009-01-281-6/+5
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-226-13/+12
* - pull r24946 from trunk (remove unavailable functionality; psm)Bernhard Reutner-Fischer2009-01-213-1/+5
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-1/+1
* replace yet another _dl_malloc + _dl_memset with _dl_zallocDenis Vlasenko2009-01-111-2/+0
* simple optimizations and style fixes in dynamic loadingDenis Vlasenko2009-01-101-0/+7