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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-18
socket: Use may_alias on sockaddr structs (bug 19622)
Florian Weimer
1
-0
/
+9
2024-04-02
Always define __USE_TIME_BITS64 when 64 bit time_t is used
Adhemerval Zanella
2
-3
/
+3
2024-02-28
cdefs: Drop access attribute for _FORTIFY_SOURCE=3 (BZ #31383)
Siddhesh Poyarekar
1
-3
/
+3
2024-02-27
debug: Improve fcntl.h fortify warnings with clang
Adhemerval Zanella
1
-1
/
+8
2024-02-27
cdefs.h: Add clang fortify directives
Adhemerval Zanella
1
-2
/
+149
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
12
-12
/
+12
2023-07-05
misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
Frédéric Bérat
1
-0
/
+8
2023-05-10
Added Redirects to longdouble error functions [BZ #29033]
Sachin Monga
1
-1
/
+2
2023-04-29
cdefs.h: Define __COLD
Sergey Bugaev
1
-0
/
+7
2023-02-27
cdefs.h: fix "__clang_major" typo
Paul Eggert
1
-1
/
+1
2023-02-02
cdefs: Limit definition of fortification macros
Siddhesh Poyarekar
1
-2
/
+4
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
12
-12
/
+12
2022-11-29
Apply asm redirections in syslog.h before first use [BZ #27087]
Tulio Magno Quites Machado Filho
1
-5
/
+5
2022-06-02
linux: Add process_madvise
Adhemerval Zanella
1
-0
/
+3
2022-05-16
sys/cdefs.h: Do not require C++ compilers to define __STDC__
Jonathan Wakely
1
-2
/
+2
2022-05-16
fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
Siddhesh Poyarekar
1
-1
/
+1
2022-04-25
misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
Joan Bruguera
1
-6
/
+6
2022-04-15
misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
Adhemerval Zanella
1
-2
/
+2
2022-03-10
Add some missing access function attributes
Steve Grubb
1
-9
/
+13
2022-01-12
Enable _FORTIFY_SOURCE=3 for gcc 12 and above
Siddhesh Poyarekar
1
-1
/
+2
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
12
-12
/
+12
2021-12-16
__glibc_unsafe_len: Fix comment
Siddhesh Poyarekar
1
-1
/
+1
2021-10-21
Add alloc_align attribute to memalign et al
Jonathan Wakely
1
-0
/
+10
2021-10-20
Make sure that the fortified function conditionals are constant
Siddhesh Poyarekar
1
-0
/
+47
2021-10-20
Don't add access size hints to fortifiable functions
Siddhesh Poyarekar
1
-0
/
+10
2021-09-21
regex: copy back from Gnulib
Paul Eggert
1
-10
/
+12
2021-08-06
Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)
Florian Weimer
1
-2
/
+2
2021-07-28
xmalloc: Fix warnings with gcc analyzer
Siddhesh Poyarekar
1
-0
/
+10
2021-07-21
misc: Add time64 alias for ioctl
Florian Weimer
1
-0
/
+10
2021-06-15
y2038: Add support for 64-bit time on legacy ABIs
Adhemerval Zanella
1
-0
/
+27
2021-05-16
Enable support for GCC 11 -Wmismatched-dealloc.
Martin Sebor
1
-0
/
+11
2021-05-06
Annotate additional APIs with GCC attribute access.
Martin Sebor
1
-13
/
+24
2021-04-27
Add __attribute_access_none to disable GCC warnings [BZ #27714]
Martin Sebor
1
-1
/
+7
2021-02-09
misc: Sync cdefs.h with gnulib
Adhemerval Zanella
1
-57
/
+85
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
12
-12
/
+12
2020-12-31
Introduce _FORTIFY_SOURCE=3
Siddhesh Poyarekar
1
-0
/
+9
2020-12-12
Fix spelling and grammar in several comments
Jonny Grant
1
-2
/
+2
2020-11-05
Remove __warndecl
Siddhesh Poyarekar
1
-3
/
+0
2020-10-30
Avoid -Wstringop-overflow warning in pthread_cleanup_push macros
Joseph Myers
1
-0
/
+8
2020-09-22
Define __THROW to noexcept for C++11 and later
Jonathan Wakely
1
-4
/
+8
2020-07-06
Add the __libc_single_threaded variable
Florian Weimer
1
-0
/
+33
2020-05-04
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
Martin Sebor
1
-0
/
+11
2020-04-30
Rename __LONG_DOUBLE_USES_FLOAT128 to __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI
Paul E. Murphy
2
-3
/
+3
2020-02-17
Prepare redirections for IEEE long double on powerpc64le
Gabriel F. T. Gomes
2
-3
/
+39
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
11
-11
/
+11
2019-11-21
Don't use a custom wrapper macro around __has_include (bug 25189).
Emilio Cobos Álvarez
1
-8
/
+0
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
11
-11
/
+11
2019-06-14
<sys/cdefs.h>: Inhibit macro expansion for __glibc_has_include
Florian Weimer
1
-1
/
+3
2019-06-12
<sys/cdefs.h>: Add __glibc_has_include macro
Florian Weimer
1
-0
/
+6
2019-02-22
Break some lines before not after operators.
Joseph Myers
1
-2
/
+2
[next]