aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella
2021-03-26misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella
2021-03-23tst: Provide test for selectLukasz Majewski
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy
2021-01-08mntent: Use __putc_unlocked instead of fputc_unlockedSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar
2020-12-23misc: Use __ferror_unlocked instead of ferrorSiddhesh Poyarekar
2020-12-22addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]Siddhesh Poyarekar
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-11-13Remove tls.h inclusion from internal errno.hAdhemerval Zanella
2020-11-05Remove __warndeclSiddhesh Poyarekar
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers
2020-10-27misc: Add internal __getauxval2 functionFlorian Weimer
2020-09-22Define __THROW to noexcept for C++11 and laterJonathan Wakely
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-08-18Correct locking and cancellation cleanup in syslog functions (bug 26100)Andreas Schwab
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy
2020-04-28misc: Remove sstk from the autogenerated system call listFlorian Weimer
2020-04-27misc: Turn sstk into a compat symbolFlorian Weimer
2020-04-22Add a syscall test for [BZ #25810]H.J. Lu
2020-02-18<fd_to_filename.h>: Add type safety and port to HurdFlorian Weimer
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-23ldbl-128ibm-compat: Add *cvt functionsGabriel F. T. Gomes
2019-12-23Refactor *cvt functions implementation (2/2)Gabriel F. T. Gomes
2019-12-23Refactor *cvt functions implementation (1/2)Gabriel F. T. Gomes
2019-11-22misc: Set generic pselect as ENOSYSAdhemerval Zanella
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-02Add misc/tst-mntent-autofs, testing autofs "ignore" filteringFlorian Weimer
2019-09-02Use autofs "ignore" mount hint in getmntent_r/getmntentIan Kent
2019-08-28misc: Use allocate_once in getmntentFlorian Weimer
2019-08-21Don't use the argument to time.Zack Weinberg
2019-06-14<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer
2019-06-12<sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer
2019-05-03misc/tst-tsearch: Additional explicit error checkingFlorian Weimer
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-03-01ldbl-opt: Reuse test cases from misc/ that check long doubleGabriel F. T. Gomes