Age | Commit message (Expand) | Author | Files | Lines |
2015-08-11 | Fix BZ #18086 -- nice resets errno to 0. | Paul Pluzhnikov | 1 | -3/+3 |
2015-07-23 | Make sysdeps/posix bring in login subdir. | Roland McGrath | 1 | -0/+1 |
2015-07-14 | Factor file identity rules out of generic rtld code. | Roland McGrath | 1 | -0/+50 |
2015-06-17 | Fix nice getpriority, setpriority namespace (bug 18553). | Joseph Myers | 1 | -3/+3 |
2015-06-05 | posix_fallocate: Emulation fixes and documentation [BZ #15661] | Florian Weimer | 2 | -38/+96 |
2015-05-20 | Move usleep.c using nanosleep to sysdeps/posix. | Roland McGrath | 1 | -0/+33 |
2015-05-18 | Refactor opendir. | Roland McGrath | 1 | -41/+81 |
2015-02-24 | linux: open and openat ignore 'mode' with O_TMPFILE in flags | Eric Rannaud | 1 | -2/+2 |
2015-02-18 | Fix posix_spawn getrlimit64 namespace (bug 17991). | Joseph Myers | 1 | -1/+1 |
2015-01-09 | Fix shm-directory.h #include. | Roland McGrath | 1 | -1/+1 |
2015-01-06 | Function declaration cleanup | Adhemerval Zanella | 1 | -5/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 81 | -81/+81 |
2014-12-29 | Use posix-conf-vars.list to generate spec array | Siddhesh Poyarekar | 1 | -1/+1 |
2014-12-29 | Add _POSIX namespace SYSCONF macros to posix-conf-vars.list | Siddhesh Poyarekar | 1 | -78/+80 |
2014-12-17 | Fix profil_counter namespace (bug 17725). | Joseph Myers | 2 | -8/+8 |
2014-12-12 | NPTL: Refactor named semaphore code to use shm-directory.h | Roland McGrath | 5 | -7/+15 |
2014-12-11 | Refactor shm_{open,unlink} code to separate Linux-specific directory choice f... | Roland McGrath | 5 | -55/+132 |
2014-11-24 | Remove NOT_IN_libc | Siddhesh Poyarekar | 4 | -6/+6 |
2014-11-24 | Remove IS_IN_rtld | Siddhesh Poyarekar | 3 | -3/+3 |
2014-11-21 | ctermid: return string literal, document MT-Safety pitfall | Alexandre Oliva | 1 | -8/+8 |
2014-11-14 | Remove sigvec. | Roland McGrath | 1 | -181/+0 |
2014-11-12 | Fix qsort_r namespace (bug 17571). | Joseph Myers | 1 | -2/+2 |
2014-11-12 | Fix __getcwd rewinddir namespace (bug 17584). | Joseph Myers | 2 | -3/+8 |
2014-10-30 | Remove __libc_readv and __libc_writev function names. | Joseph Myers | 2 | -10/+4 |
2014-09-15 | Remove _POSIX_REGEX_VERSION | Siddhesh Poyarekar | 1 | -4/+2 |
2014-09-12 | Fix typo in macro names in sysconf.c | Siddhesh Poyarekar | 1 | -2/+2 |
2014-08-21 | Remove unnecessary uses of NOT_IN_libc | Siddhesh Poyarekar | 1 | -1/+1 |
2014-07-02 | Fix typo in macro name | Siddhesh Poyarekar | 1 | -1/+1 |
2014-06-25 | sysdeps/posix/tempname.c: Merge from gnulib | Will Newton | 1 | -62/+22 |
2014-05-15 | Return EAI_AGAIN for AF_UNSPEC when herrno is TRY_AGAIN (BZ #16849) | Siddhesh Poyarekar | 1 | -2/+1 |
2014-05-07 | Fix parsing of getai result from nscd for IPv6-only request | Andreas Schwab | 1 | -4/+8 |
2014-04-09 | Use statvfs64() for pathconf(_PC_NAME_MAX). | Peter TB Brett | 1 | -11/+3 |
2014-03-24 | Fix use of half-initialized result in getaddrinfo when using nscd (bug 16743) | Andreas Schwab | 1 | -0/+8 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 6 | -12/+12 |
2014-01-15 | Do not enable asynchronous cancellation in system. Fixes bug 14782. | Ondřej Bílka | 1 | -10/+1 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 80 | -80/+80 |
2013-12-02 | Remove redundant GAIH_OKIFUNSPEC and GAIH_EAI. | Pavel Simerda | 1 | -17/+14 |
2013-12-02 | getaddrinfo: remove dead code | Pavel Simerda | 1 | -12/+0 |
2013-10-25 | Fix stack overflow due to large AF_INET6 requests | Siddhesh Poyarekar | 1 | -2/+18 |
2013-10-25 | Fix incorrect getaddrinfo assertion trigger | Allan McRae | 1 | -3/+10 |
2013-10-17 | Don't use gethostbyaddr to determine canonical name | Andreas Schwab | 1 | -78/+11 |
2013-10-10 | Fix readdir regressions on sparc 32-bit. | David S. Miller | 1 | -2/+7 |
2013-09-30 | Properly cache the result from looking up the nss database config | Andreas Schwab | 1 | -8/+6 |
2013-08-28 | Use __glibc_unlikely instead of __builtin_expect (..., 0) | Siddhesh Poyarekar | 1 | -1/+1 |
2013-08-16 | CVE-2013-4237, BZ #14699: Buffer overflow in readdir_r | Florian Weimer | 4 | -12/+34 |
2013-06-11 | Fix symbol definitions for __clock_* functions | Siddhesh Poyarekar | 1 | -2/+2 |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 1 | -1/+1 |
2013-05-21 | Set EAI_SYSTEM only when h_errno is NETDB_INTERNAL | Siddhesh Poyarekar | 1 | -2/+10 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -0/+1 |
2013-05-06 | Clean up POSIX.1 implementation of truncate. | Roland McGrath | 1 | -7/+10 |