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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
misc/bits/syslog.h: Clearly separate declaration from definition
Frédéric Bérat
4
-10
/
+40
2023-07-05
misc/bits/select2.h: Clearly separate declaration from definitions
Frédéric Bérat
3
-4
/
+34
2023-07-05
misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
Frédéric Bérat
1
-0
/
+8
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-0
/
+7
2023-06-06
tests: Replace various function calls with their x variant
Frédéric Bérat
1
-1
/
+3
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
6
-7
/
+7
2023-06-01
tests: fix warn unused results
Frédéric Bérat
1
-2
/
+2
2023-05-18
misc: Reformat Makefile.
Carlos O'Donell
1
-3
/
+3
2023-05-16
misc: Reformat Makefile.
Carlos O'Donell
1
-65
/
+230
2023-05-10
Added Redirects to longdouble error functions [BZ #29033]
Sachin Monga
4
-2
/
+135
2023-05-01
Mark various cold functions as __COLD
Sergey Bugaev
2
-8
/
+8
2023-04-29
cdefs.h: Define __COLD
Sergey Bugaev
1
-0
/
+7
2023-04-22
misc: Convert daemon () to GNU coding style
Sergey Bugaev
1
-39
/
+49
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
7
-8
/
+13
2023-02-27
cdefs.h: fix "__clang_major" typo
Paul Eggert
1
-1
/
+1
2023-02-17
Use uintptr_t instead of performing pointer subtraction with a null pointer
Qihao Chencao
1
-2
/
+3
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
183
-183
/
+183
2022-11-29
Apply asm redirections in syslog.h before first use [BZ #27087]
Tulio Magno Quites Machado Filho
2
-9
/
+19
2022-11-01
configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
Adhemerval Zanella
1
-0
/
+2
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
1
-6
/
+4
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
1
-0
/
+1
2022-09-05
syslog: Remove extra whitespace between timestamp and message (BZ#29544)
Adhemerval Zanella
2
-4
/
+7
2022-08-30
syslog: Fix large messages (BZ#29536)
Adhemerval Zanella
2
-28
/
+142
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
1
-0
/
+2
2022-06-02
linux: Add process_madvise
Adhemerval Zanella
1
-0
/
+3
2022-06-01
misc: Use 64 bit stat for getusershell (BZ# 29203)
Adhemerval Zanella
1
-2
/
+2
2022-06-01
misc: Use 64 bit stat for daemon (BZ# 29203)
Adhemerval Zanella
1
-3
/
+2
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: Use 64 bit time_t interfaces on syslog
Adhemerval Zanella
1
-8
/
+27
2022-04-15
misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
Adhemerval Zanella
1
-2
/
+2
2022-04-15
misc: syslog: Use fixed-sized buffer and remove memstream
Adhemerval Zanella
1
-33
/
+51
2022-04-15
misc: syslog: Simplify implementation
Adhemerval Zanella
1
-68
/
+25
2022-04-15
misc: syslog: Fix indentation and style
Adhemerval Zanella
1
-234
/
+217
2022-04-15
misc: Add syslog test
Adhemerval Zanella
2
-0
/
+475
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
182
-182
/
+182
2021-12-16
Fix __minimal_malloc segfaults in __mmap due to stack-protector
Stefan Liebler
1
-0
/
+4
2021-12-16
__glibc_unsafe_len: Fix comment
Siddhesh Poyarekar
1
-1
/
+1
2021-12-06
misc, nptl: Remove stray references to __condvar_load_64_relaxed
Florian Weimer
1
-2
/
+2
2021-11-17
nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c
Florian Weimer
2
-1
/
+129
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-27
misc: Add __get_nprocs_sched
Adhemerval Zanella
1
-0
/
+6
2021-09-21
regex: copy back from Gnulib
Paul Eggert
1
-10
/
+12
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
14
-15
/
+0
[next]