summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2010-02-13sparc/sigaction: revert change. These semantics are needed for nptlAustin Foxley
2010-02-13sparc/sysdep: Unify sparc sysdep.hAustin Foxley
2010-02-11arm/sysdep: Unify arm sysdep.hKhem Raj
2010-02-11mips/sysdep.h: Unify mips sysdep.hKhem Raj
2010-02-11libc: build tsd only when tls is enabledAustin Foxley
2010-02-09nptl: sysdep headers re-factoringCarmelo Amoroso
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-05prctl: silence shadow warningsBernhard Reutner-Fischer
2010-02-05kernel-features: add __ASSUME_POSIX_CPU_TIMERSBernhard Reutner-Fischer
2010-02-03Unbreak build for sparc on some config'sAustin Foxley
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
2010-02-03libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono
2010-02-03libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono
2010-02-03powerpc/bits/sysdep.h: move confusingly placed #undefDenys Vlasenko
2010-02-03/etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko
2010-02-02remove two checks for gettimeofday errorDenys Vlasenko
2010-02-02time,times: stop interpreting negative return values ar errorsDenys Vlasenko
2010-02-01nptl: Fix nptl specific case which still was not using CSRC-y.Khem Raj
2010-02-01Fix accidently dropped hunk during last merge from master.Khem Raj
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-26convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-25Merge branch 'master' into nptlCarmelo Amoroso
2010-01-24wchar.c: fix indentationDenys Vlasenko
2010-01-24gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer
2010-01-23getprotoent_r: use correct define for return valueBernhard Reutner-Fischer
2010-01-23fix typo in previous commitBernhard Reutner-Fischer
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2010-01-23libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer
2010-01-23libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer
2010-01-23libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-22silence warning about implicit decl of sysctlBernhard Reutner-Fischer
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2010-01-21futimens: add missing local prototypeBernhard Reutner-Fischer
2010-01-21include unistd.h for smallintYoshinori Sato
2010-01-21mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2010-01-21ctime: do not use static struct tm bufferDenys Vlasenko
2010-01-21avr32: add varargs handling of prctl syscallHans-Christian Egtvedt
2010-01-21avr32: add varargs handling of prctl syscallHans-Christian Egtvedt
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2010-01-16futimens: add missing local prototypeBernhard Reutner-Fischer
2010-01-16include unistd.h for smallintYoshinori Sato
2010-01-14mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2010-01-09ctime: do not use static struct tm bufferDenys Vlasenko
2009-12-19Merge commit 'origin/master' into nptlAustin Foxley
2009-12-19malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang