summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2016-06-24Avoid attempt for runtime checks if all environments are definedSiddhesh Poyarekar
2016-06-112016-06-11 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov
2016-05-17Correct ttyslot header declaration conditions (bug 20051).Joseph Myers
2016-05-12Declare gethostname for XPG4 (bug 20054).Joseph Myers
2016-05-10Declare pthread_atfork in unistd.h for UNIX98 (bug 20044).Joseph Myers
2016-05-10Declare cuserid in unistd.h for UNIX98 and before (bug 20043).Joseph Myers
2016-05-04CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779]Florian Weimer
2016-04-29glob: Simplify the interface for the GLOB_ALTDIRFUNC callback gl_readdirFlorian Weimer
2016-04-14Remove union wait [BZ #19613]Florian Weimer
2016-03-20posix: Fix posix_spawn invalid memory accessAdhemerval Zanella
2016-03-08posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-testsAdhemerval Zanella
2016-03-07posix: New Linux posix_spawn{p} implementationAdhemerval Zanella
2016-03-07posix: execvpe cleanupAdhemerval Zanella
2016-03-07posix: Remove dynamic memory allocation from execl{e,p}Adhemerval Zanella
2016-02-22Add missing inclusion of libc-internal.h.Stefan Liebler
2016-02-20Deprecate readdir_r, readdir64_r [BZ #19056]Florian Weimer
2016-02-19Improve file descriptor checks for posix_spawn actions [BZ #19505]Florian Weimer
2016-01-07Make shebang interpreter directives consistentMarko Myllynen
2016-01-04Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers
2015-10-19Do not use -Wno-strict-prototypes.Joseph Myers
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers
2015-10-12Add dependencies on needed locales in each subdir tests (bug 18969)Andreas Schwab
2015-09-17Use __pthread_setcancelstate in libc.aH.J. Lu
2015-09-16Add missing va_end calls (bug 17243)Andreas Schwab
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers
2015-08-28Fix wordsize-32 mmap offset for negative value (BZ#18877)Adhemerval Zanella
2015-08-11Fix BZ #18086 -- nice resets errno to 0.Paul Pluzhnikov
2015-08-09fix non-portable `echo -n` usageMike Frysinger
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar
2015-07-09PLT avoidance for _exit in rtld.Roland McGrath
2015-06-12Fix getlogin_r namespace (bug 18527).Joseph Myers
2015-06-12Fix aio_* pread namespace (bug 18519).Joseph Myers
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers
2015-06-05Fix open_memstream namespace (bug 18498).Joseph Myers
2015-06-05Fix regex wcrtomb namespace (bug 18496).Joseph Myers
2015-06-05Fix regex wctype namespace (bug 18495).Joseph Myers
2015-06-03Fix fnmatch strnlen namespace (bug 18470).Joseph Myers
2015-06-03Fix fnmatch wmemchr namespace (bug 18468).Joseph Myers
2015-06-02Fix fnmatch towlower namespace (bug 18469).Joseph Myers
2015-05-22Restore _POSIX2_C_VERSION definition (bug 438).Joseph Myers
2015-05-12NaCl: Provide non-default values for uname.Roland McGrath
2015-03-23Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer
2015-03-11Fix BZ #18043 comment # 19: don't call undefined setenv(..., NULL, 1).Paul Pluzhnikov
2015-03-10Harmonize posix/regcomp.c with gnulib: comment formattingRoland McGrath
2015-03-09Minor refactoring:Paul Pluzhnikov