aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-25Break more lines before not after operators.Joseph Myers1-2/+2
2019-02-01Cleanup clock_*time includesWilco Dijkstra1-10/+1
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-1/+1
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella3-30/+6
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2-5/+0
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella1-3/+15
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers92-92/+92
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer1-1/+1
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-0/+5
2018-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella1-1/+1
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella1-89/+100
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+5
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2-2/+2
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg2-2/+2
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella1-1/+3
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer1-60/+21
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella2-0/+10
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault1-0/+1
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2-10/+5
2018-04-03Assume O_DIRECTORY for opendirAdhemerval Zanella1-103/+5
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault1-1/+1
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault2-2/+4