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
2022-04-25
misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
Joan Bruguera
2
-6
/
+11
2022-04-25
elf: Remove unused enum allowmask
Fangrui Song
1
-11
/
+0
2022-04-25
scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
Florian Weimer
1
-0
/
+6
2022-04-22
x86: Optimize {str|wcs}rchr-evex
Noah Goldstein
1
-174
/
+283
2022-04-22
x86: Optimize {str|wcs}rchr-avx2
Noah Goldstein
1
-152
/
+264
2022-04-22
x86: Optimize {str|wcs}rchr-sse2
Noah Goldstein
4
-444
/
+339
2022-04-22
benchtests: Improve bench-strrchr
Noah Goldstein
1
-42
/
+80
2022-04-22
x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
H.J. Lu
2
-0
/
+8
2022-04-22
Default to --with-default-link=no (bug 25812)
Florian Weimer
7
-118
/
+190
2022-04-22
scripts: Add glibcelf.py module
Florian Weimer
3
-0
/
+1402
2022-04-21
Add locale for syr_SY
Emil Soleyman-Zomalan
4
-0
/
+230
2022-04-20
elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
Fangrui Song
1
-21
/
+28
2022-04-20
m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
Fangrui Song
1
-6
/
+6
2022-04-20
nptl: Fix pthread_cancel cancelhandling atomic operations
Adhemerval Zanella
1
-1
/
+2
2022-04-19
x86: Fix missing __wmemcmp def for disable-multiarch build
Noah Goldstein
2
-8
/
+6
2022-04-19
elf: Remove __libc_init_secure
Fangrui Song
8
-99
/
+0
2022-04-18
mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
=Joshua Kinard
1
-15
/
+23
2022-04-15
x86: Cleanup page cross code in memcmp-avx2-movbe.S
Noah Goldstein
1
-37
/
+61
2022-04-15
x86: Remove memcmp-sse4.S
Noah Goldstein
4
-813
/
+0
2022-04-15
x86: Optimize memcmp SSE2 in memcmp.S
Noah Goldstein
8
-357
/
+556
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-04-15
support: Add xmkfifo
Adhemerval Zanella
3
-0
/
+31
2022-04-15
stdio: Split __get_errname definition from errlist.c
Adhemerval Zanella
4
-36
/
+85
2022-04-14
x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
Noah Goldstein
3
-3156
/
+380
2022-04-14
x86: Remove mem{move|cpy}-ssse3-back
Noah Goldstein
5
-3212
/
+6
2022-04-14
x86: Remove str{p}{n}cpy-ssse3
Noah Goldstein
6
-3572
/
+0
2022-04-14
x86: Remove str{n}cat-ssse3
Noah Goldstein
5
-879
/
+0
2022-04-14
x86: Remove str{n}{case}cmp-ssse3
Noah Goldstein
10
-202
/
+30
2022-04-14
x86: Remove {w}memcmp-ssse3
Noah Goldstein
5
-2006
/
+0
2022-04-14
nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
Adhemerval Zanella
15
-89
/
+480
2022-04-14
S390: Add new s390 platform z16.
Stefan Liebler
8
-10
/
+61
2022-04-13
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
19
-34
/
+34
2022-04-13
stdlib: Reflow and sort most variable assignments
Adhemerval Zanella
1
-59
/
+223
2022-04-13
elf: Fix memory leak in _dl_find_object_update (bug 29062)
Florian Weimer
1
-2
/
+3
2022-04-12
hurd: Define ELIBEXEC
Samuel Thibault
2
-5
/
+7
2022-04-12
hurd: Fix arbitrary error code
Samuel Thibault
1
-1
/
+1
2022-04-12
NEWS: Move PLT tracking slowdown to glibc 2.35.
Carlos O'Donell
1
-3
/
+3
2022-04-12
Remove _dl_skip_args_internal declaration
Szabolcs Nagy
1
-5
/
+0
2022-04-12
test-container: Fix "unused code" warnings on HURD
DJ Delorie
1
-0
/
+6
2022-04-11
Add .clang-format style file
Noah Goldstein
1
-0
/
+156
2022-04-11
manual: Avoid name collision in libm ULP table [BZ #28956]
Tom Coldrick
2
-2
/
+2
2022-04-10
powerpc: Relocate stinfo->main
Alan Modra
2
-2
/
+19
2022-04-10
powerpc64: Set up thread register for _dl_relocate_static_pie
Alan Modra
6
-11
/
+33
2022-04-10
powerpc64: Use medium model toc accesses throughout
Alan Modra
6
-15
/
+30
2022-04-10
linux: Constify rfv variable in dl_vdso_vsym
Alan Modra
1
-1
/
+1
[prev]
[next]