summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
* 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-092-2/+2
* Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-0911-17/+22
* whitespace fixesAustin Foxley2009-10-1716-60/+57
* uClibc_main: add the needed support for nptlAustin Foxley2009-10-171-34/+75
* librt additions that are now possible with nptlAustin Foxley2009-10-171-2/+24
* nptl provides sigaction and raiseAustin Foxley2009-10-171-0/+4
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-1725-279/+1084
* use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-179-36/+102
* rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-1710-37/+119
* arm specific bits needed for nptlAustin Foxley2009-10-175-8/+46
* i386 specific bit for nptlAustin Foxley2009-10-175-4/+31
* mips specific bits needed for nptlAustin Foxley2009-10-177-2/+259
* sh specific bits needed for nptlAustin Foxley2009-10-177-397/+378
* sparc specific bits needed for nptlAustin Foxley2009-10-175-32/+511
* some tweaks under libc/ needed for nptlAustin Foxley2009-10-178-18/+523
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40
* i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger2009-10-151-3/+0
* 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
* 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
* utime() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-083-1/+5
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-082-2/+5
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-081-0/+4
* Fix building arm EABIBernhard Reutner-Fischer2009-10-082-1/+2
* clean up O_CLOEXEC handlingMike Frysinger2009-10-0722-43/+32
* fcntl.h: drop unused/dead O_STREAMINGMike Frysinger2009-10-0710-10/+0
* sparc: add stubs for more of the _Q* opsAustin Foxley2009-10-051-0/+12
* descriptive error messageBernhard Reutner-Fischer2009-10-051-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
* 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
* add timerfd syscall and headerStephan Raue2009-09-213-1/+93
* 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-192-3/+2
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+5
* 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-1852-214/+64
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-18482-1837/+7