| Commit message (Expand) | Author | Age | Files | Lines |
* | Assume O_DIRECTORY for opendir | Adhemerval Zanella | 2018-04-03 | 1 | -103/+5 |
* | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 2018-04-02 | 1 | -1/+1 |
* | Add missing start-of-file descriptive comment. | Samuel Thibault | 2018-03-06 | 2 | -2/+4 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-15 | 1 | -0/+4 |
* | preadv2/pwritev2: Handle offset == -1 [BZ #22753] | Florian Weimer | 2018-02-02 | 4 | -4/+16 |
* | Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI... | Andreas Schwab | 2018-01-29 | 2 | -24/+18 |
* | hurd: Fix pwritev* | Samuel Thibault | 2018-01-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 92 | -92/+92 |
* | posix: Fix generic p{read,write}v buffer allocation (BZ#22457) | Adhemerval Zanella | 2017-11-24 | 2 | -6/+10 |
* | Cleanup sigpause implementation | Adhemerval Zanella | 2017-11-15 | 1 | -20/+6 |
* | sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321] | Florian Weimer | 2017-10-20 | 1 | -0/+1 |
* | Hide internal idna functions [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -4/+1 |
* | Hide internal signal functions [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Hide __readv and __writev [BZ #18822] | H.J. Lu | 2017-10-01 | 2 | -0/+2 |
* | hurd: Fix dirfd symbol exposition from ftw | Samuel Thibault | 2017-09-28 | 1 | -1/+3 |
* | Add missing libc_hidden_weak/def calls | Samuel Thibault | 2017-09-17 | 1 | -0/+1 |
* | hurd: Fix libc link | Samuel Thibault | 2017-09-03 | 2 | -0/+2 |
* | hurd: Fix p{read,write}{,v64}v2.c build | Samuel Thibault | 2017-09-03 | 4 | -1/+5 |
* | hurd: Fix p{read,write}v64v2.c build | Samuel Thibault | 2017-09-03 | 2 | -2/+2 |
* | hurd: Fix p{read,write}{,v64}v2.c build | Samuel Thibault | 2017-09-03 | 4 | -4/+4 |
* | getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922] | Florian Weimer | 2017-09-01 | 1 | -22/+20 |
* | getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922] | Florian Weimer | 2017-09-01 | 1 | -0/+8 |
* | getaddrinfo: In gaih_inet, use h_errno for certain status values only | Florian Weimer | 2017-09-01 | 1 | -1/+4 |
* | getaddrinfo: Properly set errno for NSS function lookup failure | Florian Weimer | 2017-09-01 | 1 | -6/+10 |
* | getaddrinfo: Use &h_errno has the h_errno pointer | Florian Weimer | 2017-09-01 | 1 | -28/+18 |
* | getaddrinfo: Use &errno has the errno pointer | Florian Weimer | 2017-09-01 | 1 | -13/+10 |
* | posix: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 2 | -4/+2 |
* | dirent: Remove internal_function attribute | Florian Weimer | 2017-08-31 | 1 | -2/+0 |
* | Consolidate non cancellable pause call | Adhemerval Zanella | 2017-08-22 | 1 | -15/+0 |
* | Mark internal nss symbols with attribute_hidden [BZ #18822] | H.J. Lu | 2017-08-21 | 1 | -1/+0 |
* | Consolidate non cancellable close call | Adhemerval Zanella | 2017-08-18 | 5 | -11/+11 |
* | Consolidate non cancellable openat call | Adhemerval Zanella | 2017-08-18 | 2 | -3/+3 |
* | Consolidate non cancellable write call | Adhemerval Zanella | 2017-08-18 | 1 | -1/+1 |
* | Consolidate non cancellable open call | Adhemerval Zanella | 2017-08-17 | 3 | -4/+4 |
* | Do not use __ptr_t. | Joseph Myers | 2017-08-08 | 1 | -3/+3 |
* | getaddrinfo: Remove unreachable return statement from gaih_inet | Florian Weimer | 2017-08-08 | 1 | -7/+3 |
* | posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780) | Adhemerval Zanella | 2017-08-08 | 4 | -4/+4 |
* | getaddrinfo: Release resolver context on error in gethosts [BZ #21885] | Florian Weimer | 2017-08-03 | 1 | -0/+2 |
* | Add missing include for pthread_setcancelstate | Samuel Thibault | 2017-08-03 | 1 | -0/+1 |
* | Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752] | H.J. Lu | 2017-07-24 | 1 | -5/+10 |
* | Avoid backtrace from __stack_chk_fail [BZ #12189] | H.J. Lu | 2017-07-11 | 1 | -5/+6 |
* | posix: Fix default posix_spawn return value | Adhemerval Zanella | 2017-07-05 | 1 | -20/+20 |
* | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | 2017-07-03 | 1 | -17/+22 |
* | posix: Improve default posix_spawn implementation | Adhemerval Zanella | 2017-06-29 | 1 | -183/+179 |
* | resolv: Call _res_hconf_init from __res_vinit | Florian Weimer | 2017-06-27 | 1 | -2/+0 |
* | getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295] | Dmitry Bilunov | 2017-06-24 | 1 | -4/+4 |
* | Clean pthread functions namespaces for C11 threads | Adhemerval Zanella | 2017-06-23 | 1 | -1/+1 |
* | getaddrinfo: Avoid stack copy of IPv6 address | Florian Weimer | 2017-06-21 | 1 | -40/+5 |
* | getaddrinfo: Eliminate another strdup call | Florian Weimer | 2017-06-03 | 1 | -1/+1 |
* | getaddrinfo: Fix localplt failure involving strdup | Florian Weimer | 2017-06-02 | 1 | -4/+11 |