summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Makefile.arch: On ARM and MIPS pass -DNOT_IN_libc=1 -DIS_IN_libpthread=1Khem Raj2010-01-252-0/+2
* | mips/dl-tls.h: Adjust TLS_TPREL_VALUE and TLS_DTPREL_VALUEKhem Raj2010-01-251-4/+4
* | mips/ldso: Check for TLS relocation in elf_machine_type_class.Khem Raj2010-01-252-16/+35
* | Merge branch 'master' into nptlCarmelo Amoroso2010-01-2544-127/+105
|\|
| * Makefile.in: Make install_dev depend on install_runtime.Henning Heinold2010-01-231-1/+1
| * wchar.c: fix indentationDenys Vlasenko2010-01-241-10/+10
| * gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer2010-01-241-41/+26
| * getprotoent_r: use correct define for return valueBernhard Reutner-Fischer2010-01-231-1/+1
| * fix typo in previous commitBernhard Reutner-Fischer2010-01-231-1/+1
| * silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-234-6/+8
| * ftw.h installation: fix inverted logicBernhard Reutner-Fischer2010-01-231-1/+1
| * libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
| * libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer2010-01-2334-33/+34
| * libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-231-33/+19
| * silence warning about implicit decl of sysctlBernhard Reutner-Fischer2010-01-221-1/+3
| * avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
| * 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-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
|\|