summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2010-04-06Fix use-after-free bug in __dns_lookupGabor Juhos
2010-04-06i386/bits/syscalls.h: more compact, but stack-hungry syscall code. disabled s...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain _BITS_SYSCALLS_ASMDenys Vlasenko
2010-04-06i386/bits/syscalls.h: generate better code using more restrictive asm constra...Denys Vlasenko
2010-04-06i386/bits/syscalls.h: explain how it works. no code changesDenys Vlasenko
2010-04-05utent: do not create extra static functions if !THREADSDenys Vlasenko
2010-04-05regex_old: convert static flag variable to smallintDenys Vlasenko
2010-04-05getutid is not used internally, removing hidden_protoDenys Vlasenko
2010-03-30resolv: DEBUG-print nameserver we talk toBernhard Reutner-Fischer
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-03-18nios2: Define INTERNAL_SYSCALL_NCS, use common sycall definesTobias Klauser
2010-03-18nios2: Update fcntl.h from m68kTobias Klauser
2010-03-17lift printf field width limitMichael Deutschmann
2010-03-16nios2: Add sys/user.hTobias Klauser
2010-03-05pull kernel-features.h from NPTLBernhard Reutner-Fischer
2010-03-04poll: unavailable on linux < 2.2.0Bernhard Reutner-Fischer
2010-02-10libc_sh: Update memcpy to use the ENTRY macroCarmelo Amoroso
2010-02-10libc_sh: Add a sysdep header for shCarmelo Amoroso
2010-02-10libc: Add a common sysdep headerCarmelo Amoroso
2010-02-05getdents: Fix mips64 buildAtsushi Nemoto
2010-02-05prctl: silence shadow warningsBernhard Reutner-Fischer
2010-02-03Unbreak build for sparc on some config'sAustin Foxley
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
2010-02-03libc: Fix l64a to return the correct buffer pointerFilippo Arcidiacono
2010-02-03powerpc/bits/sysdep.h: move confusingly placed #undefDenys Vlasenko
2010-02-03/etc/resolv.conf: support "timeout:n" and "attempts:n" optionsDenys Vlasenko
2010-02-02remove two checks for gettimeofday errorDenys Vlasenko
2010-02-02time,times: stop interpreting negative return values ar errorsDenys Vlasenko
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
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