about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-011-22/+20
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-011-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2017-09-011-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2017-09-011-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2017-09-011-28/+18
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2017-09-011-13/+10
* posix: Remove internal_function attributeFlorian Weimer2017-08-312-4/+2
* dirent: Remove internal_function attributeFlorian Weimer2017-08-311-2/+0
* Consolidate non cancellable pause callAdhemerval Zanella2017-08-221-15/+0
* Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu2017-08-211-1/+0
* Consolidate non cancellable close callAdhemerval Zanella2017-08-185-11/+11
* Consolidate non cancellable openat callAdhemerval Zanella2017-08-182-3/+3
* Consolidate non cancellable write callAdhemerval Zanella2017-08-181-1/+1
* Consolidate non cancellable open callAdhemerval Zanella2017-08-173-4/+4
* Do not use __ptr_t.Joseph Myers2017-08-081-3/+3
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2017-08-081-7/+3
* posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella2017-08-084-4/+4
* getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer2017-08-031-0/+2
* Add missing include for pthread_setcancelstateSamuel Thibault2017-08-031-0/+1
* Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu2017-07-241-5/+10
* Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu2017-07-111-5/+6
* posix: Fix default posix_spawn return valueAdhemerval Zanella2017-07-051-20/+20
* resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer2017-07-031-17/+22