about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-0/+11
* misc: use _fitoa_word to implement __fd_to_filename.Érico Nogueira2021-05-071-5/+2
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-13/+24
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-051-0/+1
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+7
* nptl: Move pthread_setcancelstate into libcFlorian Weimer2021-04-211-13/+6
* misc: syslog: Use static const for AF_UNIX addressAdhemerval Zanella2021-04-151-5/+6
* misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)Adhemerval Zanella2021-04-151-1/+2
* misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)Adhemerval Zanella2021-04-151-45/+4
* misc: syslog: Use bool for connectedAdhemerval Zanella2021-04-151-3/+3
* misc: syslog: Fix calls to openlog() with LOG_KERN facility (BZ #3604)Dan Raymond2021-04-131-3/+3
* linux: always update select timeout (BZ #27706)Adhemerval Zanella2021-04-121-0/+30
* linux: Normalize and return timeout on select (BZ #27651)Adhemerval Zanella2021-04-121-0/+17
* misc: Fix tst-select timeout handling (BZ#27648)Adhemerval Zanella2021-03-261-30/+55
* tst: Provide test for selectLukasz Majewski2021-03-232-1/+72
* Implement <unwind-link.h> for dynamically loading the libgcc_s unwinderFlorian Weimer2021-03-013-1/+147
* misc: Sync cdefs.h with gnulibAdhemerval Zanella2021-02-091-57/+85
* Use hidden visibility for early static PIE codeSzabolcs Nagy2021-01-211-0/+4
* 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