summaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Test p{read,write}64 with offset > 4GBH.J. Lu2016-07-123-87/+125
* Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar2016-06-241-24/+60
* 2016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2016-06-114-13/+8
* Correct ttyslot header declaration conditions (bug 20051).Joseph Myers2016-05-171-2/+1
* Declare gethostname for XPG4 (bug 20054).Joseph Myers2016-05-121-1/+1
* Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers2016-05-101-0/+9
* Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers2016-05-101-2/+6
* CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer2016-05-042-100/+137
* glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer2016-04-293-23/+5
* Remove union wait [BZ #19613]Florian Weimer2016-04-144-54/+14
* posix: Fix posix_spawn invalid memory accessAdhemerval Zanella2016-03-201-0/+4
* posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella2016-03-081-2/+5
* posix: New Linux posix_spawn{p} implementationAdhemerval Zanella2016-03-072-1/+73
* posix: execvpe cleanupAdhemerval Zanella2016-03-0712-151/+516
* posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella2016-03-073-125/+79
* Add missing inclusion of libc-internal.h.Stefan Liebler2016-02-221-1/+1
* Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer2016-02-201-0/+12
* Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer2016-02-197-12/+232
* Make shebang interpreter directives consistentMarko Myllynen2016-01-073-3/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04193-193/+193
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-14/+9
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-203-9/+4
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-205-88/+39
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-204-15/+4
* Do not use -Wno-strict-prototypes.Joseph Myers2015-10-191-1/+0
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1618-49/+18
* Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab2015-10-121-0/+30
* Use __pthread_setcancelstate in libc.aH.J. Lu2015-09-171-2/+3
* Add missing va_end calls (bug 17243)Andreas Schwab2015-09-163-0/+3
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-082-2/+2
* Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella2015-08-282-1/+68
* Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov2015-08-111-1/+10
* fix non-portable `echo -n` usageMike Frysinger2015-08-091-2/+2
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-061-2/+5
* PLT avoidance for _exit in rtld.Roland McGrath2015-07-091-0/+1
* Fix getlogin_r namespace (bug 18527).Joseph Myers2015-06-121-1/+1
* Fix aio_* pread namespace (bug 18519).Joseph Myers2015-06-121-1/+1
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-092-5/+5
* Fix open_memstream namespace (bug 18498).Joseph Myers2015-06-051-1/+1
* Fix regex wcrtomb namespace (bug 18496).Joseph Myers2015-06-051-2/+2
* Fix regex wctype namespace (bug 18495).Joseph Myers2015-06-053-7/+7
* Fix fnmatch strnlen namespace (bug 18470).Joseph Myers2015-06-031-2/+2
* Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers2015-06-031-1/+1
* Fix fnmatch towlower namespace (bug 18469).Joseph Myers2015-06-021-1/+1
* Restore _POSIX2_C_VERSION definition (bug 438).Joseph Myers2015-05-221-0/+3
* NaCl: Provide non-default values for uname.Roland McGrath2015-05-122-3/+32
* Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer2015-03-232-0/+44
* Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).Paul Pluzhnikov2015-03-111-1/+1
* Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath2015-03-101-32/+32