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
2016-01-26
change the internal socketcall selection logic
Szabolcs Nagy
2
-1
/
+3
2016-01-25
add ssp suppression to some arch-override files that may need it
Rich Felker
1
-2
/
+4
2016-01-25
use same object files for libc.a and libc.so if compiler produces PIC
Rich Felker
2
-2
/
+13
2016-01-25
move dynamic linker to its own top-level directory, ldso
Rich Felker
5
-19
/
+11
2016-01-25
adapt static dl_iterate_phdr not to depend on !defined(SHARED)
Rich Felker
1
-4
/
+3
2016-01-25
move static-linked stub dlsym out of dynlink.c
Rich Felker
2
-11
/
+15
2016-01-25
move static-linked stub dlopen out of dynlink.c
Rich Felker
2
-5
/
+13
2016-01-25
move dlinfo out of dynlink.c
Rich Felker
2
-16
/
+12
2016-01-25
move dlclose out of dynlink.c to its own source file
Rich Felker
2
-5
/
+9
2016-01-25
move static-linked stub invalid dso handle checking out of dynlink.c
Rich Felker
2
-9
/
+20
2016-01-25
move static/stub version of dladdr out of dynlink.c
Rich Felker
2
-9
/
+6
2016-01-25
factor dlerror and error-setting code out of dynlink.c
Rich Felker
2
-32
/
+55
2016-01-25
fix arm a_crash for big endian
Rich Felker
1
-2
/
+4
2016-01-25
add native a_crash primitive for arm
Rich Felker
1
-0
/
+10
2016-01-24
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
1
-0
/
+2
2016-01-24
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
1
-0
/
+7
2016-01-24
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
1
-1
/
+2
2016-01-24
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
1
-0
/
+2
2016-01-24
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
1
-0
/
+1
2016-01-24
clean powerpc syscall.h
Szabolcs Nagy
1
-24
/
+0
2016-01-24
add missing powerpc specific PROT_SAO memory protection flag
Szabolcs Nagy
1
-0
/
+1
2016-01-24
fix powerpc MCL_* mlockall flags in bits/mman.h
Szabolcs Nagy
1
-2
/
+2
2016-01-24
fix aarch64 atomics to load/store 32bit only
Szabolcs Nagy
1
-2
/
+2
2016-01-23
improve aarch64 atomics
Rich Felker
1
-16
/
+36
2016-01-22
add arch/abi info to dynamic linker's id/version output
Rich Felker
1
-1
/
+1
2016-01-22
remove arch/$(ARCH)/src from the build system
Rich Felker
1
-1
/
+1
2016-01-22
remove sh port's __fpscr_values source file
Rich Felker
1
-5
/
+0
2016-01-22
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
1
-0
/
+0
2016-01-22
move sh __unmapself code from arch/sh/src to main src tree
Rich Felker
2
-1
/
+1
2016-01-22
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
Rich Felker
3
-1
/
+0
2016-01-22
overhaul powerpc atomics for new atomics framework
Rich Felker
1
-14
/
+38
2016-01-22
clean up x86_64 (and x32) atomics for new atomics framework
Rich Felker
2
-113
/
+130
2016-01-22
clean up i386 atomics for new atomics framework
Rich Felker
1
-66
/
+58
2016-01-22
overhaul mips atomics for new atomics framework
Rich Felker
1
-53
/
+31
2016-01-22
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
9
-1
/
+0
2016-01-21
overhaul arm atomics for new atomics framework
Rich Felker
1
-142
/
+38
2016-01-21
overhaul aarch64 atomics for new atomics framework
Rich Felker
1
-174
/
+25
2016-01-21
overhaul sh atomics for new atomics framework, add j-core cas.l backend
Rich Felker
6
-262
/
+110
2016-01-21
refactor internal atomic.h
Rich Felker
15
-834
/
+491
2016-01-20
fix global visibility (vis.h) support for out-of-tree builds
Rich Felker
1
-1
/
+1
2016-01-20
exclude vis.h when compiling assembly files
Khem Raj
1
-1
/
+1
2016-01-20
simplify "make clean" and remove unneeded lib dir from tree
Rich Felker
2
-7
/
+1
2016-01-20
deduplicate compiler invocation command line in makefile
Rich Felker
1
-7
/
+9
2016-01-20
remove outdated/incorrect comment about AS_CMD from makefile
Rich Felker
1
-1
/
+0
2016-01-20
remove support for subarch .sub files from the makefile
Rich Felker
1
-16
/
+2
2016-01-20
fix build regression for arm pre-v7 from out-of-tree build patch
Rich Felker
3
-1
/
+1
2016-01-20
switch arm, sh, and mips fenv asm from .sub system to .S files
Rich Felker
12
-6
/
+21
2016-01-20
switch sh and mips setjmp asm from .sub system to .S files
Rich Felker
20
-109
/
+12
2016-01-20
fix dynamic linker path file selection for arm vs armhf
Rich Felker
1
-3
/
+3
2016-01-20
replace armhf math asm source files with inline asm
Rich Felker
16
-40
/
+60
[next]