summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
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
2015-03-09Fix BZ #18043 (c4): buffer-overflow (read past the end) in wordexp/parse_doll...Paul Pluzhnikov
2015-03-08Fix off-by-one which caused BZ #18042 and add a test for it.Paul Pluzhnikov
2015-03-08Refactor wordexp-test.c such that words always ends at the edge ofPaul Pluzhnikov
2015-03-06Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov
2015-03-02Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov
2015-02-26Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab
2015-02-06Move tst-getlogin to login/ subdirectory.Roland McGrath
2015-01-07posix/regcomp: initialize union structure tag to avoid warningChris Metcalf
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-30Replace %ld with %jd and cast to intmax_tH.J. Lu
2014-12-29posix/Makefile: use $(objpfx) for files in before-compile.Chris Metcalf
2014-12-29Make type for spec variable size as size_tSiddhesh Poyarekar
2014-12-29Use posix-conf-vars.list to generate spec arraySiddhesh Poyarekar
2014-12-29Add _POSIX namespace SYSCONF macros to posix-conf-vars.listSiddhesh Poyarekar
2014-12-29Remove Wundef warnings for specification macrosSiddhesh Poyarekar
2014-12-11Fix -Wformat-security warnings in posix/regexbug1.cRoland McGrath