aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold
2013-05-06Clean up POSIX.1 implementation of truncate.Roland McGrath
2013-05-01Add missing #include in sysdeps/posix/opendir.c.Roland McGrath
2013-04-23Fix name space use in last commit.Roland McGrath
2013-04-23Add generic POSIX implementation of C11 timespec_get.Roland McGrath
2013-04-22Minor cleanup in getaddrinfoSiddhesh Poyarekar
2013-04-03Fix stack overflow in getaddrinfo with many resultsAndreas Schwab
2013-03-28Never call syslog in __libc_message.Roland McGrath
2013-03-19Consolidate Linux and POSIX libc_fatal code.Roland McGrath
2013-02-14Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers
2013-01-23ulimit: include <limits.h>Pino Toscano
2013-01-23ulimit: move linux implementation as posixPino Toscano
2013-01-02Fix copyright notice corruption from update-copyright bug.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2013-01-01Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers
2012-11-19Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar
2012-11-17Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers
2012-10-30Suppress incorrect link warnings for NSS symbolsChris Metcalf
2012-10-24BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath
2012-10-16__alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer
2012-10-03sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZEPino Toscano
2012-09-28Implement POSIX-generic sleep via nanosleep rather than SIGARLM.Roland McGrath
2012-09-28 [BZ #11438]Jeff Law
2012-08-22 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law
2012-08-17Move some things from sysdeps/unix to sysdeps/posix.Roland McGrath
2012-08-17Fix typo in last change.Roland McGrath
2012-08-17Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath
2012-08-15Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].Roland McGrath
2012-08-08Add a missing #include.Roland McGrath
2012-08-07Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath
2012-07-30Fix lots of bitrot for stub configurations.Roland McGrath
2012-07-25Rename __secure_getenv to secure_getenvFlorian Weimer
2012-07-12Avoid duplicate DNS requests if answer is longer than a implementationJeroen van Bemmel
2012-05-24Switch gettimeofday from INTUSE to libc_hidden_proto.Roland McGrath
2012-05-10Hurd: libc_once_getThomas Schwinge
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge
2012-04-23Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/.Joseph Myers
2012-02-27Add missing headersAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2011-11-15Clean up internal fopen usesUlrich Drepper
2011-10-31Cache network interface informationUlrich Drepper
2011-09-19Clean up disabling of script_executeRoland McGrath
2011-09-05Try shell in posix_spawn* only in compat modeUlrich Drepper
2011-08-04Fix encoding name for IDN in getaddrinfoAndreas Schwab
2011-06-30Make sure RES_USE_INET6 is always restoredAndreas Schwab
2011-06-22Avoid __check_pf calls in getaddrinfo unless really neededUlrich Drepper
2011-06-22Fix Ipv4&IPv6 lookup in getaddrinfoAndreas Schwab
2011-06-21Fix IPv6-only lookups through getaddrinfoUlrich Drepper