| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer https to http for gnu.org and fsf.org URLs |  Paul Eggert | 2019-09-07 | 168 | -168/+168 |
* | Add misc/tst-mntent-autofs, testing autofs "ignore" filtering |  Florian Weimer | 2019-09-02 | 2 | -1/+143 |
* | Use autofs "ignore" mount hint in getmntent_r/getmntent |  Ian Kent | 2019-09-02 | 1 | -12/+36 |
* | misc: Use allocate_once in getmntent |  Florian Weimer | 2019-08-28 | 1 | -16/+21 |
* | Don't use the argument to time. |  Zack Weinberg | 2019-08-21 | 1 | -1/+1 |
* | <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_include |  Florian Weimer | 2019-06-14 | 1 | -1/+3 |
* | <sys/cdefs.h>: Add __glibc_has_include macro |  Florian Weimer | 2019-06-12 | 1 | -0/+6 |
* | misc/tst-tsearch: Additional explicit error checking |  Florian Weimer | 2019-05-03 | 1 | -0/+2 |
* | misc: Add twalk_r function |  Florian Weimer | 2019-05-02 | 4 | -3/+132 |
* | ldbl-opt: Reuse test cases from misc/ that check long double |  Gabriel F. T. Gomes | 2019-03-01 | 2 | -18/+27 |
* | ldbl-opt: Add error and error_at_line (bug 23984) |  Gabriel F. T. Gomes | 2019-03-01 | 3 | -4/+34 |
* | ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984) |  Gabriel F. T. Gomes | 2019-03-01 | 3 | -1/+36 |
* | Break more lines before not after operators. |  Joseph Myers | 2019-02-25 | 1 | -6/+6 |
* | Break some lines before not after operators. |  Joseph Myers | 2019-02-22 | 1 | -2/+2 |
* | Add internal implementations for argp.h, err.h, and error.h functions |  Gabriel F. T. Gomes | 2019-02-21 | 2 | -20/+48 |
* | Add fall-through comments. |  Joseph Myers | 2019-02-12 | 1 | -0/+2 |
* | Fix a few typos in comments |  Dmitry V. Levin | 2019-01-12 | 1 | -1/+1 |
* | nptl: Remove tst-cancel-wrappers test and related macros |  Adhemerval Zanella | 2019-01-03 | 1 | -2/+0 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2019-01-01 | 165 | -165/+165 |
* | Add tests for the long double version of ecvt and fcvt |  Gabriel F. T. Gomes | 2018-12-14 | 4 | -28/+112 |
* | Add __vsyslog_internal, with same flags as __v*printf_internal. |  Zack Weinberg | 2018-12-05 | 1 | -17/+19 |
* | Add support for GCC 9 attribute copy. |  Martin Sebor | 2018-11-09 | 1 | -0/+10 |
* | Convert tst-efgcvt to the new test framework |  Gabriel F. T. Gomes | 2018-11-09 | 1 | -8/+7 |
* | Use TEST_COMPARE_STRING in recently added test |  Gabriel F. T. Gomes | 2018-11-08 | 2 | -13/+2 |
* | Add tests with floating-point arguments for err* and verr* functions |  Gabriel F. T. Gomes | 2018-11-06 | 2 | -1/+131 |
* | Add test for warn, warnx, vwarn, and vwarnx with floating-point parameters |  Gabriel F. T. Gomes | 2018-11-06 | 2 | -1/+122 |
* | Fix tst-preadvwritev2 build failure on HURD |  Adhemerval Zanella | 2018-10-23 | 1 | -0/+5 |
* | Fix misreported errno on preadv2/pwritev2 (BZ#23579) |  Adhemerval Zanella | 2018-09-28 | 3 | -3/+66 |
* | misc: New test misc/tst-gethostid |  Florian Weimer | 2018-09-20 | 2 | -0/+115 |
* | Avoid running some tests if the file system does not support holes |  Florian Weimer | 2018-08-21 | 2 | -0/+10 |
* | error, warn, warnx: Use __fxprintf for wide printing [BZ #23519] |  Florian Weimer | 2018-08-14 | 4 | -139/+105 |
* | error, error_at_line: Add missing va_end calls |  Florian Weimer | 2018-08-13 | 1 | -0/+2 |
* | Add <bits/indirect-return.h> |  H.J. Lu | 2018-07-24 | 1 | -0/+6 |
* | Implement allocate_once for atomic initialization with allocation |  Florian Weimer | 2018-05-23 | 4 | -4/+253 |
* | Deprecate ustat syscall interface |  Adhemerval Zanella | 2018-05-02 | 4 | -43/+19 |
* | Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947] |  H.J. Lu | 2018-04-03 | 1 | -1/+5 |
* | Add missing start-of-file descriptive comment. |  Samuel Thibault | 2018-03-06 | 2 | -2/+4 |
* | Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 2018-02-21 | 1 | -2/+2 |
* | Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 2018-02-21 | 1 | -1/+1 |
* | [BZ #19239] Don't include sys/sysmacros.h from sys/types.h. |  Zack Weinberg | 2018-02-12 | 1 | -49/+3 |
* | Fix -Os gnu_dev_* linknamespace, localplt issues (bug 15105, bug 19463). |  Joseph Myers | 2018-02-07 | 1 | -1/+7 |
* | Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721). |  Joseph Myers | 2018-02-06 | 1 | -2/+11 |
* | preadv2/pwritev2: Handle offset == -1 [BZ #22753] |  Florian Weimer | 2018-02-02 | 3 | -0/+40 |
* | misc/tst-pselect.c: Add copyright header |  Florian Weimer | 2018-01-02 | 1 | -0/+17 |
* | Update copyright dates with scripts/update-copyrights. |  Joseph Myers | 2018-01-01 | 157 | -157/+157 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c |  H.J. Lu | 2017-12-11 | 1 | -27/+27 |
* | The -Wstringop-truncation option new in GCC 8 detects common misuses |  Martin Sebor | 2017-11-15 | 1 | -0/+9 |
* | Hide internal __hasmntopt function [BZ #18822] |  H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Hide internal __tdestroy function [BZ #18822] |  H.J. Lu | 2017-10-01 | 1 | -0/+1 |
* | Hide internal __ioctl function [BZ #18822] |  H.J. Lu | 2017-10-01 | 1 | -0/+1 |