aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
2024-06-11Avoid cancellable I/O primitives in ld.so.pranavk/grte_v5_plusZack Weinberg2-2/+2
2024-02-02getaddrinfo: Fix leak with AI_ALL [BZ #28852]google/grte/v5-2.27/masterSiddhesh Poyarekar1-9/+25
2024-01-12getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar1-0/+8
2024-01-12CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer1-1/+1
2021-08-27Add workaround for infinite looping in ppc vsyscallsStan Shebs1-0/+17
2018-01-29Reject invalid definitions of _POSIX_CHOWN_RESTRICTED, _POSIX_NO_TRUNC, _POSI...Andreas Schwab2-24/+18
2018-01-07hurd: Fix pwritev*Samuel Thibault1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers92-92/+92
2017-11-24posix: Fix generic p{read,write}v buffer allocation (BZ#22457)Adhemerval Zanella2-6/+10
2017-11-15Cleanup sigpause implementationAdhemerval Zanella1-20/+6
2017-10-20sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer1-0/+1
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu1-4/+1
2017-10-01Hide internal signal functions [BZ #18822]H.J. Lu1-0/+1
2017-10-01Hide __readv and __writev [BZ #18822]H.J. Lu2-0/+2
2017-09-28hurd: Fix dirfd symbol exposition from ftwSamuel Thibault1-1/+3
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault1-0/+1
2017-09-03hurd: Fix libc linkSamuel Thibault2-0/+2
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault4-1/+5
2017-09-03hurd: Fix p{read,write}v64v2.c buildSamuel Thibault2-2/+2
2017-09-03hurd: Fix p{read,write}{,v64}v2.c buildSamuel Thibault4-4/+4
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer1-22/+20
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer1-0/+8
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer1-1/+4
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer1-6/+10
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer1-28/+18
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer1-13/+10
2017-08-31posix: Remove internal_function attributeFlorian Weimer2-4/+2
2017-08-31dirent: Remove internal_function attributeFlorian Weimer1-2/+0
2017-08-22Consolidate non cancellable pause callAdhemerval Zanella1-15/+0
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu1-1/+0
2017-08-18Consolidate non cancellable close callAdhemerval Zanella5-11/+11
2017-08-18Consolidate non cancellable openat callAdhemerval Zanella2-3/+3
2017-08-18Consolidate non cancellable write callAdhemerval Zanella1-1/+1
2017-08-17Consolidate non cancellable open callAdhemerval Zanella3-4/+4
2017-08-08Do not use __ptr_t.Joseph Myers1-3/+3
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer1-7/+3
2017-08-08posix: Set p{read,write}v2 to return ENOTSUP (BZ#21780)Adhemerval Zanella4-4/+4
2017-08-03getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer1-0/+2
2017-08-03Add missing include for pthread_setcancelstateSamuel Thibault1-0/+1
2017-07-24Avoid accessing corrupted stack from __stack_chk_fail [BZ #21752]H.J. Lu1-5/+10
2017-07-11Avoid backtrace from __stack_chk_fail [BZ #12189]H.J. Lu1-5/+6
2017-07-05posix: Fix default posix_spawn return valueAdhemerval Zanella1-20/+20
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer1-17/+22
2017-06-29posix: Improve default posix_spawn implementationAdhemerval Zanella1-183/+179
2017-06-27resolv: Call _res_hconf_init from __res_vinitFlorian Weimer1-2/+0
2017-06-24getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov1-4/+4
2017-06-23Clean pthread functions namespaces for C11 threadsAdhemerval Zanella1-1/+1
2017-06-21getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer1-40/+5
2017-06-03getaddrinfo: Eliminate another strdup callFlorian Weimer1-1/+1
2017-06-02getaddrinfo: Fix localplt failure involving strdupFlorian Weimer1-4/+11