index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-21
use the correct stat structure in the fstat path
Samuel Holland
1
-4
/
+4
2019-07-20
refactor adjtime function using adjtimex function instead of syscall
Rich Felker
1
-1
/
+1
2019-07-20
refactor adjtimex in terms of clock_adjtime
Rich Felker
2
-2
/
+4
2019-07-19
fix inadvertent introduction of extern object stx
Rich Felker
1
-1
/
+1
2019-07-18
implement fstatat with SYS_statx, conditional on undersized kstat time
Rich Felker
1
-2
/
+68
2019-07-18
cleanup includes now that stat, lstat no longer make direct syscalls
Rich Felker
2
-2
/
+0
2019-07-18
restore property that fstat(AT_FDCWD) fails with EBADF
Rich Felker
1
-0
/
+1
2019-07-18
decouple struct stat from kernel type
Rich Felker
1
-4
/
+27
2019-07-18
refactor all stat functions in terms of fstatat
Rich Felker
4
-23
/
+37
2019-07-16
fix broken lseek on x32 (x86_64/ILP32) with offsets larger than LONG_MAX
Rich Felker
1
-0
/
+15
2019-07-16
fix broken lseek on mipsn32 with offsets larger than LONG_MAX
Rich Felker
1
-0
/
+20
2019-07-16
use namespace-safe __lseek for __stdio_seek instead of direct syscall
Rich Felker
3
-10
/
+6
2019-07-13
fix sigaltstack to ignore ss_size with SS_DISABLE, per POSIX
James Y Knight
1
-1
/
+1
2019-07-10
use the correct attributes for ___errno_location
Samuel Holland
1
-0
/
+3
2019-07-10
fix restrict violations in internal use of several functions
Samuel Holland
3
-10
/
+10
2019-07-08
prevent dup2 action for posix_spawn internal pipe fd
Rich Felker
1
-0
/
+4
2019-07-02
remove stray .end directives from powerpc[64] asm
Fangrui Song
2
-2
/
+0
2019-07-01
ipc: prefer SYS_ipc when it is defined
Szabolcs Nagy
12
-12
/
+12
2019-07-01
fix deadlock in synccall after threaded fork
Samuel Holland
1
-0
/
+1
2019-06-28
cap getdents length argument to INT_MAX
Rich Felker
1
-0
/
+2
2019-06-25
allow fmemopen with zero size
Rich Felker
1
-1
/
+1
2019-06-21
do not use _Noreturn for a function pointer in dynamic linker
Matthew Maurer
1
-1
/
+1
2019-06-14
add riscv64 architecture support
Rich Felker
24
-0
/
+465
2019-05-26
optimize aarch64 dynamic tlsdesc function to spill fewer registers
Rich Felker
1
-10
/
+7
2019-05-16
fix tls offsets when p_vaddr%p_align != 0 on TLS_ABOVE_TP targets
Szabolcs Nagy
1
-1
/
+2
2019-05-16
fix format strings for uid/gid values in putpwent/putgrent
Rich Felker
2
-2
/
+2
2019-05-05
make fgetwc set error indicator for stream on encoding errors
Rich Felker
1
-2
/
+8
2019-05-05
allow archs to provide a 7-argument syscall if needed
Rich Felker
1
-0
/
+1
2019-04-20
make new math code compatible with unused variable warning/error
Rich Felker
1
-3
/
+6
2019-04-17
math: new pow
Szabolcs Nagy
4
-303
/
+521
2019-04-17
math: new exp and exp2
Szabolcs Nagy
4
-480
/
+434
2019-04-17
math: new log2
Szabolcs Nagy
3
-106
/
+335
2019-04-17
math: new log
Szabolcs Nagy
3
-104
/
+454
2019-04-17
math: new powf
Szabolcs Nagy
4
-240
/
+232
2019-04-17
math: new exp2f and expf
Szabolcs Nagy
5
-179
/
+193
2019-04-17
math: new log2f
Szabolcs Nagy
3
-58
/
+108
2019-04-17
math: new logf
Szabolcs Nagy
3
-54
/
+109
2019-04-17
math: add configuration macros
Szabolcs Nagy
1
-0
/
+5
2019-04-17
math: add macros for static branch prediction hints
Szabolcs Nagy
1
-0
/
+9
2019-04-17
math: add double precision error handling functions
Szabolcs Nagy
6
-0
/
+35
2019-04-17
math: add single precision error handling functions
Szabolcs Nagy
6
-0
/
+37
2019-04-17
math: add eval_as_float and eval_as_double
Szabolcs Nagy
1
-0
/
+17
2019-04-17
math: add fp_arch.h with fp_barrier and fp_force_eval
Szabolcs Nagy
1
-6
/
+65
2019-04-17
math: remove sun copyright from libm.h
Szabolcs Nagy
1
-23
/
+0
2019-04-17
math: add asuint, asuint64, asfloat and asdouble
Szabolcs Nagy
1
-33
/
+15
2019-04-17
math: move complex math out of libm.h
Szabolcs Nagy
67
-80
/
+87
2019-04-10
remove external __syscall function and last remaining users
Rich Felker
18
-264
/
+2
2019-04-10
overhaul i386 syscall mechanism not to depend on external asm source
Rich Felker
7
-71
/
+28
2019-04-09
in membarrier fallback, allow for possibility that sigaction fails
Rich Felker
1
-8
/
+9
2019-04-03
fix unintended global symbols in atanl.c
Dan Gohman
1
-3
/
+3
[next]