summaryrefslogtreecommitdiff
path: root/misc/sys
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-11-11cdefs: Fix some typos in comments.Bruno Haible
2025-10-30cdefs: allow __attribute__ on tccEric Wong
2025-01-02mlock, mlock2, munlock: Use __attr_access_none macroSam James
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-01-01mlock, mlock2, munlock: Tell the compiler we don't dereference the pointerXi Ruoyao
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella
2024-02-28cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)Siddhesh Poyarekar
2024-02-27debug: Improve fcntl.h fortify warnings with clangAdhemerval Zanella
2024-02-27cdefs.h: Add clang fortify directivesAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat
2023-05-10Added Redirects to longdouble error functions [BZ #29033]Sachin Monga
2023-04-29cdefs.h: Define __COLDSergey Bugaev
2023-02-27cdefs.h: fix "__clang_major" typoPaul Eggert
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-06-02linux: Add process_madviseAdhemerval Zanella
2022-05-16sys/cdefs.h: Do not require C++ compilers to define __STDC__Jonathan Wakely
2022-05-16fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]Siddhesh Poyarekar
2022-04-25misc: Fix rare fortify crash on wchar funcs. [BZ 29030]Joan Bruguera
2022-04-15misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella
2022-03-10Add some missing access function attributesSteve Grubb
2022-01-12Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-16__glibc_unsafe_len: Fix commentSiddhesh Poyarekar
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-21regex: copy back from GnulibPaul Eggert
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer
2021-07-28xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar
2020-12-12Fix spelling and grammar in several commentsJonny Grant
2020-11-05Remove __warndeclSiddhesh Poyarekar
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers
2020-09-22Define __THROW to noexcept for C++11 and laterJonathan Wakely
2020-07-06Add the __libc_single_threaded variableFlorian Weimer
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy