Age | Commit message (Expand) | Author |
2010-05-17 | static build: define pthreads wrappers only for threaded builds | Timo Teräs |
2010-05-17 | some (all?) archs don't define asm, so use builtin __asm__ | Austin Foxley |
2010-05-17 | workaround GCC PR32219 | Denys Vlasenko |
2010-05-07 | static build: fix internal locking weaks to get pulled in always | Timo Teras |
2010-04-29 | time.c: fix unreadable code style: assignments within if(), misplaced comments | Denys Vlasenko |
2010-04-29 | optional /etc/localtime support | Denys Vlasenko |
2010-04-27 | libc/regex: fix internal_function declarations | Roman I Khimov |
2010-04-25 | libc: Remove compiler warning due to old-style function definition | Carmelo Amoroso |
2010-04-22 | nptl: fix libc internal, dynamically enabled locking | Timo Teräs |
2010-04-16 | libc: remove libc weak __pthreads_* wrappers | Timo Teras |
2010-04-12 | libc_regex: __libc_lock primitives are actually available on uClibc | Carmelo Amoroso |
2010-04-06 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-04-05 | utent: do not create extra static functions if !THREADS | Denys Vlasenko |
2010-04-05 | regex_old: convert static flag variable to smallint | Denys Vlasenko |
2010-04-05 | getutid is not used internally, removing hidden_proto | Denys Vlasenko |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
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 |