about summary refs log tree commit diff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne2024-04-041-1/+4
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-022-3/+3
* cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar2024-02-281-3/+3
* debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella2024-02-271-1/+8
* syslog: Improve fortify with clangAdhemerval Zanella2024-02-271-2/+12
* cdefs.h: Add clang fortify directivesAdhemerval Zanella2024-02-271-2/+149
* syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar2024-01-301-1/+2
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar2024-01-301-11/+28
* syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar2024-01-304-15/+82
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01186-186/+186
* malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella2023-11-221-6/+0
* misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat2023-07-054-10/+40
* misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat2023-07-053-4/+34
* misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2023-07-051-0/+8
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+7
* tests: Replace various function calls with their x variantFrédéric Bérat2023-06-061-1/+3
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-026-7/+7
* tests: fix warn unused resultsFrédéric Bérat2023-06-011-2/+2
* misc: Reformat Makefile.Carlos O'Donell2023-05-181-3/+3
* misc: Reformat Makefile.Carlos O'Donell2023-05-161-67/+232
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-104-2/+135
* Mark various cold functions as __COLDSergey Bugaev2023-05-012-8/+8
* cdefs.h: Define __COLDSergey Bugaev2023-04-291-0/+7
* misc: Convert daemon () to GNU coding styleSergey Bugaev2023-04-221-39/+49
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-277-8/+13
* cdefs.h: fix "__clang_major" typoPaul Eggert2023-02-271-1/+1
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-2/+3
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06183-183/+183
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-292-9/+19
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+2
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-6/+4
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-181-0/+1
* syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2022-09-052-4/+7
* syslog: Fix large messages (BZ#29536)Adhemerval Zanella2022-08-302-28/+142
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-0/+2
* linux: Add process_madviseAdhemerval Zanella2022-06-021-0/+3
* misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella2022-06-011-2/+2
* misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella2022-06-011-3/+2
* sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely2022-05-161-2/+2
* fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar2022-05-161-1/+1
* misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera2022-04-251-6/+6
* misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella2022-04-151-8/+27
* misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella2022-04-151-2/+2
* misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella2022-04-151-34/+52
* misc: syslog: Simplify implementationAdhemerval Zanella2022-04-151-69/+26
* misc: syslog: Fix indentation and styleAdhemerval Zanella2022-04-151-251/+234
* misc: Add syslog testAdhemerval Zanella2022-04-152-0/+475
* Add some missing access function attributesSteve Grubb2022-03-101-9/+13
* Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar2022-01-121-1/+2