aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2021-02-01sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu1-0/+3
2021-01-20posix: Fix fnmatch.c on bootstrapAdhemerval Zanella1-1/+1
2021-01-20posix: Fix regex_internal.h on bootstrapAdhemerval Zanella1-2/+4
2021-01-10posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor1-1/+1
2021-01-04posix: Sync fnmatch with gnulibAdhemerval Zanella2-1317/+1208
2021-01-04Sync flexmember.h with gnulibAdhemerval Zanella1-5/+20
2021-01-04posix: Sync glob code with gnulibAdhemerval Zanella3-866/+886
2021-01-04posix: Sync regex code with gnulibAdhemerval Zanella4-19/+35
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert245-245/+245
2020-12-31nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar1-54/+66
2020-12-04nsswitch: use new internal API (callers)DJ Delorie3-3/+3
2020-11-25Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler1-1/+3
2020-11-23Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler5-9/+14
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella4-1/+4
2020-10-08Revert "Fix missing redirects in testsuite targets"Andreas Schwab1-3/+3
2020-09-16Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab3-3/+41
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-7/+0
2020-08-04Copy regex_internal.h from GnulibPaul Eggert1-2/+1
2020-08-04Copy regex BITSET_WORD_BITS porting from GnulibPaul Eggert2-30/+22
2020-08-04Sync regex.h from GnulibPaul Eggert1-2/+0
2020-05-11Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor1-1/+11
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2-47/+76
2020-04-15Fix typo in posix/tst-fnmatch.input (Bug 25790)Carlos O'Donell1-1/+1
2020-04-14posix: Add wait4 test caseAlistair Francis2-1/+211
2020-02-27posix: Refactor tst-waitid (BZ #14666)Adhemerval Zanella1-396/+153
2020-02-20Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab1-12/+13
2020-02-20Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer2-0/+2
2020-02-07y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski1-0/+1
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers243-243/+243
2019-12-20Add exception-based flags for wait4Adhemerval Zanella1-0/+1
2019-12-19Consolidate wait3 implementationsAdhemerval Zanella1-10/+1
2019-12-19Implement waitpid in terms of wait4Adhemerval Zanella2-11/+3
2019-12-19Implement wait in terms of waitpidAdhemerval Zanella1-5/+1
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab1-2/+5
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella1-5/+8
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella4-114/+47
2019-10-09posix: Use posix_spawn for wordexpAdhemerval Zanella3-158/+114
2019-10-08posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer1-2/+2
2019-10-08wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer3-84/+181
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert236-236/+236
2019-08-29Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert2-31/+30
2019-08-28Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2-1/+12550
2019-08-21Remove dead regex codePaul Eggert1-1/+0
2019-08-21Fix bad pointer / leak in regex codePaul Eggert1-3/+7
2019-07-10posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella1-4/+5
2019-04-30Make mktime etc. compatible with __time64_tPaul Eggert1-3/+6
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer3-1/+109
2019-03-13Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2-30/+13