Age | Commit message (Expand) | Author | Files | Lines |
2021-06-02 | Add missing symbols to Version files | Florian Weimer | 1 | -0/+4 |
2021-05-18 | Fix stringop-overflow warning in bug-regex19.c. | Stefan Liebler | 1 | -0/+19 |
2021-05-07 | linux: Use sched_getaffinity for __get_nprocs (BZ #27645) | Adhemerval Zanella | 1 | -0/+1 |
2021-05-07 | Remove architecture specific sched_cpucount optimizations | Adhemerval Zanella | 1 | -26/+14 |
2021-05-06 | Annotate additional APIs with GCC attribute access. | Martin Sebor | 2 | -8/+17 |
2021-05-05 | nptl: Move sem_close, sem_open into libc | Florian Weimer | 1 | -0/+1 |
2021-05-04 | posix: Fix Hurd build failure in tst-execveat | Florian Weimer | 1 | -1/+4 |
2021-05-03 | linux: Add execveat system call wrapper | Alexandra Hájková | 5 | -2/+235 |
2021-04-21 | Fix argv overrun in getconf (bug 27761) | Andreas Schwab | 1 | -2/+2 |
2021-04-15 | posix: Add wait3 tests | Adhemerval Zanella | 4 | -191/+235 |
2021-03-12 | posix: Consolidate register-atfork | Adhemerval Zanella | 2 | -1/+149 |
2021-03-09 | posix: tst-spawn4-compat can be a regular test | Florian Weimer | 2 | -10/+7 |
2021-03-09 | posix: tst-glob_lstat_compat no longer needs to be an internal test | Florian Weimer | 2 | -16/+11 |
2021-03-05 | posix: glob, glob64 should not be declared __THROW [BZ #27522] | Florian Weimer | 1 | -6/+6 |
2021-02-23 | posix: Falling back to non wide mode in case of encoding error [BZ #14185] | Adhemerval Zanella | 2 | -104/+58 |
2021-02-16 | tst: Provide test for sched_rr_get_interval | Lukasz Majewski | 2 | -1/+46 |
2021-02-09 | regex: stop using alloca | Adhemerval Zanella | 1 | -19/+0 |
2021-02-09 | regexec: remove alloca usage in build_trtable | Adhemerval Zanella | 1 | -62/+13 |
2021-02-09 | regex: remove alloca usage on regex set_regs | Adhemerval Zanella | 1 | -22/+18 |
2021-02-08 | linux: Require /dev/shm as the shared memory file system | Florian Weimer | 3 | -1/+49 |
2021-02-03 | posix/tst-rfc3484: Fix compile failure linking to local __stat64 | Stafford Horne | 3 | -0/+3 |
2021-02-01 | sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] | H.J. Lu | 1 | -0/+3 |
2021-01-20 | posix: Fix fnmatch.c on bootstrap | Adhemerval Zanella | 1 | -1/+1 |
2021-01-20 | posix: Fix regex_internal.h on bootstrap | Adhemerval Zanella | 1 | -2/+4 |
2021-01-10 | posix: Correct attribute access mode on readlinkat [BZ #27024]. | Martin Sebor | 1 | -1/+1 |
2021-01-04 | posix: Sync fnmatch with gnulib | Adhemerval Zanella | 2 | -1317/+1208 |
2021-01-04 | Sync flexmember.h with gnulib | Adhemerval Zanella | 1 | -5/+20 |
2021-01-04 | posix: Sync glob code with gnulib | Adhemerval Zanella | 3 | -866/+886 |
2021-01-04 | posix: Sync regex code with gnulib | Adhemerval Zanella | 4 | -19/+35 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 245 | -245/+245 |
2020-12-31 | nonstring: Enable __FORTIFY_LEVEL=3 | Siddhesh Poyarekar | 1 | -54/+66 |
2020-12-04 | nsswitch: use new internal API (callers) | DJ Delorie | 3 | -3/+3 |
2020-11-25 | Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missing | Stefan Liebler | 1 | -1/+3 |
2020-11-23 | Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821] | Stefan Liebler | 5 | -9/+14 |
2020-11-13 | Remove tls.h inclusion from internal errno.h | Adhemerval Zanella | 4 | -1/+4 |
2020-10-08 | Revert "Fix missing redirects in testsuite targets" | Andreas Schwab | 1 | -3/+3 |
2020-09-16 | Fix handling of collating symbols in fnmatch (bug 26620) | Andreas Schwab | 3 | -3/+41 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 1 | -7/+0 |
2020-08-04 | Copy regex_internal.h from Gnulib | Paul Eggert | 1 | -2/+1 |
2020-08-04 | Copy regex BITSET_WORD_BITS porting from Gnulib | Paul Eggert | 2 | -30/+22 |
2020-08-04 | Sync regex.h from Gnulib | Paul Eggert | 1 | -2/+0 |
2020-05-11 | Suppress GCC 10 true positive warnings [BZ #25967] | Martin Sebor | 1 | -1/+11 |
2020-05-04 | improve out-of-bounds checking with GCC 10 attribute access [BZ #25219] | Martin Sebor | 2 | -47/+76 |
2020-04-15 | Fix typo in posix/tst-fnmatch.input (Bug 25790) | Carlos O'Donell | 1 | -1/+1 |
2020-04-14 | posix: Add wait4 test case | Alistair Francis | 2 | -1/+211 |
2020-02-27 | posix: Refactor tst-waitid (BZ #14666) | Adhemerval Zanella | 1 | -396/+153 |
2020-02-20 | Fix use-after-free in glob when expanding ~user (bug 25414) | Andreas Schwab | 1 | -12/+13 |
2020-02-20 | Add hidden prototypes for __sched_getparam, __sched_getscheduler | Florian Weimer | 2 | -0/+2 |
2020-02-07 | y2038: Define __suseconds64_t type to be used with struct __timeval64 | Lukasz Majewski | 1 | -0/+1 |