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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix minor namespace issues in termios.h
Rich Felker
2018-03-10
6
-0
/
+12
*
remove spurious const keyword in sigqueue declaration
Rich Felker
2018-03-10
1
-1
/
+1
*
fix minor namespace issue in unistd.h
Rich Felker
2018-03-10
1
-2
/
+1
*
fix minor namespace issue in tar.h
Rich Felker
2018-03-10
1
-0
/
+2
*
fix minor namespace issues in limits.h
Rich Felker
2018-03-10
1
-5
/
+10
*
use PAGESIZE rather than PAGE_SIZE in user.h bits
Rich Felker
2018-03-10
4
-8
/
+8
*
reverse definition dependency between PAGESIZE and PAGE_SIZE
Rich Felker
2018-03-10
7
-8
/
+8
*
fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value
Rich Felker
2018-03-07
1
-1
/
+1
*
add public interface headers to implementation files
Rich Felker
2018-02-25
6
-0
/
+11
*
fix aliasing violations in fgetpos/fsetpos
Rich Felker
2018-02-24
3
-2
/
+3
*
use idiomatic safe form for FUNLOCK macro
Rich Felker
2018-02-24
1
-1
/
+1
*
in vswprintf, initialize the FILE rather than memset-and-assign
Rich Felker
2018-02-24
1
-9
/
+8
*
remove unused MIN macro from getdelim source file
Rich Felker
2018-02-24
1
-2
/
+0
*
remove useless null check before call to free in fclose
Rich Felker
2018-02-24
1
-1
/
+1
*
remove useless and confusing parentheses in stdio __towrite function
Rich Felker
2018-02-24
1
-1
/
+1
*
avoid use of readv syscall in __stdio_read backend when not needed
Rich Felker
2018-02-24
1
-1
/
+2
*
consistently return number of bytes read from stdio read backend
Rich Felker
2018-02-24
2
-2
/
+2
*
remove obfuscated flags bit-twiddling logic in __stdio_read
Rich Felker
2018-02-24
1
-1
/
+1
*
fix getopt wrongly treating colons in optstring as valid option chars
Rich Felker
2018-02-24
1
-1
/
+1
*
add getentropy function
Rich Felker
2018-02-23
2
-0
/
+32
*
add getrandom syscall wrapper
Hauke Mehrtens
2018-02-22
2
-0
/
+26
*
aarch64: add sve_context struct and related defines from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+39
*
elf.h: add DT_SYMTAB_SHNDX
Szabolcs Nagy
2018-02-22
1
-1
/
+2
*
elf.h: syncronize DF_1_ flags with binutils
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
elf.h: update NT_* coredump elf notes for linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+21
*
elf.h: add PPC64_OPT_LOCALENTRY
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
elf.h: add AT_* auxval macros for cache geometry
Szabolcs Nagy
2018-02-22
1
-0
/
+8
*
sys/prctl.h: add new PR_SVE_* macros from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+6
*
aarch64: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+6
*
arm: add get_tls syscall from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
powerpc: update hwcap.h for linux v4.15
Szabolcs Nagy
2018-02-22
2
-0
/
+6
*
s390x: add s390_sthyi system call from v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
netinet/in.h: add new IPV6_FREEBIND from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
netinet/tcp.h: add TCP_* socket options from linux v4.15
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
Szabolcs Nagy
2018-02-22
6
-0
/
+7
*
mips,powerpc: fix TIOCSER_TEMT in termios.h
Szabolcs Nagy
2018-02-22
5
-5
/
+5
*
netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+8
*
sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux uapi
Szabolcs Nagy
2018-02-22
2
-0
/
+26
*
netinet/if_ether.h: add new ETH_P_ macros from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+4
*
net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
signal.h: add missing SIGTRAP si_codes
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
aarch64: add HWCAP_DCPOP from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
sys/mman.h: add MADV_WIPEONFORK from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
sys/socket.h: add MSG_ZEROCOPY from linux v4.14
Szabolcs Nagy
2018-02-22
1
-0
/
+2
*
sys/socket.h: add SOL_TLS from linux v4.13
Szabolcs Nagy
2018-02-22
1
-0
/
+1
*
sys/socket.h: add PF_SMC from linux v4.11
Szabolcs Nagy
2018-02-22
1
-1
/
+3
*
release 1.1.19
v1.1.19
Rich Felker
2018-02-22
2
-1
/
+46
*
update authors/contributors list
Rich Felker
2018-02-21
1
-0
/
+17
*
fix detection of LIBCC for compiler-rt with clang
Matúš Olekšák
2018-02-21
1
-0
/
+2
*
convert execvp error handling to switch statement
Rich Felker
2018-02-21
1
-2
/
+9
[next]