summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
* config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
* config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* misc: utmpx based logging supportSalvatore Cro2010-09-144-0/+115
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-4/+7
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* add config parserBernhard Reutner-Fischer2010-08-052-3/+273
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* Fix ctime() standard compliance bugDavid A Ramos2010-07-271-0/+1
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5
* libc: Fix non-NPTL threads buildCarmelo Amoroso2010-06-171-1/+3
* hcreate_r: silence warning in helper funcBernhard Reutner-Fischer2010-06-111-4/+4
* wordexp: silence warningBernhard Reutner-Fischer2010-06-111-1/+2
* static build: define pthreads wrappers only for threaded buildsTimo Teräs2010-05-171-0/+2
* some (all?) archs don't define asm, so use builtin __asm__Austin Foxley2010-05-171-1/+1
* workaround GCC PR32219Denys Vlasenko2010-05-171-2/+13
* static build: fix internal locking weaks to get pulled in alwaysTimo Teras2010-05-073-41/+35
* time.c: fix unreadable code style: assignments within if(), misplaced commentsDenys Vlasenko2010-04-291-35/+48
* optional /etc/localtime supportDenys Vlasenko2010-04-291-3/+41
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-251-57/+27
* nptl: fix libc internal, dynamically enabled lockingTimo Teräs2010-04-222-0/+41
* libc: remove libc weak __pthreads_* wrappersTimo Teras2010-04-164-74/+1
* libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso2010-04-122-3/+6
* Merge commit 'origin/master' into nptlAustin Foxley2010-04-063-50/+55
|\
| * utent: do not create extra static functions if !THREADSDenys Vlasenko2010-04-051-37/+49
| * regex_old: convert static flag variable to smallintDenys Vlasenko2010-04-052-10/+4
| * getutid is not used internally, removing hidden_protoDenys Vlasenko2010-04-051-4/+3
* | Merge commit 'origin/master' into nptlAustin Foxley2010-04-0225-50/+50
|\|
| * prettify make cleanBernhard Reutner-Fischer2010-03-2525-50/+50
* | libc: build tsd only when tls is enabledAustin Foxley2010-02-111-1/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2010-02-052-6/+6
|\|
| * __uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer2010-02-031-4/+2
| * remove two checks for gettimeofday errorDenys Vlasenko2010-02-021-2/+4
* | Merge commit 'origin/master' into nptlKhem Raj2010-02-011-3/+2
|\|
| * errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj2010-02-011-3/+2
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-254-14/+16
|\|
| * wchar.c: fix indentationDenys Vlasenko2010-01-241-10/+10
| * silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-233-4/+6
| * wordexp: silence shadow warningBernhard Reutner-Fischer2010-01-211-18/+18
| * ctime: do not use static struct tm bufferDenys Vlasenko2010-01-091-3/+17
| * check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-3/+3
* | wordexp: silence shadow warningBernhard Reutner-Fischer2010-01-211-18/+18
* | ctime: do not use static struct tm bufferDenys Vlasenko2010-01-211-3/+17
* | check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-3/+3
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-12-151-48/+59
|\|