summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
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
2009-09-08simpler and shorter read_TZ_file() helperDenys Vlasenko
2009-09-06wordexp.c: cleanup - remove old hidden_proto's; remove unused parameterDenys Vlasenko
2009-09-06wordexp.c: fix a bug where we might close stdoutDenys Vlasenko
2009-09-06fstatat: fix up behavior on 32/64 bit hostsMike Frysinger
2009-09-06xstatconv: drop useless hidden codeMike Frysinger
2009-09-06Revert "syscall.c: Use common syscall.c for ARM"Khem Raj
2009-09-06rexec.c: style fixes, no code chages (verified with objdump)Denys Vlasenko
2009-09-06rexec.c: small code shrinkDenys Vlasenko
2009-09-06comment out "int rexecoptions"; make "char ahostbuf[]" static (was hidden)Denys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05do not pass 3rd param to open() which do not create filesDenys Vlasenko
2009-09-05wtmp code: style fixes, no code changesDenys Vlasenko
2009-09-05remove(): slight readabability tweak, no code changesDenys Vlasenko
2009-09-05opensock: work correctly on IPv6-only configDenys Vlasenko
2009-09-05lckpwdf: remove a wrong comment and one write-only variableDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-09-05utent.c: fix a few bugs, and shrink a bitDenys Vlasenko
2009-09-05math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko
2009-08-31drop last _syscall6 checksMike Frysinger
2009-08-30honour NO_LONG_DOUBLE_MATHBernhard Reutner-Fischer
2009-08-30Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.Khem Raj
2009-08-30Add posix_fadvise{64}.c routines to Makefile.archKhem Raj
2009-08-30Add posix_fadvise and posix_fadvise64 for powerpcKhem Raj
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-17add hidden aliases for newer regex search functionsBernhard Reutner-Fischer
2009-08-13m68k syscall: switch to common codeMaxim Kuvyrkov
2009-08-05handle _SC_NPROCESSORS_CONF and _SC_NPROCESSORS_ONLNBernhard Reutner-Fischer
2009-08-04Fix daemon build for no-MMU no-threads.Joseph Myers
2009-08-01ioperm is not used internally, remove hidden_protoBernhard Reutner-Fischer