summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2010-01-26convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-24wchar.c: fix indentationDenys Vlasenko
2010-01-24gethostid: switch to getaddrinfo and shrinkBernhard Reutner-Fischer
2010-01-23getprotoent_r: use correct define for return valueBernhard Reutner-Fischer
2010-01-23fix typo in previous commitBernhard Reutner-Fischer
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2010-01-23libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer
2010-01-23libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer
2010-01-23libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer
2010-01-22silence warning about implicit decl of sysctlBernhard Reutner-Fischer
2010-01-21avr32: add varargs handling of prctl syscallHans-Christian Egtvedt
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-21fix typo in version mismatch msgBernhard Reutner-Fischer
2010-01-21ether_line: fix build for socket && !ipBernhard Reutner-Fischer
2010-01-16futimens: add missing local prototypeBernhard Reutner-Fischer
2010-01-16include unistd.h for smallintYoshinori Sato
2010-01-14mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj
2010-01-09ctime: do not use static struct tm bufferDenys Vlasenko
2009-12-19malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang
2009-12-19x86_64: fix multiple definition of chk functionsAustin Foxley
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-16libc: Remove pointless header string.hCarmelo Amoroso
2009-12-16libc: Add missing header for memsetCarmelo Amoroso
2009-12-16build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso
2009-12-14sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro
2009-12-13syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko
2009-12-13syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko
2009-12-11Include bits/libc-lock.h to get __libc_once_defineKhem Raj
2009-12-03sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso
2009-11-30uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley
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-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-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