aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab1-0/+8
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka6-12/+12
2014-01-15Do not enable asynchronous cancellation in system. Fixes bug 14782.Ondřej Bílka1-10/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae80-80/+80
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda1-17/+14
2013-12-02getaddrinfo: remove dead codePavel Simerda1-12/+0
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar1-2/+18
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae1-3/+10
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab1-78/+11
2013-10-10Fix readdir regressions on sparc 32-bit.David S. Miller1-2/+7
2013-09-30Properly cache the result from looking up the nss database configAndreas Schwab1-8/+6
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar1-1/+1
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer4-12/+34
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar1-2/+2
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers1-1/+1
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar1-2/+10
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-05-06Clean up POSIX.1 implementation of truncate.Roland McGrath1-7/+10
2013-05-01Add missing #include in sysdeps/posix/opendir.c.Roland McGrath1-0/+1
2013-04-23Fix name space use in last commit.Roland McGrath1-1/+1
2013-04-23Add generic POSIX implementation of C11 timespec_get.Roland McGrath1-0/+38
2013-04-22Minor cleanup in getaddrinfoSiddhesh Poyarekar1-3/+4
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab1-2/+21
2013-03-28Never call syslog in __libc_message.Roland McGrath1-9/+0
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath1-7/+30
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers1-4/+3
2013-01-23ulimit: include <limits.h>Pino Toscano1-0/+1
2013-01-23ulimit: move linux implementation as posixPino Toscano1-0/+91
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers78-84/+78
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2-4/+2
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar1-0/+6
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers1-72/+23
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf1-1/+1
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath1-1/+2
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer1-4/+11
2012-10-03sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZEPino Toscano1-0/+1
2012-09-28Implement POSIX-generic sleep via nanosleep rather than SIGARLM.Roland McGrath1-65/+35
2012-09-28 [BZ #11438]Jeff Law1-4/+0
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law1-2/+7
2012-08-17Move some things from sysdeps/unix to sysdeps/posix.Roland McGrath6-0/+252
2012-08-17Fix typo in last change.Roland McGrath1-1/+1
2012-08-17Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath1-2/+35
2012-08-15Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].Roland McGrath1-3/+3
2012-08-08Add a missing #include.Roland McGrath1-1/+2
2012-08-07Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath10-0/+774
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath3-3/+5
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer3-10/+12
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel1-3/+7
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath1-5/+3