aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-114/+59
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert71-71/+71
2023-11-07linux: Decorate __libc_fatal error bufferAdhemerval Zanella1-0/+3
2023-10-24Move getaddrinfo from 'posix' into 'nss'Arjun Shankar1-2625/+0
2023-09-25Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler1-3/+1
2023-09-15getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar1-8/+17
2023-09-11stdio: Remove __libc_message alloca usageJoe Simmons-Talbott1-34/+13
2023-09-06getaddrinfo: Get rid of allocaJoe Simmons-Talbott1-15/+9
2023-09-05getcanonname: Fix a typoSiddhesh Poyarekar1-1/+1
2023-06-20hurd: readv: Get rid of allocaJoe Simmons-Talbott1-16/+12
2023-06-20hurd: writev: Add back cleanup handlerJoe Simmons-Talbott1-3/+7
2023-06-19hurd: writev: Get rid of allocaJoe Simmons-Talbott1-23/+14
2023-06-13posix: Handle success in gai_strerror()Dridi Boukelmoune1-0/+1
2023-05-29posix: Add error message for EAI_OVERFLOWDridi Boukelmoune1-0/+1
2023-03-28system: Add "--" after "-c" for sh (BZ #28519)Joe Simmons-Talbott1-0/+1
2023-03-27libio: Do not autogenerate stdio_lim.hAdhemerval Zanella Netto1-5/+0
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2-3/+6
2023-03-07posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi1-3/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers72-72/+72
2022-09-28get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger1-3/+3
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra1-2/+2
2022-08-30posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella1-3/+7
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert1-2/+2
2022-08-03stdio: Clean up __libc_message after unconditional abortFlorian Weimer1-26/+21
2022-06-30Refactor internal-signals.hAdhemerval Zanella1-1/+1
2022-06-01socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella1-2/+2
2022-06-01posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella1-2/+2
2022-06-01posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella2-4/+4
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella1-12/+0
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar1-12/+33
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar1-250/+248
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar1-65/+84
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar1-2/+2
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar1-90/+86
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar1-65/+62
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar1-58/+59
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar1-277/+286
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar1-114/+134
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar1-63/+64
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar1-439/+452
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar1-100/+78
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar1-9/+25
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar1-55/+75
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar1-52/+91
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar1-0/+7
2022-01-15hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault1-2/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert72-72/+72
2021-09-27posix: Remove spawni.cAdhemerval Zanella1-343/+0
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar8-8/+0
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar1-3/+3