index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc
/
sys
/
cdefs.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: Use may_alias on sockaddr structs (bug 19622)
Florian Weimer
2024-05-18
1
-0
/
+9
*
cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)
Siddhesh Poyarekar
2024-02-28
1
-3
/
+3
*
debug: Improve fcntl.h fortify warnings with clang
Adhemerval Zanella
2024-02-27
1
-1
/
+8
*
cdefs.h: Add clang fortify directives
Adhemerval Zanella
2024-02-27
1
-2
/
+149
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
1
-1
/
+1
*
misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
Frédéric Bérat
2023-07-05
1
-0
/
+8
*
Added Redirects to longdouble error functions [BZ #29033]
Sachin Monga
2023-05-10
1
-1
/
+2
*
cdefs.h: Define __COLD
Sergey Bugaev
2023-04-29
1
-0
/
+7
*
cdefs.h: fix "__clang_major" typo
Paul Eggert
2023-02-27
1
-1
/
+1
*
cdefs: Limit definition of fortification macros
Siddhesh Poyarekar
2023-02-02
1
-2
/
+4
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
1
-1
/
+1
*
sys/cdefs.h: Do not require C++ compilers to define __STDC__
Jonathan Wakely
2022-05-16
1
-2
/
+2
*
fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
Siddhesh Poyarekar
2022-05-16
1
-1
/
+1
*
misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
Joan Bruguera
2022-04-25
1
-6
/
+6
*
Enable _FORTIFY_SOURCE=3 for gcc 12 and above
Siddhesh Poyarekar
2022-01-12
1
-1
/
+2
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
1
-1
/
+1
*
__glibc_unsafe_len: Fix comment
Siddhesh Poyarekar
2021-12-16
1
-1
/
+1
*
Add alloc_align attribute to memalign et al
Jonathan Wakely
2021-10-21
1
-0
/
+10
*
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
2021-10-20
1
-0
/
+47
*
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
2021-10-20
1
-0
/
+10
*
regex: copy back from Gnulib
Paul Eggert
2021-09-21
1
-10
/
+12
*
xmalloc: Fix warnings with gcc analyzer
Siddhesh Poyarekar
2021-07-28
1
-0
/
+10
*
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
2021-05-16
1
-0
/
+11
*
Add __attribute_access_none to disable GCC warnings [BZ #27714]
Martin Sebor
2021-04-27
1
-1
/
+7
*
misc: Sync cdefs.h with gnulib
Adhemerval Zanella
2021-02-09
1
-57
/
+85
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
1
-1
/
+1
*
Introduce _FORTIFY_SOURCE=3
Siddhesh Poyarekar
2020-12-31
1
-0
/
+9
*
Fix spelling and grammar in several comments
Jonny Grant
2020-12-12
1
-2
/
+2
*
Remove __warndecl
Siddhesh Poyarekar
2020-11-05
1
-3
/
+0
*
Avoid -Wstringop-overflow warning in pthread_cleanup_push macros
Joseph Myers
2020-10-30
1
-0
/
+8
*
Define __THROW to noexcept for C++11 and later
Jonathan Wakely
2020-09-22
1
-4
/
+8
*
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
2020-05-04
1
-0
/
+11
*
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
2020-04-30
1
-2
/
+2
*
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
2020-02-17
1
-2
/
+36
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
Don't use a custom wrapper macro around __has_include (bug 25189).
Emilio Cobos Álvarez
2019-11-21
1
-8
/
+0
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
1
-1
/
+1
*
<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_include
Florian Weimer
2019-06-14
1
-1
/
+3
*
<sys/cdefs.h>: Add __glibc_has_include macro
Florian Weimer
2019-06-12
1
-0
/
+6
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-2
/
+2
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
Add support for GCC 9 attribute copy.
Martin Sebor
2018-11-09
1
-0
/
+10
*
Add <bits/indirect-return.h>
H.J. Lu
2018-07-24
1
-0
/
+6
*
Fix non-__GNUC__ definitions of __inline and __restrict (bug 17721).
Joseph Myers
2018-02-06
1
-2
/
+11
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
The -Wstringop-truncation option new in GCC 8 detects common misuses
Martin Sebor
2017-11-15
1
-0
/
+9
*
Do not use generic selection in C++ mode
Gabriel F. T. Gomes
2017-08-18
1
-9
/
+10
*
Remove __long_double_t.
Joseph Myers
2017-08-07
1
-1
/
+0
*
float128: Extend __MATH_TG for float128 support
Gabriel F. T. Gomes
2017-05-17
1
-0
/
+16
[next]