summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-17.gitignore: remove unneeded patternBernhard Reutner-Fischer
2009-11-15libm: use int_WRAPPER_C99 macroBernhard Reutner-Fischer
2009-11-15ldso: Add missing newlines to some debug messagesBernhard Reutner-Fischer
2009-11-14Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"Bernhard Reutner-Fischer
2009-11-14libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hostsBernhard Reutner-Fischer
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer
2009-11-13silence warning about undefined CPP tokenBernhard Reutner-Fischer
2009-11-09Rules.mak fix typo (qstrup -> qstrip)Austin Foxley
2009-10-28Simplify kconfig wording of thread supportBernhard Reutner-Fischer
2009-10-28remove wrong default for choiceBernhard Reutner-Fischer
2009-10-28support selecting which locales to buildBernhard Reutner-Fischer
2009-10-23remember some TODOs for 0.9.31Bernhard Reutner-Fischer
2009-10-22disable _POSIX_SPAWN defineMike Frysinger
2009-10-22build with -fmerge-all-constantsMike Frysinger
2009-10-22test/plt: add a script to find PLT usageMike Frysinger
2009-10-22libc: add hidden calls to pthread cleanup funcsMike Frysinger
2009-10-22regex: call memcpy() ourselvesMike Frysinger
2009-10-22sysctl: avoid inline initializationMike Frysinger
2009-10-22inet_ntop4: avoid inline initializationMike Frysinger
2009-10-22sparc: use fputs to write to stderrMike Frysinger
2009-10-22sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger
2009-10-20remove useless .gitignoreAustin Foxley
2009-10-17add .gitignore for test/ and extra/Austin Foxley
2009-10-17test/dlopen: use pthread_once directlyAustin Foxley
2009-10-17linuxthreads: check TLS_DTV_AT_TP define correctlyAustin Foxley
2009-10-17mktemp does not depend on floatsAustin Foxley
2009-10-17gitignore: ignore install_dir/Austin Foxley
2009-10-17Makerules: add a do_sed commandAustin Foxley
2009-10-16ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley
2009-10-16remove readelf from helptextBernhard Reutner-Fischer
2009-10-15malloc: handle size overflows in realloc()Mike Frysinger
2009-10-15sparc qops: unify & shrinkMike Frysinger
2009-10-15ldso: drop duplicated/unused definesMike Frysinger
2009-10-15ldso: unify and cleanup _dl_mmap codeMike Frysinger
2009-10-15i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger
2009-10-15ldso: define MAP_FAILED for everyoneMike Frysinger
2009-10-15ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger
2009-10-15ldso: clean up breakage in tls mergeMike Frysinger
2009-10-14ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley
2009-10-14Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers
2009-10-14check stat("/etc/resolv.conf") for errorsDenys Vlasenko
2009-10-14fix cosmetic typoBernhard Reutner-Fischer
2009-10-13libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer
2009-10-10drop __BCC__ cruft from string codeMike Frysinger
2009-10-09check_ld some more flagsBernhard Reutner-Fischer
2009-10-09SUSV4: remove utime.hBernhard Reutner-Fischer
2009-10-08add and use qstripBernhard Reutner-Fischer
2009-10-08utime() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08_toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer