aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
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
2013-09-30Properly cache the result from looking up the nss database configAndreas Schwab
2013-08-28Use __glibc_unlikely instead of __builtin_expect (..., 0)Siddhesh Poyarekar
2013-08-16CVE-2013-4237, BZ #14699: Buffer overflow in readdir_rFlorian Weimer
2013-06-11Fix symbol definitions for __clock_* functionsSiddhesh Poyarekar
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers
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