summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove wait callbacks for non-cancelation funcsBernhard Reutner-Fischer2009-11-174-24/+0
* include string.h for memset()Bernhard Reutner-Fischer2009-11-171-0/+2
* Makefile: fix indentationBernhard Reutner-Fischer2009-11-171-19/+18
* Simplify kconfig wording of thread supportBernhard Reutner-Fischer2009-11-091-46/+47
* remove wrong default for choiceBernhard Reutner-Fischer2009-11-091-3/+0
* support selecting which locales to buildBernhard Reutner-Fischer2009-11-092-16/+54
* remember some TODOs for 0.9.31Bernhard Reutner-Fischer2009-11-091-7/+16
* disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* build with -fmerge-all-constantsMike Frysinger2009-11-091-0/+2
* test/plt: add a script to find PLT usageMike Frysinger2009-11-092-0/+39
* libc: add hidden calls to pthread cleanup funcsMike Frysinger2009-11-092-0/+4
* regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* inet_ntop4: avoid inline initializationMike Frysinger2009-11-091-1/+3
* sparc: use fputs to write to stderrMike Frysinger2009-11-091-1/+1
* sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-093-3/+3
* make the sem_open changes actually compileAustin Foxley2009-11-093-3/+3
* Unbreak sem_open when UCLIBC_SUSV3_LEGACY is not definedMikhail Gusarov2009-11-091-32/+5
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-0911-17/+22
* Rules.mak fix typo (qstrup -> qstrip)Austin Foxley2009-11-091-1/+1
* remove useless .gitignoreAustin Foxley2009-10-201-22/+0
* whitespace fixesAustin Foxley2009-10-1764-130/+97
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-10-171-2/+2
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+4
* Remove broken install_test targetAustin Foxley2009-10-171-14/+0
* sync a few trivial changes back to masterAustin Foxley2009-10-172-5/+5
* hostid: style fixes to match masterAustin Foxley2009-10-171-6/+8
* ldso: fixup missed variable rename ( tls_tpnt -> tpntp )Austin Foxley2009-10-161-2/+2
* ldso: drop duplicated/unused definesMike Frysinger2009-10-161-23/+0
* ldso: unify and cleanup _dl_mmap codeMike Frysinger2009-10-161-40/+22
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-161-3/+0
* ldso: define MAP_FAILED for everyoneMike Frysinger2009-10-161-1/+1
* ldso: simplify handling of extra _dl_lookup_hash() argMike Frysinger2009-10-162-15/+7
* ldso: clean up breakage in tls mergeMike Frysinger2009-10-1614-159/+137
* ldso: fixup all the rest of the calls to _dl_find_hashAustin Foxley2009-10-167-13/+13
* Fix SH bits/kernel_types.h for new kernel headers.Joseph Myers2009-10-161-1/+2
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-161-1/+2
* fix cosmetic typoBernhard Reutner-Fischer2009-10-161-3/+3
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-161-6/+9
* drop __BCC__ cruft from string codeMike Frysinger2009-10-1614-131/+11
* check_ld some more flagsBernhard Reutner-Fischer2009-10-162-3/+6
* SUSV4: remove utime.hBernhard Reutner-Fischer2009-10-161-0/+1
* add and use qstripBernhard Reutner-Fischer2009-10-161-13/+16
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-163-1/+5
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-165-14/+31
* _toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer2009-10-161-3/+6
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-161-0/+4
* resolv/crypt: convert to foo-y kbuild styleMike Frysinger2009-10-162-15/+8
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-161-0/+2
* ldso: use O_CLOEXEC for cache fileMike Frysinger2009-10-161-1/+1