summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
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
2009-12-13syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko
2009-12-13syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko
2009-12-11get x86_64 nptl buildingAustin Foxley
2009-11-27define local stack_chk_guard for nptlNatanael Copa
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-20__assert: include unistd.h for smallintBernhard Reutner-Fischer
2009-11-19msgrcv is of type ssize_tPeter S. Mazinger
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
2009-11-09regex: call memcpy() ourselvesMike Frysinger
2009-11-09make the sem_open changes actually compileAustin Foxley
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-22regex: call memcpy() ourselvesMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-08ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-26errno.c: add tls versions of errno and h_errnoAustin Foxley
2009-09-26dl-support.c: add tls supportAustin Foxley
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-08time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko