summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* _toupper, _tolower depend on SUSv4Bernhard Reutner-Fischer2009-10-081-3/+6
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* resolv/crypt: convert to foo-y kbuild styleMike Frysinger2009-10-072-15/+8
* ldso: pull in missing bits/fcntl.h header for O_CLOEXECMike Frysinger2009-10-071-0/+2
* ldso: use O_CLOEXEC for cache fileMike Frysinger2009-10-071-1/+1
* clean up O_CLOEXEC handlingMike Frysinger2009-10-0722-43/+32
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-0710-10/+0
* ldso: use MAP_FAILED with ld.so.cacheMike Frysinger2009-10-071-5/+5
* fix coding styleBernhard Reutner-Fischer2009-10-061-25/+16
* commentary typo fixBernhard Reutner-Fischer2009-10-061-2/+2
* trim whitespaceBernhard Reutner-Fischer2009-10-061-10/+10
* whitespace cleanupBernhard Reutner-Fischer2009-10-061-4/+4
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-051-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-051-1/+1
* mips: fix typo in elfinterp.cAustin Foxley2009-10-041-1/+1
* Config.in: enable TLS config option only for nptlAustin Foxley2009-09-261-1/+1
* errno.c: add tls versions of errno and h_errnoAustin Foxley2009-09-262-1/+15
* dl-support.c: add tls supportAustin Foxley2009-09-261-0/+42
* resolv.c: add support for per thread res_stateAustin Foxley2009-09-263-5/+62
* ldso/: tls support for dynamic linkerAustin Foxley2009-09-2624-148/+2239
* include/: add tls errno and res_stateAustin Foxley2009-09-267-25/+79
* mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz2009-09-261-2/+2
* sparc specific bits/socket.hAustin Foxley2009-09-251-0/+356
* doc/: typo fixAustin Foxley2009-09-231-1/+1
* add timerfd syscall and headerStephan Raue2009-09-214-1/+94
* sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley2009-09-211-30/+16
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-193-4/+2
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-193-13/+7
* raise: remove unused hidden weak symbol __raiseDenys Vlasenko2009-09-191-6/+2
* libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko2009-09-191-211/+183
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-1911-36/+8
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-1859-242/+86
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-18485-1842/+7
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-188-232/+375
* document ARCH=Bernhard Reutner-Fischer2009-09-181-0/+1
* always define float_t as floatBernhard Reutner-Fischer2009-09-174-80/+4
* No need for a libresolv stubBernhard Reutner-Fischer2009-09-172-0/+8
* handle make ARCH= configBernhard Reutner-Fischer2009-09-162-10/+42
* sys/mount.h: sync with latest glibcMike Frysinger2009-09-151-1/+5
* sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs2009-09-151-0/+11
* daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger2009-09-151-4/+6