summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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
| * ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-211-2/+2
| * futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
| * 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-141-33/+13
| * ctime: do not use static struct tm bufferDenys Vlasenko2010-01-091-3/+17
* | wordexp: silence shadow warningBernhard Reutner-Fischer2010-01-211-18/+18
* | fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
* | ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-211-2/+2
* | futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-211-0/+1
* | 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-211-33/+13
* | ctime: do not use static struct tm bufferDenys Vlasenko2010-01-211-3/+17
* | avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
* | Merge commit 'origin/master' into nptlAustin Foxley2009-12-197-9/+15
|\|
| * 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-171-3/+3
| * 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-163-4/+4
* | check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-171-3/+3
* | libc: Add missing header for memsetCarmelo Amoroso2009-12-163-5/+0
* | fix multiple definitions of pthread_once for x86_64Austin Foxley2009-12-161-0/+1
* | x86_64: no waitpid syscall exists, so use wait4Austin Foxley2009-12-161-3/+5
* | build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-163-4/+4
* | 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
| * Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+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
* | Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
* | get x86_64 nptl buildingAustin Foxley2009-12-114-6/+22
* | 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
* | Merge remote branch 'origin/master' into nptlAustin Foxley2009-11-2835-1809/+172
|\|