about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* posix: Fix segfault in maybe_script_executeAdhemerval Zanella2018-12-031-1/+1
* posix: Use posix_spawn on systemAdhemerval Zanella2018-11-301-89/+100
* posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer2018-11-061-0/+5
* Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)Adhemerval Zanella2018-06-262-2/+2
* Avoid cancellable I/O primitives in ld.so.Zack Weinberg2018-06-122-2/+2
* posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B...Adhemerval Zanella2018-06-081-1/+3
* Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer2018-05-231-60/+21
* Consolidate Linux readdir{64}{_r} implementationAdhemerval Zanella2018-04-062-0/+10
* hurd: Avoid PLT for dirfdSamuel Thibault2018-04-051-0/+1
* Filter out NPTL internal signals (BZ #22391)Adhemerval Zanella2018-04-032-10/+5
* Assume O_DIRECTORY for opendirAdhemerval Zanella2018-04-031-103/+5
* hurd: Avoid some PLTs in libc and librtSamuel Thibault2018-04-021-1/+1
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+4
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-0/+4
* preadv2/pwritev2: Handle offset == -1 [BZ #22753]Florian Weimer2018-02-024-4/+16
* Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab2018-01-292-24/+18
* hurd: Fix pwritev*Samuel Thibault2018-01-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0192-92/+92
* posix: Fix generic p{read,write}v buffer allocation (BZ#22457)Adhemerval Zanella2017-11-242-6/+10
* Cleanup sigpause implementationAdhemerval Zanella2017-11-151-20/+6
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-201-0/+1
* Hide internal idna functions [BZ #18822]H.J. Lu2017-10-011-4/+1
* Hide internal signal functions [BZ #18822]H.J. Lu2017-10-011-0/+1
* Hide __readv and __writev [BZ #18822]H.J. Lu2017-10-012-0/+2
* hurd: Fix dirfd symbol exposition from ftwSamuel Thibault2017-09-281-1/+3
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-171-0/+1
* hurd: Fix libc linkSamuel Thibault2017-09-032-0/+2
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-034-1/+5
* hurd: Fix p{read,write}v64v2.c buildSamuel Thibault2017-09-032-2/+2
* hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault2017-09-034-4/+4