aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-1/+30
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+4
2021-05-18Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler1-0/+19
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella1-0/+1
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella1-26/+14
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor2-8/+17
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-0/+1
2021-05-04posix: Fix Hurd build failure in tst-execveatFlorian Weimer1-1/+4
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková5-2/+235
2021-04-21Fix argv overrun in getconf (bug 27761)Andreas Schwab1-2/+2
2021-04-15posix: Add wait3 testsAdhemerval Zanella4-191/+235
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella2-1/+149
2021-03-09posix: tst-spawn4-compat can be a regular testFlorian Weimer2-10/+7
2021-03-09posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2-16/+11
2021-03-05posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer1-6/+6
2021-02-23posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2-104/+58
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski2-1/+46
2021-02-09regex: stop using allocaAdhemerval Zanella1-19/+0
2021-02-09regexec: remove alloca usage in build_trtableAdhemerval Zanella1-62/+13
2021-02-09regex: remove alloca usage on regex set_regsAdhemerval Zanella1-22/+18
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer3-1/+49
2021-02-03 posix/tst-rfc3484: Fix compile failure linking to local __stat64Stafford Horne3-0/+3
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