Age | Commit message (Expand) | Author |
2010-02-11 | libc: build tsd only when tls is enabled | Austin Foxley |
2010-02-05 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-02-03 | __uClibc_main: use __pagesize to protect against recursion | Bernhard Reutner-Fischer |
2010-02-02 | remove two checks for gettimeofday error | Denys Vlasenko |
2010-02-01 | Merge commit 'origin/master' into nptl | Khem Raj |
2010-02-01 | errno: hide __libc_resp, __libc_errno, and __libc_h_errno | Khem Raj |
2010-01-25 | Merge branch 'master' into nptl | Carmelo Amoroso |
2010-01-24 | wchar.c: fix indentation | Denys Vlasenko |
2010-01-23 | silence some warnings about unused params | Bernhard Reutner-Fischer |
2010-01-21 | wordexp: silence shadow warning | Bernhard Reutner-Fischer |
2010-01-21 | ctime: do not use static struct tm buffer | Denys Vlasenko |
2010-01-21 | wordexp: silence shadow warning | Bernhard Reutner-Fischer |
2010-01-09 | ctime: do not use static struct tm buffer | Denys Vlasenko |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-12-15 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-12-13 | syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPE | Denys Vlasenko |
2009-12-13 | syslog: fix openlog(xx, LOG_KERN) and optimize a bit | Denys Vlasenko |
2009-12-11 | get x86_64 nptl building | Austin Foxley |
2009-11-27 | define local stack_chk_guard for nptl | Natanael Copa |
2009-11-22 | Merge remote branch 'origin/master' into nptl_merge | Austin Foxley |
2009-11-20 | __assert: include unistd.h for smallint | Bernhard Reutner-Fischer |
2009-11-19 | msgrcv is of type ssize_t | Peter S. Mazinger |
2009-11-19 | assert: make linenumber unsigned | Peter S. Mazinger |
2009-11-09 | regex: call memcpy() ourselves | Mike Frysinger |
2009-11-09 | make the sem_open changes actually compile | Austin Foxley |
2009-11-09 | Extend __gen_tempname with mode argument | Mikhail Gusarov |
2009-10-22 | regex: call memcpy() ourselves | Mike Frysinger |
2009-10-17 | whitespace fixes | Austin Foxley |
2009-10-17 | uClibc_main: add the needed support for nptl | Austin Foxley |
2009-10-17 | cancellation support for a large amount of the required syscalls | Austin Foxley |
2009-10-17 | use *_not_cancel variants to avoid accidental cancellations with nptl | Austin Foxley |
2009-10-17 | some tweaks under libc/ needed for nptl | Austin Foxley |
2009-10-08 | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-09-26 | errno.c: add tls versions of errno and h_errno | Austin Foxley |
2009-09-26 | dl-support.c: add tls support | Austin Foxley |
2009-09-19 | libc/misc/wctype/_wctype.c: make it more readable. no code changes | Denys Vlasenko |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer |
2009-09-08 | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko |
2009-09-08 | simpler and shorter read_TZ_file() helper | Denys Vlasenko |
2009-09-06 | wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter | Denys Vlasenko |
2009-09-06 | wordexp.c: fix a bug where we might close stdout | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | wtmp code: style fixes, no code changes | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-09-05 | utent.c: fix a few bugs, and shrink a bit | Denys Vlasenko |