aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
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
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar1-0/+2
2021-07-22posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault1-0/+15
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2-5/+31
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella1-0/+4
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella1-1/+2
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella7-28/+29
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer1-1/+1
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer1-48/+0
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer1-62/+0
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella1-2/+9
2021-05-17Add C2X timespec_getresJoseph Myers1-0/+1
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-3/+2
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie1-3/+1
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer5-116/+17
2021-01-12posix: consume less entropy on tempnameAdhemerval Zanella1-3/+14
2021-01-11posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella1-116/+164
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella1-0/+4
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert76-76/+76