Age | Commit message (Expand) | Author |
2012-04-17 | parse_config: tweak indentation | Bernhard Reutner-Fischer |
2011-11-17 | misc: hide __gen_tempname | Bernhard Reutner-Fischer |
2011-04-06 | Merge remote-tracking branch 'origin/master' into prelink | Carmelo Amoroso |
2011-03-03 | Correct ssp code | Peter S. Mazinger |
2011-03-03 | add missing prototypes | Peter S. Mazinger |
2011-02-22 | tempname: fix int precision warnings | Mike Frysinger |
2010-11-28 | Merge commit 'origin/master' into prelink | Carmelo Amoroso |
2010-10-14 | parse_config: discard rest of incomplete line | Natanael Copa |
2010-10-14 | config parser: always initialize line pointer | Natanael Copa |
2010-10-14 | config parser: do not assume that realloc return same pointer | Natanael Copa |
2010-09-17 | ldso: Add implementation of ld.so standalone execution | Filippo Arcidiacono |
2010-09-06 | misc: Fix build error about missing PAGE_SIZE | Abdoulaye Walsimou Gaye |
2010-08-19 | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer |
2010-08-06 | config parser: fix memory corruption | Timo Teräs |
2010-08-05 | add config parser | Bernhard Reutner-Fischer |
2010-07-06 | Revert "don't make __errno_location / __h_errno_location hidden" | Austin Foxley |
2010-07-05 | don't make __errno_location / __h_errno_location hidden | Peter Korsgaard |
2010-06-30 | more workarounds for GCC PR32219 | Timo Teräs |
2010-06-30 | nptl/errno: Use a separate __errno_location for libpthread. | Khem Raj |
2010-06-17 | libc: Fix non-NPTL threads build | Carmelo Amoroso |
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-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
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-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-23 | silence some warnings about unused params | Bernhard Reutner-Fischer |
2009-11-27 | define local stack_chk_guard for nptl | Natanael Copa |
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-17 | whitespace fixes | Austin Foxley |
2009-10-17 | uClibc_main: add the needed support for nptl | Austin Foxley |
2009-09-26 | errno.c: add tls versions of errno and h_errno | Austin Foxley |
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-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-12-10 | remove __libc_fcntl[64] | Denis Vlasenko |
2008-11-22 | fix some unneeded PLT references | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | Move _dl_iterate_phdr into libc.so.0 and libc.a (as glibc does). | Carmelo Amoroso |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |