aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-04nsswitch: use new internal API (callers)DJ Delorie1-12/+7
2020-10-16linux: Move posix dir implementations to LinuxAdhemerval Zanella10-735/+0
2020-10-09Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2-4/+2
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella1-1/+1
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella12-16/+15
2020-09-02Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella1-4/+5
2020-09-02Sync getcwd with gnulibAdhemerval Zanella1-414/+371
2020-06-14hurd: Fix __writev_nocancel_nostatusSamuel Thibault2-0/+6
2020-05-27linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella1-1/+7
2020-03-23posix: Fix system error return value [BZ #25715]Adhemerval Zanella1-7/+11
2020-02-27posix: Remove posix waitidAdhemerval Zanella1-158/+0
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer1-15/+3
2020-01-20getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer1-0/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers87-87/+87
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella1-39/+0
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella1-30/+0
2019-12-19Remove __waitpid_nocancelAdhemerval Zanella1-1/+5
2019-12-01hurd: Fix ld.so __getcwd override from libcSamuel Thibault1-0/+1
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen1-22/+18
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen1-1/+1
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella1-67/+0
2019-10-30Use clock_gettime to implement timespec_get.Zack Weinberg1-32/+0
2019-10-30Use clock_gettime to implement time.Adhemerval Zanella1-40/+0
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2-15/+8
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert92-92/+92
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg1-2/+9
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella2-13/+27
2019-08-19Do not print backtraces on fatal glibc errorsFlorian Weimer1-31/+4
2019-08-01Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella1-7/+6
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer1-3/+3
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer1-11/+0
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella1-28/+12
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-45/+1
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer1-4/+0