summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-15Merge remote branch 'origin/master' into nptlAustin Foxley
2009-12-15fix typo that sneaked in with 9a7506Natanael Copa
2009-12-14sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro
2009-12-13syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko
2009-12-13syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-12-11Go back to using nptl_arch_headersAustin Foxley
2009-12-11Revert "nptl: make build depend directly on nptl headers"Austin Foxley
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-12-11get x86_64 nptl buildingAustin Foxley
2009-12-11nptl: fix even more old style declarationsAustin Foxley
2009-12-09nptl: fix a few more old style declerationsAustin Foxley
2009-12-09nptl: fix old style function declerationsAustin Foxley
2009-12-09nptl: make build depend directly on nptl headersAustin Foxley
2009-12-09warn about old-style crap in extra-annoyance-modeBernhard Reutner-Fischer
2009-12-09test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono
2009-12-09test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono
2009-12-04i386 nptl: add missing weak_alias for pthread_cond_signalAustin Foxley
2009-12-03ldso_tls: Refetch dtv from memory if THREAD_DTV has changedCarmelo Amoroso
2009-12-03test_tls: Add two new tests for tls tst-tls{16,17} taken from glibcCarmelo Amoroso
2009-12-03test_tls: Rename tst-tls16 to tst-tls-at-ctorCarmelo Amoroso
2009-12-03build: Move test build flags in Makefile.inCarmelo Amoroso
2009-12-03sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso
2009-12-03sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso
2009-11-30uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley
2009-11-30uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley
2009-11-30getaddrinfo.c: include tls.h before resolv.hAustin Foxley
2009-11-29test/.gitignore: ignore a missed nptl test binaryAustin Foxley
2009-11-29test/.gitignore: Ignore a few more test binariesAustin Foxley
2009-11-29test/.gitignore: Ignore a few more test binariesAustin Foxley
2009-11-29test/Rules.mak: disable -z,defs for nowAustin Foxley
2009-11-29test/nptl: rework tst-tls3 to link with -z,nowAustin Foxley
2009-11-29test/: compile fixes for nptl and tls testsAustin Foxley
2009-11-29test/nptl: don't use c99 features if you don't need toAustin Foxley
2009-11-29test: nptl and tls tests need main include dirAustin Foxley
2009-11-29test/dlopen: fix build for libtest.soAustin Foxley
2009-11-29test/dlopen: Match the function name that libtest actually setsAustin Foxley
2009-11-29test/pthread: fix build of cancellation-points testAustin Foxley
2009-11-29test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley
2009-11-29test/dlopen: fix build for libtest.soAustin Foxley
2009-11-29test/dlopen: Match the function name that libtest actually setsAustin Foxley
2009-11-29test/pthread: fix build of cancellation-points testAustin Foxley
2009-11-29test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley
2009-11-29generate nptl headers without a recursive make callAustin Foxley
2009-11-29don't use __i686 in symbol names as it seems gcc can define itAustin Foxley
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-27PIC fixes for hardenedTimo Teräs
2009-11-27define local stack_chk_guard for nptlNatanael Copa
2009-11-27ldso: initialize stack_chk_guard after TLS is initializedNatanael Copa