aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2021-07-13posix: Ignore non opened files on tst-spawn5Adhemerval Zanella1-19/+34
2021-07-09Properly run tst-spawn5 directly [BZ #28067]H.J. Lu1-11/+21
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella7-1/+360
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+6
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler1-0/+1
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella5-2/+168
2021-06-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-06-24posix: Do not clobber errno by atfork handlersAdhemerval Zanella1-0/+6
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella3-14/+139
2021-06-15y2038: Add test coverageAdhemerval Zanella5-0/+12
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella6-23/+131
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