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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-17
Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64
Flavio Cruz
6
-0
/
+456
2024-02-17
Use proc_getchildren_rusage when available in getrusage and times.
Flavio Cruz
5
-3
/
+219
2024-02-17
Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)
Florian Weimer
2
-4
/
+2
2024-02-16
i386: Use generic memrchr in libc (bug 31316)
Florian Weimer
2
-1
/
+1
2024-02-15
Apply the Makefile sorting fix
H.J. Lu
5
-57
/
+57
2024-02-15
sysdeps/x86_64/Makefile (tests): Add the end marker
H.J. Lu
1
-2
/
+4
2024-02-15
sort-makefile-lines.py: Allow '_' in name and "^# name"
H.J. Lu
1
-2
/
+2
2024-02-14
trivial doc fix: remove weird phrase "syscall takes zero to five arguments"
Askar Safin
1
-2
/
+1
2024-02-14
mips: Use builtins for ffs and ffsll
Junxian Zhu
1
-0
/
+3
2024-02-13
x86: Expand the comment on when REP STOSB is used on memset
Adhemerval Zanella
1
-1
/
+3
2024-02-13
x86: Do not prefer ERMS for memset on Zen3+
Adhemerval Zanella
1
-0
/
+5
2024-02-13
x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)
Adhemerval Zanella
1
-20
/
+18
2024-02-12
x86/cet: fix shadow stack test scripts
Michael Jeanson
3
-3
/
+3
2024-02-12
test_printers_common.py: Remove invalid escape sequence
H.J. Lu
1
-1
/
+1
2024-02-09
elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.py
Florian Weimer
1
-3
/
+2
2024-02-08
Add SOL_VSOCK from Linux 6.7 to bits/socket.h
Joseph Myers
1
-0
/
+1
2024-02-08
localedata: ssy_ER: Fix syntax error
Mike FABIAN
1
-1
/
+1
2024-02-08
localedata: hr_HR: change currency to EUR/€
Dragan Stanojević (Nevidljivi)
2
-8
/
+8
2024-02-08
Change lv_LV collation to agree with the recent change in CLDR
Mike FABIAN
2
-36
/
+122
2024-02-08
Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.h
Joseph Myers
1
-0
/
+3
2024-02-06
string: Add hidden builtin definition for __strcpy_chk.
Stefan Liebler
2
-0
/
+2
2024-02-05
arm: Remove wrong ldr from _dl_start_user (BZ 31339)
Adhemerval Zanella
1
-1
/
+0
2024-02-05
LoongArch: Use builtins for ffs and ffsll
Xi Ruoyao
1
-0
/
+2
2024-02-05
Remove sysdeps/ia64/math-use-builtins-ffs.h
Xi Ruoyao
1
-2
/
+0
2024-02-05
Fix stringop-overflow warning in tst-strlcat2.
Stefan Liebler
1
-0
/
+1
2024-02-02
mips: FIx clone3 implementation (BZ 31325)
Adhemerval Zanella
1
-5
/
+27
2024-02-01
stdlib: fix qsort example in manual
Paul Eggert
1
-9
/
+12
2024-02-01
soft-fp: Add brain format support
Jakub Jelinek
12
-0
/
+738
2024-02-01
Rename c2x / gnu2x tests to c23 / gnu23
Joseph Myers
24
-38
/
+38
2024-02-01
manual: Fix up stdbit.texi
Jakub Jelinek
1
-1
/
+1
2024-02-01
string: Use builtins for ffs and ffsll
Adhemerval Zanella Netto
28
-651
/
+48
2024-02-01
misc: tst-poll: Proper synchronize with child before sending the signal
Adhemerval Zanella
1
-3
/
+3
2024-02-01
math: Remove bogus math implementations
Adhemerval Zanella
5
-164
/
+0
2024-02-01
Refer to C23 in place of C2X in glibc
Joseph Myers
79
-278
/
+300
2024-02-01
elf: Remove _dl_sysdep_open_object hook function
Florian Weimer
2
-60
/
+0
2024-01-31
build-many-glibcs: relax version check to allow non-digit characters
Fangrui Song
1
-9
/
+7
2024-01-31
Use gcc __builtin_stdc_* builtins in stdbit.h if possible
Jakub Jelinek
5
-16
/
+860
2024-01-31
Open master branch for glibc 2.40 development
glibc-2.39.9000
Andreas K. Hüttel
2
-2
/
+29
2024-01-31
Create ChangeLog.old/ChangeLog.28
glibc-2.39
Andreas K. Hüttel
1
-0
/
+8505
2024-01-31
version.h, include/features.h: Bump version to 2.39
Andreas K. Hüttel
2
-3
/
+3
2024-01-31
po: Update translations
Andreas K. Hüttel
38
-845
/
+694
2024-01-31
libc.pot: regenerate
Andreas K. Hüttel
1
-31
/
+26
2024-01-31
INSTALL, install.texi: minor updates, regenerate
Andreas K. Hüttel
2
-6
/
+6
2024-01-30
contrib.texi: update
Andreas K. Hüttel
1
-8
/
+24
2024-01-30
NEWS: insert advisories and fixed bugs for 2.39
Andreas K. Hüttel
1
-4
/
+133
2024-01-30
S390: Fix building with --disable-mutli-arch [BZ #31196]
Stefan Liebler
2
-2
/
+6
2024-01-30
Fix typo
Andreas K. Hüttel
1
-1
/
+1
2024-01-30
manual/io: Fix swapped reading and writing phrase.
Joe Simmons-Talbott
1
-1
/
+1
2024-01-30
Update advisory format and introduce some automation
Siddhesh Poyarekar
8
-67
/
+182
2024-01-30
Document CVE-2023-6246, CVE-2023-6779, and CVE-2023-6780
Arjun Shankar
3
-0
/
+43
[prev]
[next]