summaryrefslogtreecommitdiff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-241-2/+2
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-181-1/+1
* Fix shm-directory.h #include.Roland McGrath2015-01-091-1/+1
* Function declaration cleanupAdhemerval Zanella2015-01-061-5/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0281-81/+81
* Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar2014-12-291-1/+1
* Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar2014-12-291-78/+80
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-172-8/+8
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-125-7/+15
* Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath2014-12-115-55/+132
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-6/+6
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-243-3/+3
* ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva2014-11-211-8/+8
* Remove sigvec.Roland McGrath2014-11-141-181/+0
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-2/+2
* Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers2014-11-122-3/+8
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-302-10/+4
* Remove _POSIX_REGEX_VERSIONSiddhesh Poyarekar2014-09-151-4/+2
* Fix typo in macro names in sysconf.cSiddhesh Poyarekar2014-09-121-2/+2
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* Fix typo in macro nameSiddhesh Poyarekar2014-07-021-1/+1
* sysdeps/posix/tempname.c: Merge from gnulibWill Newton2014-06-251-62/+22
* 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