about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix __minimal_malloc segfaults in __mmap due to stack-protector"Stefan Liebler2021-12-161-4/+0
* Fix __minimal_malloc segfaults in __mmap due to stack-protectorStefan Liebler2021-12-161-0/+4
* Add a syscall test for [BZ #25810]H.J. Lu2020-05-072-1/+168
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01172-172/+172
* ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2019-12-232-2/+10
* Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes2019-12-236-59/+62
* Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes2019-12-238-385/+424
* misc: Set generic pselect as ENOSYSAdhemerval Zanella2019-11-221-43/+3
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-8/+0
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07168-168/+168
* Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer2019-09-022-1/+143
* Use autofs "ignore" mount hint in getmntent_r/getmntentIan Kent2019-09-021-12/+36
* misc: Use allocate_once in getmntentFlorian Weimer2019-08-281-16/+21
* Don't use the argument to time.Zack Weinberg2019-08-211-1/+1
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-141-1/+3
* <sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2019-06-121-0/+6
* misc/tst-tsearch: Additional explicit error checkingFlorian Weimer2019-05-031-0/+2
* misc: Add twalk_r functionFlorian Weimer2019-05-024-3/+132
* ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes2019-03-012-18/+27
* ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes2019-03-013-4/+34
* ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes2019-03-013-1/+36
* Break more lines before not after operators.Joseph Myers2019-02-251-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2
* Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2019-02-212-20/+48
* Add fall-through comments.Joseph Myers2019-02-121-0/+2
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella2019-01-031-2/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01165-165/+165
* Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes2018-12-144-28/+112
* Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg2018-12-051-17/+19
* Add support for GCC 9 attribute copy.Martin Sebor2018-11-091-0/+10
* Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes2018-11-091-8/+7
* Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes2018-11-082-13/+2
* Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes2018-11-062-1/+131
* Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes2018-11-062-1/+122
* Fix tst-preadvwritev2 build failure on HURDAdhemerval Zanella2018-10-231-0/+5
* Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella2018-09-283-3/+66
* misc: New test misc/tst-gethostidFlorian Weimer2018-09-202-0/+115
* Avoid running some tests if the file system does not support holesFlorian Weimer2018-08-212-0/+10
* error, warn, warnx: Use __fxprintf for wide printing [BZ #23519]Florian Weimer2018-08-144-139/+105
* error, error_at_line: Add missing va_end callsFlorian Weimer2018-08-131-0/+2
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-0/+6
* Implement allocate_once for atomic initialization with allocationFlorian Weimer2018-05-234-4/+253
* Deprecate ustat syscall interfaceAdhemerval Zanella2018-05-024-43/+19
* Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu2018-04-031-1/+5
* Add missing start-of-file descriptive comment.Samuel Thibault2018-03-062-2/+4
* Fix -Os putc_unlocked, fputc_unlocked linknamespace, localplt issues (bug 151...Joseph Myers2018-02-211-2/+2
* Fix -Os getc_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-211-1/+1
* [BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg2018-02-121-49/+3