summaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-11-20Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers
2015-10-19Convert 231 sysdeps function definitions to prototype style.Joseph Myers
2015-09-09To fix BZ #18675, use __fstatvfs64 in __fpathconf.Paul Pluzhnikov
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-09-04BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath
2015-08-31Fix broken overflow check in posix_fallocate [BZ 18873]Paul Eggert
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov
2015-07-23Make sysdeps/posix bring in login subdir.Roland McGrath
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath
2015-06-17Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers
2015-06-05posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer
2015-05-20Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath
2015-05-18Refactor opendir.Roland McGrath
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers
2015-01-09Fix shm-directory.h #include.Roland McGrath
2015-01-06Function declaration cleanupAdhemerval Zanella
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar
2014-12-17Fix profil_counter namespace (bug 17725).Joseph Myers
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-12-11Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-21ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva
2014-11-14Remove sigvec.Roland McGrath
2014-11-12Fix qsort_r namespace (bug 17571).Joseph Myers
2014-11-12Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers
2014-10-30Remove __libc_readv and __libc_writev function names.Joseph Myers
2014-09-15Remove _POSIX_REGEX_VERSIONSiddhesh Poyarekar
2014-09-12Fix typo in macro names in sysconf.cSiddhesh Poyarekar
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar
2014-07-02Fix typo in macro nameSiddhesh Poyarekar
2014-06-25sysdeps/posix/tempname.c: Merge from gnulibWill Newton
2014-05-15Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849)Siddhesh Poyarekar
2014-05-07Fix parsing of getai result from nscd for IPv6-only requestAndreas Schwab
2014-04-09Use statvfs64() for pathconf(_PC_NAME_MAX).Peter TB Brett
2014-03-24Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743)Andreas Schwab
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-15Do not enable asynchronous cancellation in system. Fixes bug 14782.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-02Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI.Pavel Simerda
2013-12-02getaddrinfo: remove dead codePavel Simerda
2013-10-25Fix stack overflow due to large AF_INET6 requestsSiddhesh Poyarekar
2013-10-25Fix incorrect getaddrinfo assertion triggerAllan McRae
2013-10-17Don't use gethostbyaddr to determine canonical nameAndreas Schwab
2013-10-10Fix readdir regressions on sparc 32-bit.David S. Miller