summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-2853-1855/+1842
|\|
| * Add update instructions for x86_64 WRT utmp formatBernhard Reutner-Fischer2009-11-271-0/+12
| * make x86_64 struct utmp glibc-compatibleDenys Vlasenko2009-11-271-1/+2
| * try to probe if stat.t_mtim.tv_nsec is availableBernhard Reutner-Fischer2009-11-262-20/+36
| * correct commentBernhard Reutner-Fischer2009-11-261-3/+1
| * Robustify setting silent modeBernhard Reutner-Fischer2009-11-261-1/+1
| * sync confname, environments with glibcBernhard Reutner-Fischer2009-11-268-19/+1691
| * ignore some more testcase binariesBernhard Reutner-Fischer2009-11-251-0/+7
| * call nanosleep directlyBernhard Reutner-Fischer2009-11-252-4/+10