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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-25
add public interface headers to implementation files
Rich Felker
6
-0
/
+11
2018-02-24
fix aliasing violations in fgetpos/fsetpos
Rich Felker
3
-2
/
+3
2018-02-24
use idiomatic safe form for FUNLOCK macro
Rich Felker
1
-1
/
+1
2018-02-24
in vswprintf, initialize the FILE rather than memset-and-assign
Rich Felker
1
-9
/
+8
2018-02-24
remove unused MIN macro from getdelim source file
Rich Felker
1
-2
/
+0
2018-02-24
remove useless null check before call to free in fclose
Rich Felker
1
-1
/
+1
2018-02-24
remove useless and confusing parentheses in stdio __towrite function
Rich Felker
1
-1
/
+1
2018-02-24
avoid use of readv syscall in __stdio_read backend when not needed
Rich Felker
1
-1
/
+2
2018-02-24
consistently return number of bytes read from stdio read backend
Rich Felker
2
-2
/
+2
2018-02-24
remove obfuscated flags bit-twiddling logic in __stdio_read
Rich Felker
1
-1
/
+1
2018-02-24
fix getopt wrongly treating colons in optstring as valid option chars
Rich Felker
1
-1
/
+1
2018-02-23
add getentropy function
Rich Felker
2
-0
/
+32
2018-02-22
add getrandom syscall wrapper
Hauke Mehrtens
2
-0
/
+26
2018-02-22
aarch64: add sve_context struct and related defines from linux v4.15
Szabolcs Nagy
1
-0
/
+39
2018-02-22
elf.h: add DT_SYMTAB_SHNDX
Szabolcs Nagy
1
-1
/
+2
2018-02-22
elf.h: syncronize DF_1_ flags with binutils
Szabolcs Nagy
1
-0
/
+2
2018-02-22
elf.h: update NT_* coredump elf notes for linux v4.15
Szabolcs Nagy
1
-0
/
+21
2018-02-22
elf.h: add PPC64_OPT_LOCALENTRY
Szabolcs Nagy
1
-0
/
+1
2018-02-22
elf.h: add AT_* auxval macros for cache geometry
Szabolcs Nagy
1
-0
/
+8
2018-02-22
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
Szabolcs Nagy
1
-0
/
+6
2018-02-22
aarch64: update hwcap.h for linux v4.15
Szabolcs Nagy
1
-0
/
+6
2018-02-22
arm: add get_tls syscall from linux v4.15
Szabolcs Nagy
1
-0
/
+1
2018-02-22
powerpc: update hwcap.h for linux v4.15
Szabolcs Nagy
2
-0
/
+6
2018-02-22
s390x: add s390_sthyi system call from v4.15
Szabolcs Nagy
1
-0
/
+1
2018-02-22
netinet/in.h: add new IPV6_FREEBIND from linux v4.15
Szabolcs Nagy
1
-0
/
+1
2018-02-22
netinet/tcp.h: add TCP_* socket options from linux v4.15
Szabolcs Nagy
1
-0
/
+2
2018-02-22
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
6
-0
/
+7
2018-02-22
mips,powerpc: fix TIOCSER_TEMT in termios.h
Szabolcs Nagy
5
-5
/
+5
2018-02-22
netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14
Szabolcs Nagy
1
-0
/
+8
2018-02-22
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
Szabolcs Nagy
2
-0
/
+26
2018-02-22
netinet/if_ether.h: add new ETH_P_ macros from linux v4.14
Szabolcs Nagy
1
-0
/
+4
2018-02-22
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
Szabolcs Nagy
1
-0
/
+1
2018-02-22
signal.h: add missing SIGTRAP si_codes
Szabolcs Nagy
1
-0
/
+2
2018-02-22
aarch64: add HWCAP_DCPOP from linux v4.14
Szabolcs Nagy
1
-0
/
+1
2018-02-22
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
Szabolcs Nagy
1
-0
/
+2
2018-02-22
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
Szabolcs Nagy
1
-0
/
+2
2018-02-22
sys/socket.h: add SOL_TLS from linux v4.13
Szabolcs Nagy
1
-0
/
+1
2018-02-22
sys/socket.h: add PF_SMC from linux v4.11
Szabolcs Nagy
1
-1
/
+3
2018-02-22
release 1.1.19
v1.1.19
Rich Felker
2
-1
/
+46
2018-02-21
update authors/contributors list
Rich Felker
1
-0
/
+17
2018-02-21
fix detection of LIBCC for compiler-rt with clang
Matúš Olekšák
1
-0
/
+2
2018-02-21
convert execvp error handling to switch statement
Rich Felker
1
-2
/
+9
2018-02-21
fix execvp failing on not-dir entries in PATH.
Przemyslaw Pawelczyk
1
-1
/
+1
2018-02-11
fix incorrect overflow check for allocation in fmemopen
Rich Felker
1
-1
/
+1
2018-02-07
better configure check for long double support
Szabolcs Nagy
1
-3
/
+2
2018-02-07
make getcwd fail if it cannot obtain an absolute path
Dmitry V. Levin
1
-1
/
+7
2018-02-07
disallow non-absolute rpath $ORIGIN for suid/sgid/AT_SECURE processes
Rich Felker
1
-0
/
+3
2018-02-07
honor rpath $ORIGIN for ldd/ldso command with program in working dir
Rich Felker
1
-1
/
+10
2018-02-06
adjust strftime + modifier to match apparent intent of POSIX
Rich Felker
1
-6
/
+12
2018-02-05
fix strftime field widths with %F format and zero year
Rich Felker
1
-1
/
+2
[next]