aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab
2020-09-16Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-08-04Copy regex_internal.h from GnulibPaul Eggert
2020-08-04Copy regex BITSET_WORD_BITS porting from GnulibPaul Eggert
2020-08-04Sync regex.h from GnulibPaul Eggert
2020-05-11Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-15Fix typo in posix/tst-fnmatch.input (Bug 25790)Carlos O'Donell
2020-04-14posix: Add wait4 test caseAlistair Francis
2020-02-27posix: Refactor tst-waitid (BZ #14666)Adhemerval Zanella
2020-02-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab
2020-02-20Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-20Add exception-based flags for wait4Adhemerval Zanella
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella
2019-10-08posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer
2019-10-08wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-29Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert
2019-08-28Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler
2019-08-21Remove dead regex codePaul Eggert
2019-08-21Fix bad pointer / leak in regex codePaul Eggert
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-03-13Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-02-12Add fall-through comments.Joseph Myers
2019-02-08Provide <bits/unistd_ext.h> as a sysdeps header exclusivelyFlorian Weimer
2019-02-08Linux: Add gettid system call wrapper [BZ #6399]Florian Weimer
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab
2019-02-04<spawn.h>: Add missing nonnull attributes and __restrict qualifiersFlorian Weimer
2019-02-01posix/tst-spawn: Fix racy tests in spawned processes.Stefan Liebler
2019-01-31regex: fix read overrun [BZ #24114]Paul Eggert