summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2009-11-23futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer
2009-11-20futimens: add functionBernhard Reutner-Fischer
2009-11-20ppoll: get NULL from stddef.hBernhard Reutner-Fischer
2009-11-20__assert: include unistd.h for smallintBernhard Reutner-Fischer
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger
2009-11-19msgrcv is of type ssize_tPeter S. Mazinger
2009-11-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
2009-11-19DO_XSI_MATH: add config knobBernhard Reutner-Fischer
2009-11-19_Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer
2009-10-22disable _POSIX_SPAWN defineMike Frysinger
2009-10-22regex: call memcpy() ourselvesMike Frysinger
2009-10-22sysctl: avoid inline initializationMike Frysinger
2009-10-22inet_ntop4: avoid inline initializationMike Frysinger
2009-10-22sparc: use fputs to write to stderrMike Frysinger
2009-10-22sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger
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