index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
check-wrapper-headers.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-03
Prepare for glibc 2.35 release.
Carlos O'Donell
2
-3
/
+3
2022-02-03
Regenerate configure.
Carlos O'Donell
2
-2
/
+20
2022-02-03
Update install.texi, and regenerate INSTALL.
Carlos O'Donell
2
-18
/
+24
2022-02-02
Update NEWS bug list.
Carlos O'Donell
1
-2
/
+134
2022-02-02
Update NEWS.
Carlos O'Donell
1
-6
/
+7
2022-02-02
Update translations.
Carlos O'Donell
36
-27411
/
+27827
2022-02-02
Linux: Use ptrdiff_t for __rseq_offset
Florian Weimer
13
-14
/
+15
2022-02-02
Fix elf/tst-audit25a with default bind now toolchains
Szabolcs Nagy
1
-0
/
+1
2022-02-02
posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
Adhemerval Zanella
47
-197
/
+182
2022-02-02
or1k: Define PI_STATIC_AND_HIDDEN
Stafford Horne
2
-0
/
+9
2022-02-01
SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86
Samuel Thibault
3
-31
/
+3
2022-02-01
elf: Fix runtime linker auditing on aarch64 (BZ #26643)
Ben Woodard
16
-41
/
+779
2022-02-01
elf: Issue la_symbind for bind-now (BZ #23734)
Adhemerval Zanella
35
-39
/
+1379
2022-02-01
elf: Fix initial-exec TLS access on audit modules (BZ #28096)
Adhemerval Zanella
8
-6
/
+169
2022-02-01
elf: Add la_activity during application exit
Adhemerval Zanella
5
-0
/
+351
2022-02-01
localedata: Adjust C.UTF-8 to align with C/POSIX.
Carlos O'Donell
3
-13
/
+578
2022-02-01
localedef: Fix handling of empty mon_decimal_point (Bug 28847)
Carlos O'Donell
1
-3
/
+1
2022-02-01
malloc: Fix tst-mallocalign1 macro spacing.
Carlos O'Donell
1
-1
/
+1
2022-01-31
elf: Add <dl-r_debug.h>
H.J. Lu
4
-25
/
+124
2022-01-31
Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS
Siddhesh Poyarekar
1
-0
/
+6
2022-01-31
malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
Carlos O'Donell
1
-9
/
+11
2022-01-30
Update libc.pot for 2.35 release.
Carlos O'Donell
1
-948
/
+961
2022-01-29
tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]
H.J. Lu
1
-1
/
+1
2022-01-28
Add prelink removal plan on NEWS
Adhemerval Zanella
1
-0
/
+4
2022-01-28
Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
Adhemerval Zanella
6
-26
/
+330
2022-01-28
linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)
Adhemerval Zanella
4
-6
/
+348
2022-01-28
support: Add support_socket_so_timestamp_time64
Adhemerval Zanella
3
-0
/
+53
2022-01-28
Fix elf/loadfail test build dependencies
Szabolcs Nagy
1
-1
/
+3
2022-01-27
Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
Florian Weimer
33
-0
/
+69
2022-01-26
x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
H.J. Lu
1
-1
/
+1
2022-01-26
Guard tst-valgrind-smoke.out with run-built-tests
Mark Wielaard
1
-0
/
+2
2022-01-26
hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
Adhemerval Zanella
1
-0
/
+2
2022-01-26
Avoid -Wuse-after-free in tests [BZ #26779].
Martin Sebor
6
-2
/
+60
2022-01-26
elf: Replace tst-p_alignmod1-editX with a python script
Adhemerval Zanella
5
-190
/
+210
2022-01-25
stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]
Martin Sebor
1
-2
/
+4
2022-01-25
io: Fix use-after-free in ftw [BZ #26779]
Martin Sebor
1
-2
/
+3
2022-01-25
intl: Avoid -Wuse-after-free [BZ #26779]
Martin Sebor
1
-1
/
+11
2022-01-25
elf: Fix use-after-free in ldconfig [BZ #26779]
Martin Sebor
1
-1
/
+1
2022-01-25
posix: Add terminal control setting support for posix_spawn
Adhemerval Zanella
46
-6
/
+354
2022-01-24
Linux: Detect user namespace support in io/tst-getcwd-smallbuff
Florian Weimer
1
-0
/
+18
2022-01-24
Fix handling of unterminated bracket expressions in fnmatch (bug 28792)
Andreas Schwab
3
-3
/
+45
2022-01-24
realpath: Avoid overwriting preexisting error (CVE-2021-3998)
Siddhesh Poyarekar
1
-1
/
+1
2022-01-24
elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]
H.J. Lu
4
-0
/
+88
2022-01-24
elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]
H.J. Lu
3
-0
/
+67
2022-01-24
elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]
H.J. Lu
6
-0
/
+258
2022-01-24
Add and use link-test-modules-rpath-link [BZ #28455]
H.J. Lu
5
-0
/
+83
2022-01-24
tst-realpath-toolong: Fix hurd build
Siddhesh Poyarekar
1
-0
/
+4
2022-01-24
getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
Siddhesh Poyarekar
4
-1
/
+260
2022-01-22
Add valgrind smoke test
Alexandra Hájková
3
-0
/
+102
2022-01-22
htl: Fix cleaning the reply port
Samuel Thibault
7
-34
/
+44
[next]