summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* correct documentationBernhard Reutner-Fischer2009-11-171-4/+4
* .gitignore: remove unneeded patternBernhard Reutner-Fischer2009-11-171-1/+0
* libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer2009-11-151-10/+5
* ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer2009-11-158-14/+14
* Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer2009-11-148-28/+44
* libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer2009-11-148-44/+28
* realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-142-17/+9
* silence warning about undefined CPP tokenBernhard Reutner-Fischer2009-11-131-1/+1
* Rules.mak fix typo (qstrup -> qstrip)Austin Foxley2009-11-091-1/+1
* Simplify kconfig wording of thread supportBernhard Reutner-Fischer2009-10-281-46/+47
* remove wrong default for choiceBernhard Reutner-Fischer2009-10-281-3/+0
* support selecting which locales to buildBernhard Reutner-Fischer2009-10-282-16/+54
* remember some TODOs for 0.9.31Bernhard Reutner-Fischer2009-10-231-7/+16
* disable _POSIX_SPAWN defineMike Frysinger2009-10-221-0/+2
* build with -fmerge-all-constantsMike Frysinger2009-10-221-0/+2
* test/plt: add a script to find PLT usageMike Frysinger2009-10-222-0/+39
* libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-10-222-0/+4
* regex: call memcpy() ourselvesMike Frysinger2009-10-221-1/+2
* sysctl: avoid inline initializationMike Frysinger2009-10-221-17/+9
* inet_ntop4: avoid inline initializationMike Frysinger2009-10-221-1/+3
* sparc: use fputs to write to stderrMike Frysinger2009-10-221-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-10-223-3/+3
* remove useless .gitignoreAustin Foxley2009-10-201-22/+0
* add .gitignore for test/ and extra/Austin Foxley2009-10-172-0/+276
* test/dlopen: use pthread_once directlyAustin Foxley2009-10-171-3/+1
* linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley2009-10-173-11/+11
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* gitignore: ignore install_dir/Austin Foxley2009-10-171-1/+2
* Makerules: add a do_sed commandAustin Foxley2009-10-171-0/+5
* ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley2009-10-161-2/+2
* remove readelf from helptextBernhard Reutner-Fischer2009-10-161-1/+1
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40
* ldso: drop duplicated/unused definesMike Frysinger2009-10-151-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-151-40/+22
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-151-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-152-15/+7
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-1514-159/+137
* ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley2009-10-147-13/+13
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-141-1/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-141-1/+2
* fix cosmetic typoBernhard Reutner-Fischer2009-10-141-3/+3
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-131-6/+9
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1014-131/+11
* check_ld some more flagsBernhard Reutner-Fischer2009-10-092-3/+6
* SUSV4: remove utime.hBernhard Reutner-Fischer2009-10-091-0/+1
* add and use qstripBernhard Reutner-Fischer2009-10-081-13/+16
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-085-14/+31