aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2021-06-15y2038: Add test coverageAdhemerval Zanella3-0/+6
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+27
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-2/+0
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-0/+11
2021-05-07misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira1-5/+2
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-13/+24
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-0/+1
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor1-1/+7
2021-04-21nptl: Move pthread_setcancelstate into libcFlorian Weimer1-13/+6
2021-04-15misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella1-5/+6
2021-04-15misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella1-1/+2
2021-04-15misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella1-45/+4
2021-04-15misc: syslog: Use bool for connectedAdhemerval Zanella1-3/+3
2021-04-13misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond1-3/+3
2021-04-12linux: always update select timeout (BZ #27706)Adhemerval Zanella1-0/+30
2021-04-12linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella1-0/+17
2021-03-26misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella1-30/+55
2021-03-23tst: Provide test for selectLukasz Majewski2-1/+72
2021-03-01Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer3-1/+147
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella1-57/+85
2021-01-21Use hidden visibility for early static PIE codeSzabolcs Nagy1-0/+4
2021-01-08mntent: Use __putc_unlocked instead of fputc_unlockedSiddhesh Poyarekar1-6/+6
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert178-178/+178
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar1-0/+9
2020-12-23misc: Use __ferror_unlocked instead of ferrorSiddhesh Poyarekar1-1/+1
2020-12-22addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]Siddhesh Poyarekar3-74/+140
2020-12-16Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer1-10/+24
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-2/+2
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-1/+1
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