about summary refs log tree commit diff
path: root/sysdeps/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath2014-12-115-55/+132
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-244-6/+6
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-243-3/+3
* ctermid: return string literal, document MT-Safety pitfallAlexandre Oliva2014-11-211-8/+8
* Remove sigvec.Roland McGrath2014-11-141-181/+0
* Fix qsort_r namespace (bug 17571).Joseph Myers2014-11-121-2/+2
* Fix __getcwd rewinddir namespace (bug 17584).Joseph Myers2014-11-122-3/+8
* Remove __libc_readv and __libc_writev function names.Joseph Myers2014-10-302-10/+4
* Remove _POSIX_REGEX_VERSIONSiddhesh Poyarekar2014-09-151-4/+2
* Fix typo in macro names in sysconf.cSiddhesh Poyarekar2014-09-121-2/+2
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* Fix typo in macro nameSiddhesh Poyarekar2014-07-021-1/+1
* sysdeps/posix/tempname.c: Merge from gnulibWill Newton2014-06-251-62/+22