summaryrefslogtreecommitdiffstats
path: root/libc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-10-223-3/+3
* | include string.h for memset()Bernhard Reutner-Fischer2009-11-221-0/+2
* | disable _POSIX_SPAWN defineMike Frysinger2009-11-091-0/+2
* | regex: call memcpy() ourselvesMike Frysinger2009-11-091-1/+2
* | sysctl: avoid inline initializationMike Frysinger2009-11-091-17/+9
* | inet_ntop4: avoid inline initializationMike Frysinger2009-11-091-1/+3
* | sparc: use fputs to write to stderrMike Frysinger2009-11-091-1/+1
* | sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger2009-11-093-3/+3
* | make the sem_open changes actually compileAustin Foxley2009-11-092-2/+2
* | Extend __gen_tempname with mode argumentMikhail Gusarov2009-11-0911-17/+22
* | whitespace fixesAustin Foxley2009-10-1716-60/+57
* | uClibc_main: add the needed support for nptlAustin Foxley2009-10-171-34/+75
* | librt additions that are now possible with nptlAustin Foxley2009-10-171-2/+24
* | nptl provides sigaction and raiseAustin Foxley2009-10-171-0/+4
* | cancellation support for a large amount of the required syscallsAustin Foxley2009-10-1725-279/+1084
* | use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley2009-10-179-36/+102
* | rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley2009-10-1710-37/+119
* | arm specific bits needed for nptlAustin Foxley2009-10-175-8/+46
* | i386 specific bit for nptlAustin Foxley2009-10-175-4/+31
* | mips specific bits needed for nptlAustin Foxley2009-10-177-2/+259
* | sh specific bits needed for nptlAustin Foxley2009-10-177-397/+378
* | sparc specific bits needed for nptlAustin Foxley2009-10-175-32/+511
* | some tweaks under libc/ needed for nptlAustin Foxley2009-10-178-18/+523
|/
* mktemp does not depend on floatsAustin Foxley2009-10-171-1/+5
* malloc: handle size overflows in realloc()Mike Frysinger2009-10-151-0/+3
* sparc qops: unify & shrinkMike Frysinger2009-10-151-51/+40