| Commit message (Expand) | Author | Age | Files | Lines |
* | timespec_get (posix): Fix copyright header | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-12-12 | 1 | -1/+1 |
* | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-12-07 | 1 | -0/+5 |
* | posix: Fix segfault in maybe_script_execute | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-12-03 | 1 | -1/+1 |
* | posix: Use posix_spawn on system | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-11-30 | 1 | -89/+100 |
* | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-11-06 | 1 | -0/+5 |
* | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-06-26 | 2 | -2/+2 |
* | Avoid cancellable I/O primitives in ld.so. | ![](//www.gravatar.com/avatar/dd7cc06b1b1c347e172c6ba532937173?s=13&d=retro) Zack Weinberg | 2018-06-12 | 2 | -2/+2 |
* | posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B... | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-06-08 | 1 | -1/+3 |
* | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-05-23 | 1 | -60/+21 |
* | Consolidate Linux readdir{64}{_r} implementation | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-04-06 | 2 | -0/+10 |
* | hurd: Avoid PLT for dirfd | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2018-04-05 | 1 | -0/+1 |
* | Filter out NPTL internal signals (BZ #22391) | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-04-03 | 2 | -10/+5 |
* | Assume O_DIRECTORY for opendir | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2018-04-03 | 1 | -103/+5 |
* | hurd: Avoid some PLTs in libc and librt | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2018-04-02 | 1 | -1/+1 |
* | Add missing start-of-file descriptive comment. | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2018-03-06 | 2 | -2/+4 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-02-15 | 1 | -0/+4 |
* | preadv2/pwritev2: Handle offset == -1 [BZ #22753] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2018-02-02 | 4 | -4/+16 |
* | Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI... | ![](//www.gravatar.com/avatar/c2128fbd6e471d15a820aeb923a0f634?s=13&d=retro) Andreas Schwab | 2018-01-29 | 2 | -24/+18 |
* | hurd: Fix pwritev* | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2018-01-07 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2018-01-01 | 92 | -92/+92 |
* | posix: Fix generic p{read,write}v buffer allocation (BZ#22457) | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-11-24 | 2 | -6/+10 |
* | Cleanup sigpause implementation | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-11-15 | 1 | -20/+6 |
* | sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-10-20 | 1 | -0/+1 |
* | Hide internal idna functions [BZ #18822] | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2017-10-01 | 1 | -4/+1 |
* | Hide internal signal functions [BZ #18822] | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Hide __readv and __writev [BZ #18822] | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2017-10-01 | 2 | -0/+2 |
* | hurd: Fix dirfd symbol exposition from ftw | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-28 | 1 | -1/+3 |
* | Add missing libc_hidden_weak/def calls | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-17 | 1 | -0/+1 |
* | hurd: Fix libc link | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-03 | 2 | -0/+2 |
* | hurd: Fix p{read,write}{,v64}v2.c build | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-03 | 4 | -1/+5 |
* | hurd: Fix p{read,write}v64v2.c build | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-03 | 2 | -2/+2 |
* | hurd: Fix p{read,write}{,v64}v2.c build | ![](//www.gravatar.com/avatar/25fc28cce58432338f7f7053f2edf6c6?s=13&d=retro) Samuel Thibault | 2017-09-03 | 4 | -4/+4 |
* | getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -22/+20 |
* | getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -0/+8 |
* | getaddrinfo: In gaih_inet, use h_errno for certain status values only | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -1/+4 |
* | getaddrinfo: Properly set errno for NSS function lookup failure | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -6/+10 |
* | getaddrinfo: Use &h_errno has the h_errno pointer | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -28/+18 |
* | getaddrinfo: Use &errno has the errno pointer | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-09-01 | 1 | -13/+10 |
* | posix: Remove internal_function attribute | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-31 | 2 | -4/+2 |
* | dirent: Remove internal_function attribute | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-31 | 1 | -2/+0 |
* | Consolidate non cancellable pause call | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-22 | 1 | -15/+0 |
* | Mark internal nss symbols with attribute_hidden [BZ #18822] | ![](//www.gravatar.com/avatar/70d73713ba93360b74cb20a8de63d2e9?s=13&d=retro) H.J. Lu | 2017-08-21 | 1 | -1/+0 |
* | Consolidate non cancellable close call | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-18 | 5 | -11/+11 |
* | Consolidate non cancellable openat call | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-18 | 2 | -3/+3 |
* | Consolidate non cancellable write call | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-18 | 1 | -1/+1 |
* | Consolidate non cancellable open call | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-17 | 3 | -4/+4 |
* | Do not use __ptr_t. | ![](//www.gravatar.com/avatar/e27843f66a77a0d70a2bd0acd79ae153?s=13&d=retro) Joseph Myers | 2017-08-08 | 1 | -3/+3 |
* | getaddrinfo: Remove unreachable return statement from gaih_inet | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-08 | 1 | -7/+3 |
* | posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780) | ![](//www.gravatar.com/avatar/499f953b0ffdb0724942152db02632ef?s=13&d=retro) Adhemerval Zanella | 2017-08-08 | 4 | -4/+4 |
* | getaddrinfo: Release resolver context on error in gethosts [BZ #21885] | ![](//www.gravatar.com/avatar/4ece77be874172309e7b5c44ff0281e2?s=13&d=retro) Florian Weimer | 2017-08-03 | 1 | -0/+2 |