aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
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
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer
2019-03-22Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-01Cleanup clock_*time includesWilco Dijkstra
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-01-03nptl: Cleanup cancellation macrosAdhemerval Zanella
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-03posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-12timespec_get (posix): Fix copyright headerFlorian Weimer
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-12-03posix: Fix segfault in maybe_script_executeAdhemerval Zanella
2018-11-30posix: Use posix_spawn on systemAdhemerval Zanella
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer
2018-06-26Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella
2018-06-12Avoid cancellable I/O primitives in ld.so.Zack Weinberg
2018-06-08posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella