Age | Commit message (Expand) | Author | Files | Lines |
2019-08-01 | Get new entropy on each attempt __gen_tempname (BZ #15813) | Adhemerval Zanella | 1 | -7/+6 |
2019-05-15 | nss: Turn __nss_database_lookup into a compatibility symbol | Florian Weimer | 1 | -3/+3 |
2019-04-08 | resolv: Remove support for RES_USE_INET6 and the inet6 option | Florian Weimer | 1 | -11/+0 |
2019-03-22 | Do not use HP_TIMING_NOW for random bits | Adhemerval Zanella | 1 | -28/+12 |
2019-03-22 | nptl: Remove pthread_clock_gettime pthread_clock_settime | Adhemerval Zanella | 1 | -45/+1 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 1 | -4/+0 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -2/+2 |
2019-02-01 | Cleanup clock_*time includes | Wilco Dijkstra | 1 | -10/+1 |
2019-01-21 | CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018] | Florian Weimer | 1 | -1/+1 |
2019-01-03 | nptl: Cleanup cancellation macros | Adhemerval Zanella | 3 | -30/+6 |
2019-01-03 | nptl: Remove tst-cancel-wrappers test and related macros | Adhemerval Zanella | 2 | -5/+0 |
2019-01-03 | posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640) | Adhemerval Zanella | 1 | -3/+15 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 92 | -92/+92 |
2018-12-12 | timespec_get (posix): Fix copyright header | Florian Weimer | 1 | -1/+1 |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 1 | -0/+5 |
2018-12-03 | posix: Fix segfault in maybe_script_execute | Adhemerval Zanella | 1 | -1/+1 |
2018-11-30 | posix: Use posix_spawn on system | Adhemerval Zanella | 1 | -89/+100 |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 1 | -0/+5 |
2018-06-26 | Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251) | Adhemerval Zanella | 2 | -2/+2 |
2018-06-12 | Avoid cancellable I/O primitives in ld.so. | Zack Weinberg | 2 | -2/+2 |
2018-06-08 | posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B... | Adhemerval Zanella | 1 | -1/+3 |
2018-05-23 | Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247] | Florian Weimer | 1 | -60/+21 |
2018-04-06 | Consolidate Linux readdir{64}{_r} implementation | Adhemerval Zanella | 2 | -0/+10 |
2018-04-05 | hurd: Avoid PLT for dirfd | Samuel Thibault | 1 | -0/+1 |
2018-04-03 | Filter out NPTL internal signals (BZ #22391) | Adhemerval Zanella | 2 | -10/+5 |
2018-04-03 | Assume O_DIRECTORY for opendir | Adhemerval Zanella | 1 | -103/+5 |
2018-04-02 | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 1 | -1/+1 |
2018-03-06 | Add missing start-of-file descriptive comment. | Samuel Thibault | 2 | -2/+4 |
2018-02-15 | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -0/+4 |
2018-02-02 | preadv2/pwritev2: Handle offset == -1 [BZ #22753] | Florian Weimer | 4 | -4/+16 |
2018-01-29 | Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI... | Andreas Schwab | 2 | -24/+18 |
2018-01-07 | hurd: Fix pwritev* | Samuel Thibault | 1 | -1/+1 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 92 | -92/+92 |
2017-11-24 | posix: Fix generic p{read,write}v buffer allocation (BZ#22457) | Adhemerval Zanella | 2 | -6/+10 |
2017-11-15 | Cleanup sigpause implementation | Adhemerval Zanella | 1 | -20/+6 |
2017-10-20 | sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321] | Florian Weimer | 1 | -0/+1 |
2017-10-01 | Hide internal idna functions [BZ #18822] | H.J. Lu | 1 | -4/+1 |
2017-10-01 | Hide internal signal functions [BZ #18822] | H.J. Lu | 1 | -0/+1 |
2017-10-01 | Hide __readv and __writev [BZ #18822] | H.J. Lu | 2 | -0/+2 |
2017-09-28 | hurd: Fix dirfd symbol exposition from ftw | Samuel Thibault | 1 | -1/+3 |
2017-09-17 | Add missing libc_hidden_weak/def calls | Samuel Thibault | 1 | -0/+1 |
2017-09-03 | hurd: Fix libc link | Samuel Thibault | 2 | -0/+2 |
2017-09-03 | hurd: Fix p{read,write}{,v64}v2.c build | Samuel Thibault | 4 | -1/+5 |
2017-09-03 | hurd: Fix p{read,write}v64v2.c build | Samuel Thibault | 2 | -2/+2 |
2017-09-03 | hurd: Fix p{read,write}{,v64}v2.c build | Samuel Thibault | 4 | -4/+4 |
2017-09-01 | getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922] | Florian Weimer | 1 | -22/+20 |
2017-09-01 | getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922] | Florian Weimer | 1 | -0/+8 |
2017-09-01 | getaddrinfo: In gaih_inet, use h_errno for certain status values only | Florian Weimer | 1 | -1/+4 |
2017-09-01 | getaddrinfo: Properly set errno for NSS function lookup failure | Florian Weimer | 1 | -6/+10 |