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