summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-21include unistd.h for smallintYoshinori Sato
2010-01-21mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2010-01-21ctime: do not use static struct tm bufferDenys Vlasenko
2010-01-21test/math: put scalbf test under susv3 legacy defineAustin Foxley
2010-01-21avr32: add varargs handling of prctl syscallHans-Christian Egtvedt
2009-12-23Merge remote branch 'origin/master' into nptlAustin Foxley
2009-12-23Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf
2009-12-19Merge commit 'origin/master' into nptlAustin Foxley
2009-12-19malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang
2009-12-19x86_64: fix multiple definition of chk functionsAustin Foxley
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-16x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley
2009-12-16libc: Remove pointless header string.hCarmelo Amoroso
2009-12-16libc: Add missing header for memsetCarmelo Amoroso
2009-12-16x86_64: add missing includes to sem_*.SAustin Foxley
2009-12-16libc: Add missing header for memsetCarmelo Amoroso
2009-12-16fix multiple definitions of pthread_once for x86_64Austin Foxley
2009-12-16fix compiling test cases in static modeAustin Foxley
2009-12-16x86_64: no waitpid syscall exists, so use wait4Austin Foxley
2009-12-16build: Do not define -DPIC longer through build systemCarmelo Amoroso
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
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