summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-163-4/+3
* | fix compiling test cases in static modeAustin Foxley2009-12-161-2/+1
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-162-8/+11
* | build: Do not define -DPIC longer through build systemCarmelo Amoroso2009-12-161-1/+1
* | build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-1631-71/+71
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-12-151-48/+59
|\|
| * sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro2009-12-141-2/+107
| * 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
| * Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
| * test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono2009-12-091-2/+2
| * sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso2009-12-031-1/+3
| * uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
| * test/.gitignore: Ignore a few more test binariesAustin Foxley2009-11-291-0/+3
| * test/dlopen: fix build for libtest.soAustin Foxley2009-11-291-0/+1
| * test/dlopen: Match the function name that libtest actually setsAustin Foxley2009-11-291-1/+1
| * test/pthread: fix build of cancellation-points testAustin Foxley2009-11-291-2/+2
| * test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley2009-11-291-1/+1
* | fix typo that sneaked in with 9a7506Natanael Copa2009-12-151-1/+1
* | Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
* | Go back to using nptl_arch_headersAustin Foxley2009-12-111-1/+2
* | Revert "nptl: make build depend directly on nptl headers"Austin Foxley2009-12-118-29/+38
* | get x86_64 nptl buildingAustin Foxley2009-12-1148-318/+1245
* | nptl: fix even more old style declarationsAustin Foxley2009-12-119-26/+20
* | nptl: fix a few more old style declerationsAustin Foxley2009-12-094-15/+12
* | nptl: fix old style function declerationsAustin Foxley2009-12-0998-282/+234
* | nptl: make build depend directly on nptl headersAustin Foxley2009-12-098-38/+29
* | warn about old-style crap in extra-annoyance-modeBernhard Reutner-Fischer2009-12-091-0/+1
* | test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono2009-12-091-2/+2
* | i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley2009-12-041-0/+1
* | ldso_tls: Refetch dtv from memory if THREAD_DTV has changedCarmelo Amoroso2009-12-034-2/+73
* | test_tls: Add two new tests for tls tst-tls{16,17} taken from glibcCarmelo Amoroso2009-12-037-2/+161
* | test_tls: Rename tst-tls16 to tst-tls-at-ctorCarmelo Amoroso2009-12-033-5/+5
* | build: Move test build flags in Makefile.inCarmelo Amoroso2009-12-032-1/+1
* | sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso2009-12-031-1/+3
* | uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* | getaddrinfo.c: include tls.h before resolv.hAustin Foxley2009-11-301-0/+1
* | test/.gitignore: ignore a missed nptl test binaryAustin Foxley2009-11-291-1/+1
* | test/.gitignore: Ignore a few more test binariesAustin Foxley2009-11-291-0/+3
* | test/Rules.mak: disable -z,defs for nowAustin Foxley2009-11-291-2/+2
* | test/nptl: rework tst-tls3 to link with -z,nowAustin Foxley2009-11-293-11/+32
* | test/: compile fixes for nptl and tls testsAustin Foxley2009-11-294-10/+25
* | test/nptl: don't use c99 features if you don't need toAustin Foxley2009-11-291-1/+2
* | test: nptl and tls tests need main include dirAustin Foxley2009-11-292-0/+2
* | test/dlopen: fix build for libtest.soAustin Foxley2009-11-291-0/+1
* | test/dlopen: Match the function name that libtest actually setsAustin Foxley2009-11-291-1/+1
* | test/pthread: fix build of cancellation-points testAustin Foxley2009-11-291-2/+2
* | test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley2009-11-291-1/+1
* | generate nptl headers without a recursive make callAustin Foxley2009-11-292-8/+3
* | don't use __i686 in symbol names as it seems gcc can define itAustin Foxley2009-11-296-32/+33