about summary refs log tree commit diff
path: root/misc/sys
Commit message (Expand)AuthorAgeFilesLines
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer4 days1-0/+9
* 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
* cdefs.h: Add clang fortify directivesAdhemerval Zanella2024-02-271-2/+149
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0112-12/+12
* misc/sys/cdefs.h: Create FORTIFY redirects for internal callsFrédéric Bérat2023-07-051-0/+8
* Added Redirects to longdouble error functions [BZ #29033]Sachin Monga2023-05-101-1/+2
* cdefs.h: Define __COLDSergey Bugaev2023-04-291-0/+7
* cdefs.h: fix "__clang_major" typoPaul Eggert2023-02-271-1/+1
* cdefs: Limit definition of fortification macrosSiddhesh Poyarekar2023-02-021-2/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0612-12/+12
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-291-5/+5
* linux: Add process_madviseAdhemerval Zanella2022-06-021-0/+3
* 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: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)Adhemerval Zanella2022-04-151-2/+2
* 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
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0112-12/+12
* __glibc_unsafe_len: Fix commentSiddhesh Poyarekar2021-12-161-1/+1
* Add alloc_align attribute to memalign et alJonathan Wakely2021-10-211-0/+10
* 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
* regex: copy back from GnulibPaul Eggert2021-09-211-10/+12
* 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
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-211-0/+10
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-151-0/+27
* Enable support for GCC 11 -Wmismatched-dealloc.Martin Sebor2021-05-161-0/+11
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-061-13/+24
* Add __attribute_access_none to disable GCC warnings [BZ #27714]Martin Sebor2021-04-271-1/+7
* misc: Sync cdefs.h with gnulibAdhemerval Zanella2021-02-091-57/+85
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0212-12/+12
* Introduce _FORTIFY_SOURCE=3Siddhesh Poyarekar2020-12-311-0/+9
* Fix spelling and grammar in several commentsJonny Grant2020-12-121-2/+2
* Remove __warndeclSiddhesh Poyarekar2020-11-051-3/+0
* Avoid -Wstringop-overflow warning in pthread_cleanup_push macrosJoseph Myers2020-10-301-0/+8
* Define __THROW to noexcept for C++11 and laterJonathan Wakely2020-09-221-4/+8
* Add the __libc_single_threaded variableFlorian Weimer2020-07-061-0/+33
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-041-0/+11
* Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABIPaul E. Murphy2020-04-302-3/+3
* Prepare redirections for IEEE long double on powerpc64leGabriel F. T. Gomes2020-02-172-3/+39
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0111-11/+11
* Don't use a custom wrapper macro around __has_include (bug 25189).Emilio Cobos Álvarez2019-11-211-8/+0
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0711-11/+11
* <sys/cdefs.h>: Inhibit macro expansion for __glibc_has_includeFlorian Weimer2019-06-141-1/+3
* <sys/cdefs.h>: Add __glibc_has_include macroFlorian Weimer2019-06-121-0/+6
* Break some lines before not after operators.Joseph Myers2019-02-221-2/+2