index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Expand
)
Author
Lines
2023-11-06
ldso: convert TLSDESC_BACKWARDS from "#ifdef" to "if" logic
Rich Felker
-0
/
+4
2023-06-01
fix public clone function to be safe and usable by applications
Rich Felker
-0
/
+2
2023-02-09
fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64
Rich Felker
-0
/
+5
2023-01-18
fix debugger tracking of shared libraries on mips with PIE main program
Rich Felker
-0
/
+4
2022-10-19
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
-0
/
+1
2022-10-19
fix potential deadlock in dlerror buffer handling at thread exit
Rich Felker
-1
/
+0
2022-08-02
ldso: support DT_RELR relative relocation format
Fangrui Song
-1
/
+1
2022-08-02
use syscall_arg_t and __scc macro for arguments to __alt_socketcall
Alex Xu (Hello71)
-3
/
+3
2022-04-27
don't remap internal-use syscall macros to nonexistent time32 syscalls
Stefan O'Rear
-10
/
+10
2020-12-09
lift locale lock out of internal __get_locale
Rich Felker
-0
/
+2
2020-11-20
fix regression in pthread_exit
Rich Felker
-1
/
+2
2020-11-11
lift child restrictions after multi-threaded fork
Rich Felker
-0
/
+19
2020-10-14
move aio implementation details to a proper internal header
Rich Felker
-3
/
+9
2020-10-14
remove long-unused struct __timer from pthread_impl.h
Rich Felker
-5
/
+0
2020-10-14
move __abort_lock to its own file and drop pointless weak_alias trick
Rich Felker
-0
/
+2
2020-09-28
fix fork of processes with active async io contexts
Rich Felker
-0
/
+2
2020-08-27
remove redundant pthread struct members repeated for layout purposes
Rich Felker
-9
/
+14
2020-08-27
deduplicate __pthread_self thread pointer adjustment out of each arch
Rich Felker
-0
/
+2
2020-08-24
deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET
Rich Felker
-0
/
+10
2020-08-24
make h_errno thread-local
Rich Felker
-0
/
+1
2020-08-08
prefer new socket syscalls, fallback to SYS_socketcall only if needed
Rich Felker
-9
/
+23
2020-08-05
math: add __math_invalidl
Szabolcs Nagy
-0
/
+3
2020-07-05
fix C implementation of a_clz_32
Rich Felker
-1
/
+1
2020-06-11
add fallback a_clz_32 implementation
Rich Felker
-0
/
+15
2020-06-10
have ldso track replacement of aligned_alloc
Rich Felker
-0
/
+1
2020-06-10
reintroduce calloc elison of memset for direct-mmapped allocations
Rich Felker
-0
/
+1
2020-06-02
move malloc_impl.h from src/internal to src/malloc
Rich Felker
-43
/
+0
2020-06-02
move declaration of interfaces between malloc and ldso to dynlink.h
Rich Felker
-4
/
+4
2020-05-22
restore lock-skipping for processes that return to single-threaded state
Rich Felker
-0
/
+1
2020-05-22
cut down size of some libc struct members
Rich Felker
-3
/
+3
2020-05-22
don't use libc.threads_minus_1 as relaxed atomic for skipping locks
Rich Felker
-1
/
+1
2020-04-17
move __string_read into vsscanf source file
Rich Felker
-2
/
+0
2020-04-17
fix possible access to uninitialized memory in shgetc (via scanf)
Rich Felker
-1
/
+1
2020-02-21
math: fix sinh overflows in non-nearest rounding
Szabolcs Nagy
-2
/
+2
2020-02-05
remove legacy time32 timer[fd] syscalls from public syscall.h
Rich Felker
-0
/
+16
2020-02-05
remove further legacy time32 clock syscalls from public syscall.h
Rich Felker
-0
/
+16
2020-01-30
remove legacy clock_gettime and gettimeofday from public syscall.h
Rich Felker
-0
/
+7
2019-12-31
move stage3_func typedef out of shared internal dynlink.h header
Rich Felker
-1
/
+0
2019-12-17
implement SO_TIMESTAMP[NS] fallback for kernels without time64 versions
Rich Felker
-0
/
+7
2019-10-18
fix incorrect use of fabs on long double operand in floatscan.c
Rich Felker
-4
/
+1
2019-09-29
remove remaining traces of __tls_get_new
Szabolcs Nagy
-1
/
+0
2019-08-11
add support for powerpc/powerpc64 unaligned relocations
Samuel Holland
-0
/
+1
2019-07-31
ioctl: add fallback for new time64 SIOCGSTAMP[NS]
Rich Felker
-0
/
+7
2019-07-31
get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO
Rich Felker
-0
/
+7
2019-07-31
make __socketcall analogous to __syscall, error-returning
Rich Felker
-6
/
+6
2019-07-27
internally, define plain syscalls, if missing, as their time64 variants
Rich Felker
-0
/
+83
2019-06-21
do not use _Noreturn for a function pointer in dynamic linker
Matthew Maurer
-1
/
+1
2019-05-05
allow archs to provide a 7-argument syscall if needed
Rich Felker
-0
/
+1
2019-04-20
make new math code compatible with unused variable warning/error
Rich Felker
-3
/
+6
2019-04-17
math: new pow
Szabolcs Nagy
-0
/
+1
[next]