about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* mntent: Use __putc_unlocked instead of fputc_unlockedSiddhesh Poyarekar2021-01-081-6/+6
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02178-178/+178
* Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar2020-12-311-0/+9
* misc: Use __ferror_unlocked instead of ferrorSiddhesh Poyarekar2020-12-231-1/+1
* addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]Siddhesh Poyarekar2020-12-223-74/+140
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-161-10/+24
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+2
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-111-1/+1
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-131-0/+1
* Remove __warndeclSiddhesh Poyarekar2020-11-051-3/+0
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-301-0/+8
* misc: Add internal __getauxval2 functionFlorian Weimer2020-10-271-6/+27
* Define __THROW to noexcept for C++11 and laterJonathan Wakely2020-09-221-4/+8
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-112-2/+2
* Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab2020-08-181-16/+28
* Add the __libc_single_threaded variableFlorian Weimer2020-07-064-2/+66
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-0/+11
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-304-5/+5
* misc: Remove sstk from the autogenerated system call listFlorian Weimer2020-04-281-1/+1
* misc: Turn sstk into a compat symbolFlorian Weimer2020-04-271-7/+4
* Add a syscall test for [BZ #25810]H.J. Lu2020-04-222-1/+168
* <fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer2020-02-183-1/+144
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-175-8/+47
* 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