summaryrefslogtreecommitdiff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2018-01-041-20/+19
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2018-01-041-0/+8
* getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer2018-01-041-1/+4
* getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer2018-01-041-6/+10
* getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer2018-01-041-28/+18
* getaddrinfo: Use &errno has the errno pointerFlorian Weimer2018-01-041-13/+10
* getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer2018-01-041-7/+3
* getaddrinfo: Merge IPv6 addresses and IPv4 addresses [BZ #21295]Dmitry Bilunov2018-01-041-4/+4
* getaddrinfo: Avoid stack copy of IPv6 addressFlorian Weimer2018-01-041-40/+5
* getaddrinfo: Eliminate another strdup callFlorian Weimer2018-01-041-1/+1
* getaddrinfo: Fix localplt failure involving strdupFlorian Weimer2018-01-041-4/+11
* getaddrinfo: Always allocate canonical name on the heapFlorian Weimer2018-01-041-67/+42
* getaddrinfo: Unconditionally use malloc for address listFlorian Weimer2018-01-041-24/+5
* 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
* CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010]Florian Weimer2016-04-291-61/+69
* Remove union wait [BZ #19613]Florian Weimer2016-04-142-2/+2
* Fix flag test in waitid compatibility layerSamuel Thibault2016-03-131-1/+1
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0483-83/+83
* Remove signal handling for nanosleep (bug 16364)Adhemerval Zanella2015-11-201-9/+0
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-8/+2
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-1932-92/+34
* To fix BZ #18675, use __fstatvfs64 in __fpathconf.Paul Pluzhnikov2015-09-091-11/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-083-3/+3
* BZ#18921: Fix opendir inverted o_directory_works test.Roland McGrath2015-09-041-1/+1
* Fix broken overflow check in posix_fallocate [BZ 18873]Paul Eggert2015-08-312-2/+2
* Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov2015-08-111-3/+3
* Make sysdeps/posix bring in login subdir.Roland McGrath2015-07-231-0/+1
* Factor file identity rules out of generic rtld code.Roland McGrath2015-07-141-0/+50
* Fix nice getpriority, setpriority namespace (bug 18553).Joseph Myers2015-06-171-3/+3
* posix_fallocate: Emulation fixes and documentation [BZ #15661]Florian Weimer2015-06-052-38/+96
* Move usleep.c using nanosleep to sysdeps/posix.Roland McGrath2015-05-201-0/+33
* Refactor opendir.Roland McGrath2015-05-181-41/+81
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-241-2/+2
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-181-1/+1
* Fix shm-directory.h #include.Roland McGrath2015-01-091-1/+1
* Function declaration cleanupAdhemerval Zanella2015-01-061-5/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0281-81/+81
* Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar2014-12-291-1/+1
* Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar2014-12-291-78/+80
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-172-8/+8
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-125-7/+15