about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* posix: Improve default posix_spawn implementationAdhemerval Zanella2017-06-291-183/+179
* resolv: Call _res_hconf_init from __res_vinitFlorian Weimer2017-06-271-2/+0
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2017-06-241-4/+4
* Clean pthread functions namespaces for C11 threadsAdhemerval Zanella2017-06-231-1/+1
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2017-06-211-40/+5
* getaddrinfo: Eliminate another strdup callFlorian Weimer2017-06-031-1/+1
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2017-06-021-4/+11
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2017-06-021-67/+42
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-314-0/+151
* Remove __need macros from signal.h.Zack Weinberg2017-05-207-49/+34
* posix: Fix and simplify default p{read,write}v implementationAdhemerval Zanella2017-05-156-168/+219
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2017-05-111-24/+5
* [BZ 21340] add support for POSIX_SPAWN_SETSIDAdhemerval Zanella2017-04-251-1/+6
* Create more sockets with SOCK_CLOEXEC [BZ #15722]Florian Weimer2017-04-191-1/+1
* Assume that O_CLOEXEC is always defined and worksFlorian Weimer2017-04-183-72/+11
* Assume that O_NOFOLLOW is always definedFlorian Weimer2017-04-131-2/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-2/+2
* timezone: Remove TZNAME_MAX limit from sysconf [BZ #15576]Florian Weimer2017-03-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0184-84/+84
* resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582]Florian Weimer2016-12-311-7/+9
* hurd: fix fcntl visibilitySamuel Thibault2016-09-181-1/+1
* rt: Set shm_open as a non cancellation point (BZ #18243)Adhemerval Zanella2016-09-151-0/+7
* inet: Add __inet6_scopeid_pton function [BZ #20611]Florian Weimer2016-09-151-24/+7
* Fix generic wait3 after union wait_status removal.Roland McGrath2016-09-021-1/+1
* Fix incorrect double-checked locking related to _res_hconf.initialized.Torvald Riegel2016-08-181-2/+1
* getaddrinfo: Convert from extend_alloca to struct scratch_bufferFlorian Weimer2016-05-121-92/+59
* getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]Florian Weimer2016-05-101-0/+1