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
2023-04-17
hurd: Avoid extra ctty RPCs in init_dtable ()
Sergey Bugaev
1
-6
/
+38
2023-04-17
math: Improve fmod(f) performance
Wilco Dijkstra
2
-77
/
+101
2023-04-17
Benchtests: Adjust timing
Wilco Dijkstra
11
-11
/
+11
2023-04-14
hurd: Only check for TLS initialization inside rtld or in static builds
Sergey Bugaev
6
-33
/
+83
2023-04-14
hurd: Remove __hurd_local_reply_port
Sergey Bugaev
4
-21
/
+60
2023-04-14
malloc: Assure that THP mode read do write OOB end of stringt
Adhemerval Zanella
1
-0
/
+2
2023-04-13
malloc: Assure that THP mode is always null terminated
Adhemerval Zanella
1
-0
/
+1
2023-04-13
hurd: Mark two tests as unsupported
Samuel Thibault
1
-0
/
+10
2023-04-13
hurd: Restore destroying receive rights on sigreturn
Samuel Thibault
1
-2
/
+2
2023-04-12
aio: Fix freeing memory
Samuel Thibault
1
-1
/
+1
2023-04-11
Revert "hurd: Only check for TLS initialization inside rtld or in static builds"
Samuel Thibault
6
-83
/
+33
2023-04-11
hurd: Don't leak __hurd_reply_port0
Sergey Bugaev
2
-1
/
+13
2023-04-10
hurd: Improve reply port handling when exiting signal handlers
Sergey Bugaev
2
-29
/
+16
2023-04-10
hurd: Only check for TLS initialization inside rtld or in static builds
Sergey Bugaev
6
-34
/
+85
2023-04-10
elf: Stop including tls.h in ldsodefs.h
Sergey Bugaev
1
-1
/
+0
2023-04-10
hurd: Port trampoline.c to x86_64
Sergey Bugaev
1
-7
/
+151
2023-04-10
hurd: Do not declare local variables volatile
Sergey Bugaev
2
-3
/
+3
2023-04-10
hurd: Implement x86_64/intr-msg.h
Sergey Bugaev
1
-0
/
+119
2023-04-10
hurd: Add sys/ucontext.h and sigcontext.h for x86_64
Sergey Bugaev
3
-0
/
+326
2023-04-10
hurd: Stop depending on the default_pager stubs provided by gnumach
Flavio Cruz
2
-4
/
+2
2023-04-08
manual: update AddressSanitizer discussion
Paul Eggert
1
-5
/
+4
2023-04-08
manual: document snprintf truncation better
Paul Eggert
1
-1
/
+4
2023-04-08
manual: improve string section wording
Paul Eggert
1
-13
/
+21
2023-04-08
manual: fix texinfo typo
Paul Eggert
1
-2
/
+1
2023-04-06
<stdio.h>: Make fopencookie, vasprintf, asprintf available by default
Florian Weimer
1
-3
/
+3
2023-04-06
<string.h>: Make strchrnul, strcasestr, memmem available by default
Florian Weimer
1
-3
/
+3
2023-04-05
<sys/platform/x86.h>: Add PREFETCHI support
H.J. Lu
5
-0
/
+10
2023-04-05
<sys/platform/x86.h>: Add AMX-COMPLEX support
H.J. Lu
5
-0
/
+11
2023-04-05
<sys/platform/x86.h>: Add AVX-NE-CONVERT support
H.J. Lu
5
-0
/
+11
2023-04-05
<sys/platform/x86.h>: Add AVX-VNNI-INT8 support
H.J. Lu
5
-0
/
+20
2023-04-05
<sys/platform/x86.h>: Add MSRLIST support
H.J. Lu
3
-0
/
+6
2023-04-05
<sys/platform/x86.h>: Add AVX-IFMA support
H.J. Lu
5
-0
/
+11
2023-04-05
<sys/platform/x86.h>: Add AMX-FP16 support
H.J. Lu
5
-0
/
+11
2023-04-05
<sys/platform/x86.h>: Add WRMSRNS support
H.J. Lu
3
-0
/
+5
2023-04-05
<sys/platform/x86.h>: Add ArchPerfmonExt support
H.J. Lu
3
-0
/
+6
2023-04-05
<sys/platform/x86.h>: Add CMPCCXADD support
H.J. Lu
5
-0
/
+10
2023-04-05
<sys/platform/x86.h>: Add LASS support
H.J. Lu
3
-0
/
+5
2023-04-05
<sys/platform/x86.h>: Add RAO-INT support
H.J. Lu
5
-0
/
+10
2023-04-05
<sys/platform/x86.h>: Add LBR support
H.J. Lu
3
-1
/
+5
2023-04-05
<sys/platform/x86.h>: Add RTM_FORCE_ABORT support
H.J. Lu
3
-1
/
+5
2023-04-05
<sys/platform/x86.h>: Add SGX-KEYS support
H.J. Lu
3
-1
/
+5
2023-04-05
<sys/platform/x86.h>: Add BUS_LOCK_DETECT support
H.J. Lu
3
-1
/
+5
2023-04-05
<sys/platform/x86.h>: Add LA57 support
H.J. Lu
3
-1
/
+5
2023-04-05
platform.texi: Move LAM after LAHF64_SAHF64
H.J. Lu
1
-3
/
+3
2023-04-05
<bits/platform/x86.h>: Rename to x86_cpu_INDEX_7_ECX_15
H.J. Lu
1
-1
/
+1
2023-04-05
hppa: Update struct __pthread_rwlock_arch_t comment.
John David Anglin
1
-5
/
+5
2023-04-05
hppa: Revise __TIMESIZE define to use __WORDSIZE
John David Anglin
1
-1
/
+3
2023-04-05
libio: Remove unused pragma weak on vtable
Adhemerval Zanella
1
-2
/
+0
2023-04-05
malloc: Only set pragma weak for rpc freemem if required
Adhemerval Zanella
1
-2
/
+4
2023-04-05
htl: move pthread_self info libc.
Guy-Fleury Iteriteka
9
-16
/
+18
[prev]
[next]