summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2009-11-28Merge remote branch 'origin/master' into nptlAustin Foxley
2009-11-27define local stack_chk_guard for nptlNatanael Copa
2009-11-27make x86_64 struct utmp glibc-compatibleDenys Vlasenko
2009-11-26sync confname, environments with glibcBernhard Reutner-Fischer
2009-11-25in6_{pktinfo,mtuinfo}: provide type if IPV6 is onBernhard Reutner-Fischer
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-11-23bits/mmap.h: unify ala linux asm-generic effortsMike Frysinger
2009-11-23futimens: Ducument why we need manual hidden_protoBernhard Reutner-Fischer
2009-11-22sh: Add new optimisation to the SH4 memcpyAustin Foxley
2009-11-22Merge remote branch 'origin/master' into nptl_mergeAustin Foxley
2009-11-22include string.h for memset()Bernhard Reutner-Fischer
2009-11-20futimens: add functionBernhard Reutner-Fischer
2009-11-20ppoll: get NULL from stddef.hBernhard Reutner-Fischer
2009-11-20__assert: include unistd.h for smallintBernhard Reutner-Fischer
2009-11-19sync some headers and disable unused prototypesPeter S. Mazinger
2009-11-19msgrcv is of type ssize_tPeter S. Mazinger
2009-11-19SUSv4: disable isascii, toascii, _toupper, _tolowerBernhard Reutner-Fischer
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
2009-11-19DO_XSI_MATH: add config knobBernhard Reutner-Fischer
2009-11-19_Exit(): add weak alias to _exit() for C99Bernhard Reutner-Fischer
2009-11-14realpath: SUSv4 compliantBernhard Reutner-Fischer
2009-11-09disable _POSIX_SPAWN defineMike Frysinger
2009-11-09regex: call memcpy() ourselvesMike Frysinger
2009-11-09sysctl: avoid inline initializationMike Frysinger
2009-11-09inet_ntop4: avoid inline initializationMike Frysinger
2009-11-09sparc: use fputs to write to stderrMike Frysinger
2009-11-09sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger
2009-11-09make the sem_open changes actually compileAustin Foxley
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-22disable _POSIX_SPAWN defineMike Frysinger
2009-10-22regex: call memcpy() ourselvesMike Frysinger
2009-10-22sysctl: avoid inline initializationMike Frysinger
2009-10-22inet_ntop4: avoid inline initializationMike Frysinger
2009-10-22sparc: use fputs to write to stderrMike Frysinger
2009-10-22sparc: use HIDDEN_JUMPTARGET for errnoMike Frysinger
2009-10-17whitespace fixesAustin Foxley
2009-10-17uClibc_main: add the needed support for nptlAustin Foxley
2009-10-17librt additions that are now possible with nptlAustin Foxley
2009-10-17nptl provides sigaction and raiseAustin Foxley
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-10-17arm specific bits needed for nptlAustin Foxley
2009-10-17i386 specific bit for nptlAustin Foxley
2009-10-17mips specific bits needed for nptlAustin Foxley
2009-10-17sh specific bits needed for nptlAustin Foxley
2009-10-17sparc specific bits needed for nptlAustin Foxley
2009-10-17some tweaks under libc/ needed for nptlAustin Foxley
2009-10-17mktemp does not depend on floatsAustin Foxley
2009-10-15malloc: handle size overflows in realloc()Mike Frysinger