aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
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
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault
2020-05-27linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella
2020-03-23posix: Fix system error return value [BZ #25715]Adhemerval Zanella
2020-02-27posix: Remove posix waitidAdhemerval Zanella
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer
2020-01-20getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer
2019-08-01Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella