aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella1-0/+1
2020-11-05Remove __warndeclSiddhesh Poyarekar1-3/+0
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers1-0/+8
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer1-6/+27
2020-09-22Define __THROW to noexcept for C++11 and laterJonathan Wakely1-4/+8
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella2-2/+2
2020-08-18Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab1-16/+28
2020-07-06Add the __libc_single_threaded variableFlorian Weimer4-2/+66
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-0/+11
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy4-5/+5
2020-04-28misc: Remove sstk from the autogenerated system call listFlorian Weimer1-1/+1
2020-04-27misc: Turn sstk into a compat symbolFlorian Weimer1-7/+4
2020-04-22Add a syscall test for [BZ #25810]H.J. Lu2-1/+168
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer3-1/+144
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes5-8/+47
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers172-172/+172
2019-12-23ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes2-2/+10
2019-12-23Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes6-59/+62
2019-12-23Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes8-385/+424
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella1-43/+3
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez1-8/+0
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert168-168/+168
2019-09-02Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer2-1/+143
2019-09-02Use autofs "ignore" mount hint in getmntent_r/getmntentIan Kent1-12/+36
2019-08-28misc: Use allocate_once in getmntentFlorian Weimer1-16/+21
2019-08-21Don't use the argument to time.Zack Weinberg1-1/+1
2019-06-14<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer1-1/+3
2019-06-12<sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer1-0/+6
2019-05-03misc/tst-tsearch: Additional explicit error checkingFlorian Weimer1-0/+2
2019-05-02misc: Add twalk_r functionFlorian Weimer4-3/+132
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes2-18/+27
2019-03-01ldbl-opt: Add error and error_at_line (bug 23984)Gabriel F. T. Gomes3-4/+34
2019-03-01ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)Gabriel F. T. Gomes3-1/+36
2019-02-25Break more lines before not after operators.Joseph Myers1-6/+6
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-02-21Add internal implementations for argp.h, err.h, and error.h functionsGabriel F. T. Gomes2-20/+48
2019-02-12Add fall-through comments.Joseph Myers1-0/+2
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella1-2/+0
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers165-165/+165
2018-12-14Add tests for the long double version of ecvt and fcvtGabriel F. T. Gomes4-28/+112
2018-12-05Add __vsyslog_internal, with same flags as __v*printf_internal.Zack Weinberg1-17/+19
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor1-0/+10
2018-11-09Convert tst-efgcvt to the new test frameworkGabriel F. T. Gomes1-8/+7
2018-11-08Use TEST_COMPARE_STRING in recently added testGabriel F. T. Gomes2-13/+2
2018-11-06Add tests with floating-point arguments for err* and verr* functionsGabriel F. T. Gomes2-1/+131
2018-11-06Add test for warn, warnx, vwarn, and vwarnx with floating-point parametersGabriel F. T. Gomes2-1/+122
2018-10-23Fix tst-preadvwritev2 build failure on HURDAdhemerval Zanella1-0/+5
2018-09-28Fix misreported errno on preadv2/pwritev2 (BZ#23579)Adhemerval Zanella3-3/+66