summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-10-08link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer
2009-10-08Fix building arm EABIBernhard Reutner-Fischer
2009-10-07resolv/crypt: convert to foo-y kbuild styleMike Frysinger
2009-10-07ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger
2009-10-07ldso: use O_CLOEXEC for cache fileMike Frysinger
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-10-07fcntl.h: drop unused/dead O_STREAMINGMike Frysinger
2009-10-07ldso: use MAP_FAILED with ld.so.cacheMike Frysinger
2009-10-06fix coding styleBernhard Reutner-Fischer
2009-10-06commentary typo fixBernhard Reutner-Fischer
2009-10-06trim whitespaceBernhard Reutner-Fischer
2009-10-06whitespace cleanupBernhard Reutner-Fischer
2009-10-05sparc: add stubs for more of the _Q* opsAustin Foxley
2009-10-05descriptive error messageBernhard Reutner-Fischer
2009-10-04mips: fix typo in elfinterp.cAustin Foxley
2009-09-26Config.in: enable TLS config option only for nptlAustin Foxley
2009-09-26errno.c: add tls versions of errno and h_errnoAustin Foxley
2009-09-26dl-support.c: add tls supportAustin Foxley
2009-09-26resolv.c: add support for per thread res_stateAustin Foxley
2009-09-26ldso/: tls support for dynamic linkerAustin Foxley
2009-09-26include/: add tls errno and res_stateAustin Foxley
2009-09-26mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz
2009-09-25sparc specific bits/socket.hAustin Foxley
2009-09-23doc/: typo fixAustin Foxley
2009-09-21add timerfd syscall and headerStephan Raue
2009-09-21sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley