Age | Commit message (Expand) | Author | Files | Lines |
2024-04-10 | posix: Sync tempname with gnulib | Adhemerval Zanella | 1 | -114/+59 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 71 | -71/+71 |
2023-11-07 | linux: Decorate __libc_fatal error buffer | Adhemerval Zanella | 1 | -0/+3 |
2023-10-24 | Move getaddrinfo from 'posix' into 'nss' | Arjun Shankar | 1 | -2625/+0 |
2023-09-25 | Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843] | Romain Geissler | 1 | -3/+1 |
2023-09-15 | getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806) | Siddhesh Poyarekar | 1 | -8/+17 |
2023-09-11 | stdio: Remove __libc_message alloca usage | Joe Simmons-Talbott | 1 | -34/+13 |
2023-09-06 | getaddrinfo: Get rid of alloca | Joe Simmons-Talbott | 1 | -15/+9 |
2023-09-05 | getcanonname: Fix a typo | Siddhesh Poyarekar | 1 | -1/+1 |
2023-06-20 | hurd: readv: Get rid of alloca | Joe Simmons-Talbott | 1 | -16/+12 |
2023-06-20 | hurd: writev: Add back cleanup handler | Joe Simmons-Talbott | 1 | -3/+7 |
2023-06-19 | hurd: writev: Get rid of alloca | Joe Simmons-Talbott | 1 | -23/+14 |
2023-06-13 | posix: Handle success in gai_strerror() | Dridi Boukelmoune | 1 | -0/+1 |
2023-05-29 | posix: Add error message for EAI_OVERFLOW | Dridi Boukelmoune | 1 | -0/+1 |
2023-03-28 | system: Add "--" after "-c" for sh (BZ #28519) | Joe Simmons-Talbott | 1 | -0/+1 |
2023-03-27 | libio: Do not autogenerate stdio_lim.h | Adhemerval Zanella Netto | 1 | -5/+0 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 2 | -3/+6 |
2023-03-07 | posix: Fix system blocks SIGCHLD erroneously [BZ #30163] | Adam Yi | 1 | -3/+3 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 72 | -72/+72 |
2022-09-28 | get_nscd_addresses: Fix subscript typos [BZ #29605] | Jörg Sonnenberger | 1 | -3/+3 |
2022-09-26 | Use atomic_exchange_release/acquire | Wilco Dijkstra | 1 | -2/+2 |
2022-08-30 | posix: Fix macro expansion producing 'defined' has undefined behavior | Adhemerval Zanella | 1 | -3/+7 |
2022-08-23 | Merge _GL_UNUSED C23 patch from Gnulib | Paul Eggert | 1 | -2/+2 |
2022-08-03 | stdio: Clean up __libc_message after unconditional abort | Florian Weimer | 1 | -26/+21 |
2022-06-30 | Refactor internal-signals.h | Adhemerval Zanella | 1 | -1/+1 |
2022-06-01 | socket: Use 64 bit stat for isfdtype (BZ# 29209) | Adhemerval Zanella | 1 | -2/+2 |
2022-06-01 | posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208) | Adhemerval Zanella | 1 | -2/+2 |
2022-06-01 | posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207) | Adhemerval Zanella | 2 | -4/+4 |
2022-03-23 | gmon: Remove unused sprofil.c functions | Adhemerval Zanella | 1 | -12/+0 |
2022-03-23 | getaddrinfo: Refactor code for readability | Siddhesh Poyarekar | 1 | -12/+33 |
2022-03-22 | gai_init: Avoid jumping from if condition to its else counterpart | Siddhesh Poyarekar | 1 | -250/+248 |
2022-03-22 | gaiconf_init: Refactor some bits for readability | Siddhesh Poyarekar | 1 | -65/+84 |
2022-03-22 | gethosts: Return EAI_MEMORY on allocation failure | Siddhesh Poyarekar | 1 | -2/+2 |
2022-03-22 | gaih_inet: Split result generation into its own function | Siddhesh Poyarekar | 1 | -90/+86 |
2022-03-22 | gaih_inet: split loopback lookup into its own function | Siddhesh Poyarekar | 1 | -65/+62 |
2022-03-22 | gaih_inet: make gethosts into a function | Siddhesh Poyarekar | 1 | -58/+59 |
2022-03-22 | gaih_inet: separate nss lookup loop into its own function | Siddhesh Poyarekar | 1 | -277/+286 |
2022-03-22 | gaih_inet: Split nscd lookup code into its own function. | Siddhesh Poyarekar | 1 | -114/+134 |
2022-03-22 | gaih_inet: Split simple gethostbyname into its own function | Siddhesh Poyarekar | 1 | -63/+64 |
2022-03-22 | gaih_inet: make numeric lookup a separate routine | Siddhesh Poyarekar | 1 | -439/+452 |
2022-03-22 | gaih_inet: Simplify service resolution | Siddhesh Poyarekar | 1 | -100/+78 |
2022-03-22 | getaddrinfo: Fix leak with AI_ALL [BZ #28852] | Siddhesh Poyarekar | 1 | -9/+25 |
2022-03-22 | gaih_inet: Simplify canon name resolution | Siddhesh Poyarekar | 1 | -55/+75 |
2022-03-22 | Simplify allocations and fix merge and continue actions [BZ #28931] | Siddhesh Poyarekar | 1 | -52/+91 |
2022-01-24 | getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999) | Siddhesh Poyarekar | 1 | -0/+7 |
2022-01-15 | hurd: Fix timer/clock_getres crash on NULL res parameter | Samuel Thibault | 1 | -2/+5 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 72 | -72/+72 |
2021-09-27 | posix: Remove spawni.c | Adhemerval Zanella | 1 | -343/+0 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 8 | -8/+0 |
2021-08-04 | gethosts: Remove unused argument _type | Siddhesh Poyarekar | 1 | -3/+3 |