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-10-28
malloc: Use uintptr_t in alloc_buffer
Szabolcs Nagy
2
-8
/
+8
2022-10-28
Fix invalid pointer dereference in wcpcpy_chk
Szabolcs Nagy
1
-2
/
+1
2022-10-28
Fix invalid pointer dereference in wcscpy_chk
Szabolcs Nagy
1
-27
/
+7
2022-10-28
aarch64: Fix the extension header write in getcontext and swapcontext
Szabolcs Nagy
2
-4
/
+4
2022-10-28
aarch64: Don't build wordcopy
Szabolcs Nagy
1
-0
/
+0
2022-10-28
scripts: Use bool in tunables initializer
Szabolcs Nagy
1
-1
/
+1
2022-10-28
longlong.h: update from GCC for LoongArch clz/ctz support
Xi Ruoyao
1
-0
/
+12
2022-10-27
elf: Introduce to _dl_call_fini
Florian Weimer
5
-78
/
+61
2022-10-27
ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_called
Florian Weimer
2
-5
/
+8
2022-10-27
scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)
Florian Weimer
1
-3
/
+15
2022-10-26
Remove lingering libSegfault Makefile entries
Adhemerval Zanella
1
-2
/
+2
2022-10-26
aarch64: Use memcpy_simd as the default memcpy
Wilco Dijkstra
6
-370
/
+81
2022-10-26
aarch64: Cleanup memset ifunc
Wilco Dijkstra
2
-17
/
+26
2022-10-26
elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
Adhemerval Zanella
1
-0
/
+17
2022-10-25
x86_64: Implement evex512 version of strchrnul, strchr and wcschr
Sunil K Pandey
6
-0
/
+322
2022-10-25
linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
Adhemerval Zanella
6
-74
/
+622
2022-10-25
manual: Add missing % in int conversion list
Jakub Wilk
1
-1
/
+1
2022-10-24
Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
Aurelien Jarno
1
-12
/
+9
2022-10-24
Remove all assembly optimizations for htonl and htons
Adhemerval Zanella
5
-175
/
+0
2022-10-24
Remove htonl.S for i386/x86_64
Cristian RodrÃguez
2
-68
/
+0
2022-10-24
Fix BZ #29463 in the ibm128 implementation of y1l too
Michael Hudson-Doyle
1
-0
/
+3
2022-10-24
Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
Joseph Myers
3
-0
/
+12
2022-10-20
x86: Use `testb` for FSRM check in memmove-vec-unaligned-erms
Noah Goldstein
1
-0
/
+4
2022-10-20
x86: Use `testb` for case-locale check in str{n}casecmp-sse42
Noah Goldstein
1
-2
/
+2
2022-10-20
x86: Use `testb` for case-locale check in str{n}casecmp-sse2
Noah Goldstein
1
-2
/
+2
2022-10-20
x86: Use `testb` for case-locale check in str{n}casecmp-avx2
Noah Goldstein
1
-1
/
+1
2022-10-20
x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
Noah Goldstein
1
-240
/
+432
2022-10-20
x86: Remove AVX512-BVMI2 instruction from strrchr-evex.S
Noah Goldstein
1
-40
/
+29
2022-10-20
sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]
Felix Riemann
2
-2
/
+2
2022-10-20
nis: Fix nis_print_directory
Adhemerval Zanella Netto
1
-31
/
+28
2022-10-20
linux: Avoid shifting a negative signed on POSIX timer interface
Adhemerval Zanella
5
-10
/
+28
2022-10-19
Bench: Improve benchtests for memchr, strchr, strnlen, strrchr
Noah Goldstein
5
-43
/
+135
2022-10-19
x86: Optimize strrchr-evex.S and implement with VMM headers
Noah Goldstein
1
-171
/
+200
2022-10-19
x86: Optimize memrchr-evex.S
Noah Goldstein
1
-211
/
+321
2022-10-19
x86: Optimize strnlen-evex.S and implement with VMM headers
Noah Goldstein
3
-402
/
+570
2022-10-19
x86: Shrink / minorly optimize strchr-evex and implement with VMM headers
Noah Goldstein
1
-212
/
+334
2022-10-19
x86: Optimize memchr-evex.S and implement with VMM headers
Noah Goldstein
3
-407
/
+848
2022-10-18
x86_64: Implement evex512 version of memchr, rawmemchr and wmemchr
Sunil K Pandey
6
-0
/
+346
2022-10-18
String: Improve test coverage for memchr
Sunil K Pandey
1
-0
/
+1
2022-10-18
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
50
-158
/
+20
2022-10-18
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
131
-531
/
+939
2022-10-18
x86-64: Move LP_SIZE definition to its own header
Florian Weimer
4
-11
/
+48
2022-10-17
math: Fix asin and acos invalid exception with old gcc
Szabolcs Nagy
1
-16
/
+2
2022-10-14
x86: Update strlen-evex-base to use new reg/vec macros.
Noah Goldstein
2
-76
/
+44
2022-10-14
x86: Remove now unused vec header macros.
Noah Goldstein
7
-328
/
+0
2022-10-14
x86: Update memset to use new VEC macros
Noah Goldstein
6
-99
/
+43
2022-10-14
x86: Update memmove to use new VEC macros
Noah Goldstein
6
-219
/
+130
2022-10-14
x86: Update memrchr to use new VEC macros
Noah Goldstein
1
-21
/
+21
2022-10-14
x86: Update VEC macros to complete API for evex/evex512 impls
Noah Goldstein
9
-0
/
+635
2022-10-14
elf: Do not completely clear reused namespace in dlmopen (bug 29600)
Florian Weimer
2
-12
/
+30
[prev]
[next]