about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
...
* y2038: Add test coverageAdhemerval Zanella2021-06-155-0/+12
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-156-23/+131
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-1/+30
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+4
* Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler2021-05-181-0/+19
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-071-0/+1
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-071-26/+14
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-062-8/+17
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-051-0/+1
* posix: Fix Hurd build failure in tst-execveatFlorian Weimer2021-05-041-1/+4
* linux: Add execveat system call wrapperAlexandra Hájková2021-05-035-2/+235
* Fix argv overrun in getconf (bug 27761)Andreas Schwab2021-04-211-2/+2
* posix: Add wait3 testsAdhemerval Zanella2021-04-154-191/+235
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-1/+149
* posix: tst-spawn4-compat can be a regular testFlorian Weimer2021-03-092-10/+7
* posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2021-03-092-16/+11
* posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer2021-03-051-6/+6
* posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2021-02-232-104/+58
* tst: Provide test for sched_rr_get_intervalLukasz Majewski2021-02-162-1/+46
* regex: stop using allocaAdhemerval Zanella2021-02-091-19/+0
* regexec: remove alloca usage in build_trtableAdhemerval Zanella2021-02-091-62/+13
* regex: remove alloca usage on regex set_regsAdhemerval Zanella2021-02-091-22/+18
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-083-1/+49
* posix/tst-rfc3484: Fix compile failure linking to local __stat64Stafford Horne2021-02-033-0/+3
* 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