summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2010-10-14parse_config: discard rest of incomplete lineNatanael Copa
2010-10-14config parser: always initialize line pointerNatanael Copa
2010-10-14config parser: do not assume that realloc return same pointerNatanael Copa
2010-09-14misc: utmpx based logging supportSalvatore Cro
2010-09-06misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye
2010-08-19getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer
2010-08-06config parser: fix memory corruptionTimo Teräs
2010-08-05add config parserBernhard Reutner-Fischer
2010-07-27silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer
2010-07-27Fix ctime() standard compliance bugDavid A Ramos
2010-07-06Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley
2010-07-05don't make __errno_location / __h_errno_location hiddenPeter Korsgaard
2010-06-30more workarounds for GCC PR32219Timo Teräs
2010-06-30nptl/errno: Use a separate __errno_location for libpthread.Khem Raj
2010-06-17libc: Fix non-NPTL threads buildCarmelo Amoroso
2010-06-11hcreate_r: silence warning in helper funcBernhard Reutner-Fischer
2010-06-11wordexp: silence warningBernhard Reutner-Fischer
2010-05-17static build: define pthreads wrappers only for threaded buildsTimo Teräs
2010-05-17some (all?) archs don't define asm, so use builtin __asm__Austin Foxley
2010-05-17workaround GCC PR32219Denys Vlasenko
2010-05-07static build: fix internal locking weaks to get pulled in alwaysTimo Teras
2010-04-29time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko
2010-04-29optional /etc/localtime supportDenys Vlasenko
2010-04-27libc/regex: fix internal_function declarationsRoman I Khimov
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-22nptl: fix libc internal, dynamically enabled lockingTimo Teräs
2010-04-16libc: remove libc weak __pthreads_* wrappersTimo Teras
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2010-04-06Merge commit 'origin/master' into nptlAustin Foxley
2010-04-05utent: do not create extra static functions if !THREADSDenys Vlasenko
2010-04-05regex_old: convert static flag variable to smallintDenys Vlasenko
2010-04-05getutid is not used internally, removing hidden_protoDenys Vlasenko
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-11libc: build tsd only when tls is enabledAustin Foxley
2010-02-05Merge commit 'origin/master' into nptlAustin Foxley
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
2010-02-02remove two checks for gettimeofday errorDenys Vlasenko
2010-02-01Merge commit 'origin/master' into nptlKhem Raj
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-25Merge branch 'master' into nptlCarmelo Amoroso
2010-01-24wchar.c: fix indentationDenys Vlasenko
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-21ctime: do not use static struct tm bufferDenys Vlasenko
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-09ctime: do not use static struct tm bufferDenys Vlasenko
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-15Merge remote branch 'origin/master' into nptlAustin Foxley