aboutsummaryrefslogtreecommitdiff
path: root/misc/sys
AgeCommit message (Expand)AuthorFilesLines
2023-02-02cdefs: Limit definition of fortification macrosSiddhesh Poyarekar1-2/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers12-12/+12
2022-11-29Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho1-5/+5
2022-06-02linux: Add process_madviseAdhemerval Zanella1-0/+3
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: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella1-2/+2
2022-03-10Add some missing access function attributesSteve Grubb1-9/+13
2022-01-12Enable _FORTIFY_SOURCE=3 for gcc 12 and aboveSiddhesh Poyarekar1-1/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert12-12/+12
2021-12-16__glibc_unsafe_len: Fix commentSiddhesh Poyarekar1-1/+1
2021-10-21Add alloc_align attribute to memalign et alJonathan Wakely1-0/+10
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-0/+47
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-0/+10
2021-09-21regex: copy back from GnulibPaul Eggert1-10/+12
2021-08-06Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer1-2/+2
2021-07-28xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar1-0/+10
2021-07-21misc: Add time64 alias for ioctlFlorian Weimer1-0/+10
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella1-0/+27
2021-05-16Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor1-0/+11
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor1-13/+24
2021-04-27Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor1-1/+7
2021-02-09misc: Sync cdefs.h with gnulibAdhemerval Zanella1-57/+85
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert12-12/+12
2020-12-31Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar1-0/+9
2020-12-12Fix spelling and grammar in several commentsJonny Grant1-2/+2
2020-11-05Remove __warndeclSiddhesh Poyarekar1-3/+0
2020-10-30Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers1-0/+8
2020-09-22Define __THROW to noexcept for C++11 and laterJonathan Wakely1-4/+8
2020-07-06Add the __libc_single_threaded variableFlorian Weimer1-0/+33
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor1-0/+11
2020-04-30Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2-3/+3
2020-02-17Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2-3/+39
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2019-11-21Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez1-8/+0
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert11-11/+11
2019-06-14<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer1-1/+3
2019-06-12<sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer1-0/+6
2019-02-22Break some lines before not after operators.Joseph Myers1-2/+2
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers11-11/+11
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor1-0/+10
2018-07-24Add <bits/indirect-return.h>H.J. Lu1-0/+6
2018-05-02Deprecate ustat syscall interfaceAdhemerval Zanella1-37/+0
2018-02-12[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg1-49/+3
2018-02-06Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).Joseph Myers1-2/+11
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers12-12/+12
2017-11-15The -Wstringop-truncation option new in GCC 8 detects common misusesMartin Sebor1-0/+9
2017-08-18Do not use generic selection in C++ modeGabriel F. T. Gomes1-9/+10