about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-0/+47
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-0/+10
* misc: Add __get_nprocs_schedAdhemerval Zanella2021-09-271-0/+6
* regex: copy back from GnulibPaul Eggert2021-09-211-10/+12
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0314-15/+0
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-061-2/+2
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-281-0/+10
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-2/+4
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-214-2/+57
* Force building with -fno-commonFlorian Weimer2021-07-091-5/+4
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-6/+0
* linux: Only use 64-bit syscall if required for selectAdhemerval Zanella2021-06-222-15/+26
* linux: Only use 64-bit syscall if required for pselectAdhemerval Zanella2021-06-222-64/+65
* Add hidden prototypes for fsync, fdatasyncFlorian Weimer2021-06-222-1/+2
* y2038: Add test coverageAdhemerval Zanella2021-06-153-0/+6
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+27
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-2/+0
* 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