about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar2014-05-151-2/+1
* Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab2014-05-071-4/+8
* Use statvfs64() for pathconf(_PC_NAME_MAX).Peter TB Brett2014-04-091-11/+3
* Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab2014-03-241-0/+8
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-106-12/+12
* Do not enable asynchronous cancellation in system. Fixes bug 14782.Ondřej Bílka2014-01-151-10/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0180-80/+80
* Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda2013-12-021-17/+14
* getaddrinfo: remove dead codePavel Simerda2013-12-021-12/+0
* Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar2013-10-251-2/+18
* Fix incorrect getaddrinfo assertion triggerAllan McRae2013-10-251-3/+10
* Don't use gethostbyaddr to determine canonical nameAndreas Schwab2013-10-171-78/+11
* Fix readdir regressions on sparc 32-bit.David S. Miller2013-10-101-2/+7
* Properly cache the result from looking up the nss database configAndreas Schwab2013-09-301-8/+6
* Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar2013-08-281-1/+1
* CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer2013-08-164-12/+34
* Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar2013-06-111-2/+2
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-081-1/+1
* Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar2013-05-211-2/+10
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Clean up POSIX.1 implementation of truncate.Roland McGrath2013-05-061-7/+10
* Add missing #include in sysdeps/posix/opendir.c.Roland McGrath2013-05-011-0/+1
* Fix name space use in last commit.Roland McGrath2013-04-231-1/+1
* Add generic POSIX implementation of C11 timespec_get.Roland McGrath2013-04-231-0/+38
* Minor cleanup in getaddrinfoSiddhesh Poyarekar2013-04-221-3/+4
* Fix stack overflow in getaddrinfo with many resultsAndreas Schwab2013-04-031-2/+21
* Never call syslog in __libc_message.Roland McGrath2013-03-281-9/+0
* Consolidate Linux and POSIX libc_fatal code.Roland McGrath2013-03-191-7/+30
* Remove bp-sym.h and BP_SYM uses from C code.Joseph Myers2013-02-141-4/+3
* ulimit: include <limits.h>Pino Toscano2013-01-231-0/+1
* ulimit: move linux implementation as posixPino Toscano2013-01-231-0/+91
* Fix copyright notice corruption from update-copyright bug.Joseph Myers2013-01-021-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0278-84/+78
* Add script to update copyright notices and reformat some to facilitate its use.Joseph Myers2013-01-012-4/+2
* Return EAI_SYSTEM if we're out of file descriptorsSiddhesh Poyarekar2012-11-191-0/+6
* Generate /usr/libexec/getconf files when cross-compiling.Joseph Myers2012-11-171-72/+23
* Suppress incorrect link warnings for NSS symbolsChris Metcalf2012-10-301-1/+1
* BZ#14743: Move clock_* symbols from librt to libc.Roland McGrath2012-10-241-1/+2
* __alloc_dir: avoid integer overflow in malloc argumentFlorian Weimer2012-10-161-4/+11
* sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZEPino Toscano2012-10-031-0/+1
* Implement POSIX-generic sleep via nanosleep rather than SIGARLM.Roland McGrath2012-09-281-65/+35
* [BZ #11438]Jeff Law2012-09-281-4/+0
* * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_rJeff Law2012-08-221-2/+7
* Move some things from sysdeps/unix to sysdeps/posix.Roland McGrath2012-08-176-0/+252
* Fix typo in last change.Roland McGrath2012-08-171-1/+1
* Fix getaddrinfo for [!_STATBUF_ST_NSEC] case.Roland McGrath2012-08-171-2/+35
* Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT].Roland McGrath2012-08-151-3/+3
* Add a missing #include.Roland McGrath2012-08-081-1/+2
* Move common dirent implementation from sysdeps/unix to sysdeps/posix.Roland McGrath2012-08-0710-0/+774
* Fix lots of bitrot for stub configurations.Roland McGrath2012-07-303-3/+5