summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\|
| * syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko2009-12-131-7/+6
| * syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko2009-12-131-45/+57
* | get x86_64 nptl buildingAustin Foxley2009-12-111-1/+1
* | define local stack_chk_guard for nptlNatanael Copa2009-11-271-1/+2
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-222-7/+5
|\|
| * __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-201-2/+1
| * msgrcv is of type ssize_tPeter S. Mazinger2009-11-191-2/+2
| * assert: make linenumber unsignedPeter S. Mazinger2009-11-191-4/+3
| * regex: call memcpy() ourselvesMike Frysinger2009-10-221-1/+2
* | regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* | make the sem_open changes actually compileAustin Foxley2009-11-092-2/+2
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-092-8/+9
* | whitespace fixesAustin Foxley2009-10-172-2/+1
* | uClibc_main: add the needed support for nptlAustin Foxley2009-10-171-34/+75
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-7/+46
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-174-14/+19
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-173-0/+13
|/
* ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer2009-10-082-2/+5
* clean up O_CLOEXEC handlingMike Frysinger2009-10-072-22/+7
* errno.c: add tls versions of errno and h_errnoAustin Foxley2009-09-262-1/+15
* dl-support.c: add tls supportAustin Foxley2009-09-261-0/+42
* libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko2009-09-191-211/+183
* remove a few more empty #if/#endif pairsDenys Vlasenko2009-09-192-6/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-1818-103/+42
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-1845-353/+3
* fix make {,install_}{,host}utilsBernhard Reutner-Fischer2009-09-181-209/+46
* time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko2009-09-081-89/+37