summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rename exp(onent) to _expBernhard Reutner-Fischer2010-01-211-2/+2
| * ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-212-6/+5
| * test commitBernhard Reutner-Fischer2010-01-201-1/+1
| * futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
| * rename exp(onent) to exBernhard Reutner-Fischer2010-01-161-8/+8
| * randconfig.sh: set number of make jobsBernhard Reutner-Fischer2010-01-161-3/+13
| * include unistd.h for smallintYoshinori Sato2010-01-161-0/+1
| * mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-142-39/+27
| * ctime: do not use static struct tm bufferDenys Vlasenko2010-01-091-3/+17
| * test/math: put scalbf test under susv3 legacy defineAustin Foxley2009-12-272-1/+5
* | nptl: timer_routines.c (timer_helper_thread):Austin Foxley2010-01-232-8/+6
* | test: fix static build of nptl and tls testsAustin Foxley2010-01-232-14/+25
* | nptl: need to build generic timer_* functions for x86_64 and sparcAustin Foxley2010-01-231-2/+1
* | nptl: fix a few more old style prototypesAustin Foxley2010-01-232-6/+6
* | wordexp: silence shadow warningBernhard Reutner-Fischer2010-01-211-18/+18
* | fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
* | ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer2010-01-211-5/+4
* | rename exp(onent) to _expBernhard Reutner-Fischer2010-01-211-2/+2
* | ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-212-6/+5
* | test commitBernhard Reutner-Fischer2010-01-211-1/+1
* | futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1
* | rename exp(onent) to exBernhard Reutner-Fischer2010-01-211-8/+8
* | randconfig.sh: set number of make jobsBernhard Reutner-Fischer2010-01-211-3/+13
* | include unistd.h for smallintYoshinori Sato2010-01-211-0/+1
* | mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-212-39/+27
* | ctime: do not use static struct tm bufferDenys Vlasenko2010-01-211-3/+17
* | test/math: put scalbf test under susv3 legacy defineAustin Foxley2010-01-212-1/+5
* | avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-12-231-1/+1
|\|
| * Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf2009-12-231-1/+1
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-198-10/+16
|\|
| * malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-192-6/+7
| * x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-195-3/+8
| * check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-1710-36/+36
| * libc: Remove pointless header string.hCarmelo Amoroso2009-12-161-1/+0
| * libc: Add missing header for memsetCarmelo Amoroso2009-12-164-5/+2
| * build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-1611-25/+25
* | check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-1710-36/+36
* | x86_64: fix up the rest of the includes and aliases for nptlAustin Foxley2009-12-1612-11/+24
* | x86_64: add missing includes to sem_*.SAustin Foxley2009-12-162-0/+4
* | libc: Add missing header for memsetCarmelo Amoroso2009-12-163-5/+0
* | 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