summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2009-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin Foxley
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-10-17nptl provides sigaction and raiseAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-10-17arm specific bits needed for nptlAustin Foxley
2009-10-17i386 specific bit for nptlAustin Foxley
2009-10-17mips specific bits needed for nptlAustin Foxley
2009-10-17sh specific bits needed for nptlAustin Foxley
2009-10-17sparc specific bits needed for nptlAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-17mktemp does not depend on floatsAustin Foxley
2009-10-15malloc: handle size overflows in realloc()Mike Frysinger
2009-10-15sparc qops: unify & shrinkMike Frysinger
2009-10-15i386: use common INTERNAL_SYSCALL_ERROR_PMike Frysinger
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-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-08utime() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-08ftw() is obsolescent in 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-07clean up O_CLOEXEC handlingMike Frysinger
2009-10-07fcntl.h: drop unused/dead O_STREAMINGMike Frysinger
2009-10-05sparc: add stubs for more of the _Q* opsAustin Foxley
2009-10-05descriptive error messageBernhard Reutner-Fischer
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-26mips: do not save variables in "hi" or "lo" across system callsDaniel Jacobowitz
2009-09-25sparc specific bits/socket.hAustin Foxley
2009-09-21add timerfd syscall and headerStephan Raue
2009-09-21sparc sigaction.c: fix the noted bugs by syncing up with glibcAustin Foxley
2009-09-19sigpause: remove libc_hidden_proto/defDenys Vlasenko
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-19raise: remove unused hidden weak symbol __raiseDenys Vlasenko
2009-09-19libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-18fix make {,install_}{,host}utilsBernhard Reutner-Fischer
2009-09-17always define float_t as floatBernhard Reutner-Fischer
2009-09-15sh/user.h: clean up conflicts from kernel user.hAndrew Stubbs
2009-09-15daemon: fix up INTERNAL_SYSCALL() usageMike Frysinger
2009-09-09sparc/sigaction.c: note possible bugs by comments. style fixesDenys Vlasenko
2009-09-09strsignal.c: whitespace fixes, no code changes (verified with objdump)Denys Vlasenko
2009-09-08time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko