aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
2022-06-01socket: Use 64 bit stat for isfdtype (BZ# 29209)Adhemerval Zanella
2022-06-01posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)Adhemerval Zanella
2022-06-01posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)Adhemerval Zanella
2022-03-23gmon: Remove unused sprofil.c functionsAdhemerval Zanella
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar
2022-01-15hurd: Fix timer/clock_getres crash on NULL res parameterSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-27posix: Remove spawni.cAdhemerval Zanella
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar
2021-07-22posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault
2021-07-09Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)H.J. Lu
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-22nptl: Move pthreadP.h into sysdeps directoryFlorian Weimer
2021-06-21rt: Replace generic stub of shm_unlink with the posix versionFlorian Weimer
2021-06-21rt: Replace generic stub of shm_open with the posix versionFlorian Weimer
2021-06-09nptl: Implement raise in terms of pthread_killAdhemerval Zanella
2021-05-17Add C2X timespec_getresJoseph Myers
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer
2021-01-12posix: consume less entropy on tempnameAdhemerval Zanella
2021-01-11posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella
2021-01-11posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-09-02Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella
2020-09-02Sync getcwd with gnulibAdhemerval Zanella