summaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)Author
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
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-24posix: Fix generic p{read,write}v buffer allocation (BZ#22457)Adhemerval Zanella
2017-11-15Cleanup sigpause implementationAdhemerval Zanella
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault
2017-09-03hurd: Fix libc linkSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-09-03hurd: Fix p{read,write}v64v2.c buildSamuel Thibault
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer
2017-08-31posix: Remove internal_function attributeFlorian Weimer
2017-08-31dirent: Remove internal_function attributeFlorian Weimer
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella
2017-08-18Consolidate non cancellable write callAdhemerval Zanella
2017-08-17Consolidate non cancellable open callAdhemerval Zanella
2017-08-08Do not use __ptr_t.Joseph Myers
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella
2017-08-03getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer
2017-08-03Add missing include for pthread_setcancelstateSamuel Thibault
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer