summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * make x86_64 struct utmp glibc-compatibleDenys Vlasenko2009-11-271-1/+2
| * sync confname, environments with glibcBernhard Reutner-Fischer2009-11-263-18/+128
| * in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer2009-11-251-0/+2
| * nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-239-3/+15
| * bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger2009-11-2320-1786/+19
| * futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer2009-11-231-1/+6
* | define local stack_chk_guard for nptlNatanael Copa2009-11-271-1/+2
* | sh: Add new optimisation to the SH4 memcpyAustin Foxley2009-11-228-11/+553
* | Merge remote branch 'origin/master' into nptl_mergeAustin Foxley2009-11-2210-24/+46
|\|
| * futimens: add functionBernhard Reutner-Fischer2009-11-202-0/+25
| * ppoll: get NULL from stddef.hBernhard Reutner-Fischer2009-11-201-3/+2
| * __assert: include unistd.h for smallintBernhard Reutner-Fischer2009-11-201-2/+1
| * sync some headers and disable unused prototypesPeter S. Mazinger2009-11-191-0/+1
| * msgrcv is of type ssize_tPeter S. Mazinger2009-11-191-2/+2
| * SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer2009-11-191-0/+2
| * assert: make linenumber unsignedPeter S. Mazinger2009-11-191-4/+3
| * DO_XSI_MATH: add config knobBernhard Reutner-Fischer2009-11-191-0/+2
| * _Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer2009-11-191-0/+1
| * realpath: SUSv4 compliantBernhard Reutner-Fischer2009-11-141-14/+8
| * disable _POSIX_SPAWN defineMike Frysinger2009-10-221-0/+2
| * regex: call memcpy() ourselvesMike Frysinger2009-10-221-1/+2
| * sysctl: avoid inline initializationMike Frysinger2009-10-221-17/+9
| * inet_ntop4: avoid inline initializationMike Frysinger2009-10-221-1/+3
| * sparc: use fputs to write to stderrMike Frysinger2009-10-221-1/+1