about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-011-0/+3
* posix: Fix fnmatch.c on bootstrapAdhemerval Zanella2021-01-201-1/+1
* posix: Fix regex_internal.h on bootstrapAdhemerval Zanella2021-01-201-2/+4
* posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor2021-01-101-1/+1
* posix: Sync fnmatch with gnulibAdhemerval Zanella2021-01-042-1317/+1208
* Sync flexmember.h with gnulibAdhemerval Zanella2021-01-041-5/+20
* posix: Sync glob code with gnulibAdhemerval Zanella2021-01-043-866/+886
* posix: Sync regex code with gnulibAdhemerval Zanella2021-01-044-19/+35
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02245-245/+245
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-54/+66
* nsswitch: use new internal API (callers)DJ Delorie2020-12-043-3/+3
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-251-1/+3
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-235-9/+14
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-134-1/+4
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-3/+3
* Fix handling of collating symbols in fnmatch (bug 26620)Andreas Schwab2020-09-163-3/+41
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-7/+0
* Copy regex_internal.h from GnulibPaul Eggert2020-08-041-2/+1
* Copy regex BITSET_WORD_BITS porting from GnulibPaul Eggert2020-08-042-30/+22
* Sync regex.h from GnulibPaul Eggert2020-08-041-2/+0
* Suppress GCC 10 true positive warnings [BZ #25967]Martin Sebor2020-05-111-1/+11
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-042-47/+76
* Fix typo in posix/tst-fnmatch.input (Bug 25790)Carlos O'Donell2020-04-151-1/+1
* posix: Add wait4 test caseAlistair Francis2020-04-142-1/+211
* posix: Refactor tst-waitid (BZ #14666)Adhemerval Zanella2020-02-271-396/+153
* Fix use-after-free in glob when expanding ~user (bug 25414)Andreas Schwab2020-02-201-12/+13
* Add hidden prototypes for __sched_getparam, __sched_getschedulerFlorian Weimer2020-02-202-0/+2
* y2038: Define __suseconds64_t type to be used with struct __timeval64Lukasz Majewski2020-02-071-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01243-243/+243
* Add exception-based flags for wait4Adhemerval Zanella2019-12-201-0/+1
* Consolidate wait3 implementationsAdhemerval Zanella2019-12-191-10/+1
* Implement waitpid in terms of wait4Adhemerval Zanella2019-12-192-11/+3
* Implement wait in terms of waitpidAdhemerval Zanella2019-12-191-5/+1
* Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab2019-11-111-2/+5
* Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella2019-11-061-5/+8
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-064-114/+47
* posix: Use posix_spawn for wordexpAdhemerval Zanella2019-10-093-158/+114
* posix/tst-wordexp-nocmd: Fix diagnostics output in testFlorian Weimer2019-10-081-2/+2
* wordexp: Split out command execution tests from posix/wordexp-testFlorian Weimer2019-10-083-84/+181
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07236-236/+236
* Fix posix/tst-regex by using UTF-8 and own test inputPaul Eggert2019-08-292-31/+30
* Fix posix/tst-regex by using a dedicated input-file.Stefan Liebler2019-08-282-1/+12550
* Remove dead regex codePaul Eggert2019-08-211-1/+0
* Fix bad pointer / leak in regex codePaul Eggert2019-08-211-3/+7
* posix: Fix large mmap64 offset for mips64n32 (BZ#24699)Adhemerval Zanella2019-07-101-4/+5
* Make mktime etc. compatible with __time64_tPaul Eggert2019-04-301-3/+6
* Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer2019-03-143-1/+109
* Use a proper C tokenizer to implement the obsolete typedefs test.Zack Weinberg2019-03-132-30/+13