about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie2021-03-091-3/+1
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-085-116/+17
* posix: consume less entropy on tempnameAdhemerval Zanella2021-01-121-3/+14
* posix: Sync tempname with gnulib [BZ #26648]Adhemerval Zanella2021-01-111-116/+164
* posix: Fix return value of system if shell can not be executed [BZ #27053]Adhemerval Zanella2021-01-111-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0276-76/+76
* nsswitch: use new internal API (callers)DJ Delorie2020-12-041-12/+7
* linux: Move posix dir implementations to LinuxAdhemerval Zanella2020-10-1610-735/+0
* Remove mknod wrapper functions, move them to symbolsAdhemerval Zanella2020-10-092-4/+2
* Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella2020-10-091-1/+1
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-1112-16/+15
* Use LFS readdir in generic POSIX getcwd [BZ# 22899]Adhemerval Zanella2020-09-021-4/+5
* Sync getcwd with gnulibAdhemerval Zanella2020-09-021-414/+371
* hurd: Fix __writev_nocancel_nostatusSamuel Thibault2020-06-142-0/+6
* linux: Use internal DIR locks when accessing filepos on telldirAdhemerval Zanella2020-05-271-1/+7
* posix: Fix system error return value [BZ #25715]Adhemerval Zanella2020-03-231-7/+11
* posix: Remove posix waitidAdhemerval Zanella2020-02-271-158/+0
* nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer2020-02-131-15/+3
* getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer2020-01-201-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0187-87/+87
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-191-39/+0
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-191-30/+0
* Remove __waitpid_nocancelAdhemerval Zanella2019-12-191-1/+5
* hurd: Fix ld.so __getcwd override from libcSamuel Thibault2019-12-011-0/+1
* sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen2019-11-261-22/+18
* sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen2019-11-261-1/+1
* Use clock_gettime to implement gettimeofday.Adhemerval Zanella2019-10-301-67/+0
* Use clock_gettime to implement timespec_get.Zack Weinberg2019-10-301-32/+0
* Use clock_gettime to implement time.Adhemerval Zanella2019-10-301-40/+0
* Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg2019-10-302-15/+8
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0792-92/+92
* Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2019-09-041-2/+9
* Refactor sigcontextinfo.hAdhemerval Zanella2019-08-232-13/+27
* Do not print backtraces on fatal glibc errorsFlorian Weimer2019-08-191-31/+4
* Get new entropy on each attempt __gen_tempname (BZ #15813)Adhemerval Zanella2019-08-011-7/+6
* nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer2019-05-151-3/+3
* resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer2019-04-081-11/+0
* Do not use HP_TIMING_NOW for random bitsAdhemerval Zanella2019-03-221-28/+12
* nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella2019-03-221-45/+1
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-141-4/+0
* Add some spaces before '('.Joseph Myers2019-02-271-1/+1
* Break more lines before not after operators.Joseph Myers2019-02-251-2/+2
* Cleanup clock_*time includesWilco Dijkstra2019-02-011-10/+1
* CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer2019-01-211-1/+1
* nptl: Cleanup cancellation macrosAdhemerval Zanella2019-01-033-30/+6
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-032-5/+0
* posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640)Adhemerval Zanella2019-01-031-3/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0192-92/+92
* timespec_get (posix): Fix copyright headerFlorian Weimer2018-12-121-1/+1
* posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer2018-12-071-0/+5