aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
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
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-04-06Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella
2018-04-05hurd: Avoid PLT for dirfdSamuel Thibault
2018-04-03Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella
2018-04-03Assume O_DIRECTORY for opendirAdhemerval Zanella
2018-04-02hurd: Avoid some PLTs in libc and librtSamuel Thibault
2018-03-06Add missing start-of-file descriptive comment.Samuel Thibault
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-02-02preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer
2018-01-29Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab
2018-01-07hurd: Fix pwritev*Samuel Thibault