aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-0/+9
2024-04-04misc: Add support for Linux uio.h RWF_NOAPPEND flagStafford Horne1-1/+4
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2-3/+3
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar1-3/+3
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella1-1/+8
2024-02-27syslog: Improve fortify with clangAdhemerval Zanella1-2/+12
2024-02-27cdefs.h: Add clang fortify directivesAdhemerval Zanella1-2/+149
2024-01-30syslog: Fix integer overflow in __vsyslog_internal (CVE-2023-6780)Arjun Shankar1-1/+2
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6779)Arjun Shankar1-11/+28
2024-01-30syslog: Fix heap buffer overflow in __vsyslog_internal (CVE-2023-6246)Arjun Shankar4-15/+82
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert186-186/+186
2023-11-22malloc: Use __get_nprocs on arena_get2 (BZ 30945)Adhemerval Zanella1-6/+0
2023-07-05misc/bits/syslog.h: Clearly separate declaration from definitionFrédéric Bérat4-10/+40
2023-07-05misc/bits/select2.h: Clearly separate declaration from definitionsFrédéric Bérat3-4/+34
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat1-0/+8
2023-07-05Exclude routines from fortificationFrédéric Bérat1-0/+7
2023-06-06tests: Replace various function calls with their x variantFrédéric Bérat1-1/+3
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov6-7/+7
2023-06-01tests: fix warn unused resultsFrédéric Bérat1-2/+2
2023-05-18misc: Reformat Makefile.Carlos O'Donell1-3/+3
2023-05-16misc: Reformat Makefile.Carlos O'Donell1-67/+232
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga4-2/+135
2023-05-01Mark various cold functions as __COLDSergey Bugaev2-8/+8
2023-04-29cdefs.h: Define __COLDSergey Bugaev1-0/+7
2023-04-22misc: Convert daemon () to GNU coding styleSergey Bugaev1-39/+49
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto7-8/+13
2023-02-27cdefs.h: fix "__clang_major" typoPaul Eggert1-1/+1
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-2/+3
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar1-2/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers183-183/+183
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2-9/+19
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+2
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-6/+4
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer1-0/+1
2022-09-05syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2-4/+7
2022-08-30syslog: Fix large messages (BZ#29536)Adhemerval Zanella2-28/+142
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-0/+2
2022-06-02linux: Add process_madviseAdhemerval Zanella1-0/+3
2022-06-01misc: Use 64 bit stat for getusershell (BZ# 29203)Adhemerval Zanella1-2/+2
2022-06-01misc: Use 64 bit stat for daemon (BZ# 29203)Adhemerval Zanella1-3/+2
2022-05-16sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely1-2/+2
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar1-1/+1
2022-04-25misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera1-6/+6
2022-04-15misc: Use 64 bit time_t interfaces on syslogAdhemerval Zanella1-8/+27
2022-04-15misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella1-2/+2
2022-04-15misc: syslog: Use fixed-sized buffer and remove memstreamAdhemerval Zanella1-34/+52
2022-04-15misc: syslog: Simplify implementationAdhemerval Zanella1-69/+26
2022-04-15misc: syslog: Fix indentation and styleAdhemerval Zanella1-251/+234
2022-04-15misc: Add syslog testAdhemerval Zanella2-0/+475
2022-03-10Add some missing access function attributesSteve Grubb1-9/+13