about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]Romain Geissler2023-09-261-3/+1
* getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)Siddhesh Poyarekar2023-09-151-8/+17
* posix: Fix system blocks SIGCHLD erroneously [BZ #30163]Adam Yi2023-04-281-3/+3
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-09-281-3/+3
* Refactor internal-signals.hAdhemerval Zanella2022-06-301-1/+1
* socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella2022-06-011-2/+2
* posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella2022-06-011-2/+2
* posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella2022-06-012-4/+4
* gmon: Remove unused sprofil.c functionsAdhemerval Zanella2022-03-231-12/+0
* getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar2022-03-231-12/+33
* gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar2022-03-221-250/+248
* gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar2022-03-221-65/+84
* gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar2022-03-221-2/+2
* gaih_inet: Split result generation into its own functionSiddhesh Poyarekar2022-03-221-90/+86
* gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar2022-03-221-65/+62
* gaih_inet: make gethosts into a functionSiddhesh Poyarekar2022-03-221-58/+59
* gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar2022-03-221-277/+286
* gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar2022-03-221-114/+134
* gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar2022-03-221-63/+64
* gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar2022-03-221-439/+452
* gaih_inet: Simplify service resolutionSiddhesh Poyarekar2022-03-221-100/+78
* getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar2022-03-221-9/+25
* gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar2022-03-221-55/+75
* Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar2022-03-221-52/+91
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-241-0/+7
* hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault2022-01-151-2/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0172-72/+72
* posix: Remove spawni.cAdhemerval Zanella2021-09-271-343/+0
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-038-8/+0
* gethosts: Remove unused argument _typeSiddhesh Poyarekar2021-08-041-3/+3
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-031-0/+2
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu2021-07-092-5/+31
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-081-0/+4
* hurd: Fix build after 52a5fe70a2Adhemerval Zanella2021-06-231-1/+2
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-227-28/+29
* nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer2021-06-221-1/+1
* rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer2021-06-211-48/+0
* rt: Replace generic stub of shm_open with the posix versionFlorian Weimer2021-06-211-62/+0
* nptl: Implement raise in terms of pthread_killAdhemerval Zanella2021-06-091-2/+9
* Add C2X timespec_getresJoseph Myers2021-05-171-0/+1
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-3/+2
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-3/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-085-116/+17
* posix: consume less entropy on tempnameAdhemerval Zanella2021-01-121-3/+14
* posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella2021-01-111-116/+164
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0276-76/+76
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-12/+7
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1610-735/+0