Age | Commit message (Expand) | Author |
2009-12-16 | libc: Add missing header for memset | Carmelo Amoroso |
2009-12-16 | fix multiple definitions of pthread_once for x86_64 | Austin Foxley |
2009-12-16 | fix compiling test cases in static mode | Austin Foxley |
2009-12-16 | x86_64: no waitpid syscall exists, so use wait4 | Austin Foxley |
2009-12-16 | build: Do not define -DPIC longer through build system | Carmelo Amoroso |
2009-12-16 | build: Get rids of PIC macro using compiler flag __PIC__ instead | Carmelo Amoroso |
2009-12-15 | Merge remote branch 'origin/master' into nptl | Austin Foxley |
2009-12-15 | fix typo that sneaked in with 9a7506 | Natanael Copa |
2009-12-14 | sh: fix endianess and optimise the SH4 memcpy | Giuseppe Cavallaro |
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 | Include bits/libc-lock.h to get __libc_once_define | Khem Raj |
2009-12-11 | Go back to using nptl_arch_headers | Austin Foxley |
2009-12-11 | Revert "nptl: make build depend directly on nptl headers" | Austin Foxley |
2009-12-11 | Include bits/libc-lock.h to get __libc_once_define | Khem Raj |
2009-12-11 | get x86_64 nptl building | Austin Foxley |
2009-12-11 | nptl: fix even more old style declarations | Austin Foxley |
2009-12-09 | nptl: fix a few more old style declerations | Austin Foxley |
2009-12-09 | nptl: fix old style function declerations | Austin Foxley |
2009-12-09 | nptl: make build depend directly on nptl headers | Austin Foxley |
2009-12-09 | warn about old-style crap in extra-annoyance-mode | Bernhard Reutner-Fischer |
2009-12-09 | test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2} | Filippo Arcidiacono |
2009-12-09 | test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2} | Filippo Arcidiacono |
2009-12-04 | i386 nptl: add missing weak_alias for pthread_cond_signal | Austin Foxley |
2009-12-03 | ldso_tls: Refetch dtv from memory if THREAD_DTV has changed | Carmelo Amoroso |
2009-12-03 | test_tls: Add two new tests for tls tst-tls{16,17} taken from glibc | Carmelo Amoroso |
2009-12-03 | test_tls: Rename tst-tls16 to tst-tls-at-ctor | Carmelo Amoroso |
2009-12-03 | build: Move test build flags in Makefile.in | Carmelo Amoroso |
2009-12-03 | sh: Add a prototype for the gcc __set_fpscr internal function | Carmelo Amoroso |
2009-12-03 | sh: Add a prototype for the gcc __set_fpscr internal function | Carmelo Amoroso |
2009-11-30 | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley |
2009-11-30 | uClibc_ctype.h: fix inverted check for susv4 macro | Austin Foxley |
2009-11-30 | getaddrinfo.c: include tls.h before resolv.h | Austin Foxley |
2009-11-29 | test/.gitignore: ignore a missed nptl test binary | Austin Foxley |
2009-11-29 | test/.gitignore: Ignore a few more test binaries | Austin Foxley |
2009-11-29 | test/.gitignore: Ignore a few more test binaries | Austin Foxley |
2009-11-29 | test/Rules.mak: disable -z,defs for now | Austin Foxley |
2009-11-29 | test/nptl: rework tst-tls3 to link with -z,now | Austin Foxley |
2009-11-29 | test/: compile fixes for nptl and tls tests | Austin Foxley |
2009-11-29 | test/nptl: don't use c99 features if you don't need to | Austin Foxley |
2009-11-29 | test: nptl and tls tests need main include dir | Austin Foxley |
2009-11-29 | test/dlopen: fix build for libtest.so | Austin Foxley |
2009-11-29 | test/dlopen: Match the function name that libtest actually sets | Austin Foxley |
2009-11-29 | test/pthread: fix build of cancellation-points test | Austin Foxley |
2009-11-29 | test/stat: fix compiling the memcmp-stat test when __USE_MISC is defined | Austin Foxley |
2009-11-29 | test/dlopen: fix build for libtest.so | Austin Foxley |
2009-11-29 | test/dlopen: Match the function name that libtest actually sets | Austin Foxley |
2009-11-29 | test/pthread: fix build of cancellation-points test | Austin Foxley |
2009-11-29 | test/stat: fix compiling the memcmp-stat test when __USE_MISC is defined | Austin Foxley |
2009-11-29 | generate nptl headers without a recursive make call | Austin Foxley |