about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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