aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-02getaddrinfo: Always allocate canonical name on the heapFlorian Weimer1-67/+42
2017-05-31posix: Implement preadv2 and pwritev2Adhemerval Zanella4-0/+151
2017-05-20Remove __need macros from signal.h.Zack Weinberg7-49/+34
2017-05-15posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella6-168/+219
2017-05-11getaddrinfo: Unconditionally use malloc for address listFlorian Weimer1-24/+5
2017-04-25[BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella1-1/+6
2017-04-19Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer1-1/+1
2017-04-18Assume that O_CLOEXEC is always defined and worksFlorian Weimer3-72/+11
2017-04-13Assume that O_NOFOLLOW is always definedFlorian Weimer1-2/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-2/+2
2017-03-07timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers84-84/+84
2016-12-31resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer1-7/+9
2016-09-18hurd: fix fcntl visibilitySamuel Thibault1-1/+1
2016-09-15rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella1-0/+7
2016-09-15inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer1-24/+7
2016-09-02Fix generic wait3 after union wait_status removal.Roland McGrath1-1/+1
2016-08-18Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel1-2/+1
2016-05-12getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer1-92/+59
2016-05-10getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer1-0/+1
2016-04-29CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer1-61/+69
2016-04-14Remove union wait [BZ #19613]Florian Weimer2-2/+2
2016-03-13Fix flag test in waitid compatibility layerSamuel Thibault1-1/+1
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers83-83/+83
2015-11-20Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella1-9/+0