Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 243 | -243/+243 |
2019-12-20 | Add exception-based flags for wait4 | Adhemerval Zanella | 1 | -0/+1 |
2019-12-19 | Consolidate wait3 implementations | Adhemerval Zanella | 1 | -10/+1 |
2019-12-19 | Implement waitpid in terms of wait4 | Adhemerval Zanella | 2 | -11/+3 |
2019-12-19 | Implement wait in terms of waitpid | Adhemerval Zanella | 1 | -5/+1 |
2019-11-11 | Fix array bounds violation in regex matcher (bug 25149) | Andreas Schwab | 1 | -2/+5 |
2019-11-06 | Refactor nanosleep in terms of clock_nanosleep | Adhemerval Zanella | 1 | -5/+8 |
2019-11-06 | posix: Sync regex with gnulib | Adhemerval Zanella | 4 | -114/+47 |
2019-10-09 | posix: Use posix_spawn for wordexp | Adhemerval Zanella | 3 | -158/+114 |
2019-10-08 | posix/tst-wordexp-nocmd: Fix diagnostics output in test | Florian Weimer | 1 | -2/+2 |
2019-10-08 | wordexp: Split out command execution tests from posix/wordexp-test | Florian Weimer | 3 | -84/+181 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 236 | -236/+236 |
2019-08-29 | Fix posix/tst-regex by using UTF-8 and own test input | Paul Eggert | 2 | -31/+30 |
2019-08-28 | Fix posix/tst-regex by using a dedicated input-file. | Stefan Liebler | 2 | -1/+12550 |
2019-08-21 | Remove dead regex code | Paul Eggert | 1 | -1/+0 |
2019-08-21 | Fix bad pointer / leak in regex code | Paul Eggert | 1 | -3/+7 |
2019-07-10 | posix: Fix large mmap64 offset for mips64n32 (BZ#24699) | Adhemerval Zanella | 1 | -4/+5 |
2019-04-30 | Make mktime etc. compatible with __time64_t | Paul Eggert | 1 | -3/+6 |
2019-03-14 | Remove obsolete, never-implemented XSI STREAMS declarations | Florian Weimer | 3 | -1/+109 |
2019-03-13 | Use a proper C tokenizer to implement the obsolete typedefs test. | Zack Weinberg | 2 | -30/+13 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 1 | -1/+1 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 7 | -38/+38 |
2019-02-12 | Add fall-through comments. | Joseph Myers | 1 | -0/+2 |
2019-02-08 | Provide <bits/unistd_ext.h> as a sysdeps header exclusively | Florian Weimer | 1 | -21/+0 |
2019-02-08 | Linux: Add gettid system call wrapper [BZ #6399] | Florian Weimer | 3 | -1/+26 |
2019-02-04 | Fix handling of collating elements in fnmatch (bug 17396, bug 16976) | Andreas Schwab | 5 | -143/+182 |
2019-02-04 | <spawn.h>: Add missing nonnull attributes and __restrict qualifiers | Florian Weimer | 1 | -24/+41 |
2019-02-01 | posix/tst-spawn: Fix racy tests in spawned processes. | Stefan Liebler | 1 | -5/+6 |
2019-01-31 | regex: fix read overrun [BZ #24114] | Paul Eggert | 1 | -2/+4 |
2019-01-12 | Fix a few typos in comments | Dmitry V. Levin | 1 | -1/+1 |
2019-01-05 | posix: Fix tst-spawn.c issue from commit 805334b26c | Adhemerval Zanella | 1 | -2/+2 |
2019-01-03 | posix: Clear close-on-exec for posix_spawn adddup2 (BZ#23640) | Adhemerval Zanella | 1 | -8/+36 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 239 | -239/+239 |
2018-12-31 | regex: improve Gnulib port to AIX | Paul Eggert | 1 | -12/+0 |
2018-12-27 | regex: simplify Gnulib port | Paul Eggert | 4 | -30/+8 |
2018-12-16 | regex: fix storage-exhaustion error | Paul Eggert | 1 | -0/+2 |
2018-12-16 | regex: fix heap-use-after-free error | Assaf Gordon | 1 | -0/+1 |
2018-12-07 | hurd: Fix linknamespace of spawni | Samuel Thibault | 1 | -1/+3 |
2018-12-07 | posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405] | Florian Weimer | 7 | -95/+180 |
2018-11-29 | posix: Do not include testcases.h, ptestcases.h in source tree | Florian Weimer | 3 | -499/+9 |
2018-11-06 | posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405] | Florian Weimer | 7 | -2/+266 |
2018-11-01 | Avoid printf ("%s", NULL) in posix/bug-regex22.c. | Joseph Myers | 1 | -4/+4 |