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
...
*
factor dlerror and error-setting code out of dynlink.c
Rich Felker
2016-01-25
2
-32
/
+55
*
fix arm a_crash for big endian
Rich Felker
2016-01-25
1
-2
/
+4
*
add native a_crash primitive for arm
Rich Felker
2016-01-25
1
-0
/
+10
*
add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
update netinet/tcp.h for linux v4.2
Szabolcs Nagy
2016-01-24
1
-0
/
+7
*
add MS_LAZYTIME mount option to sys/mount.h
Szabolcs Nagy
2016-01-24
1
-1
/
+2
*
add AF_MPLS (PF_MPLS) address family to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+2
*
add MSG_FASTOPEN sendmsg/sendto flag to socket.h
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
clean powerpc syscall.h
Szabolcs Nagy
2016-01-24
1
-24
/
+0
*
add missing powerpc specific PROT_SAO memory protection flag
Szabolcs Nagy
2016-01-24
1
-0
/
+1
*
fix powerpc MCL_* mlockall flags in bits/mman.h
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
fix aarch64 atomics to load/store 32bit only
Szabolcs Nagy
2016-01-24
1
-2
/
+2
*
improve aarch64 atomics
Rich Felker
2016-01-23
1
-16
/
+36
*
add arch/abi info to dynamic linker's id/version output
Rich Felker
2016-01-22
1
-1
/
+1
*
remove arch/$(ARCH)/src from the build system
Rich Felker
2016-01-22
1
-1
/
+1
*
remove sh port's __fpscr_values source file
Rich Felker
2016-01-22
1
-5
/
+0
*
move sh port's __shcall internal function from arch/sh/src to src tree
Rich Felker
2016-01-22
1
-0
/
+0
*
move sh __unmapself code from arch/sh/src to main src tree
Rich Felker
2016-01-22
2
-1
/
+1
*
move x32 sysinfo impl and syscall fixup code out of arch/x32/src
Rich Felker
2016-01-22
3
-1
/
+0
*
overhaul powerpc atomics for new atomics framework
Rich Felker
2016-01-22
1
-14
/
+38
*
clean up x86_64 (and x32) atomics for new atomics framework
Rich Felker
2016-01-22
2
-113
/
+130
*
clean up i386 atomics for new atomics framework
Rich Felker
2016-01-22
1
-66
/
+58
*
overhaul mips atomics for new atomics framework
Rich Felker
2016-01-22
1
-53
/
+31
*
move arm-specific translation units out of arch/arm/src, to src/*/arm
Rich Felker
2016-01-22
9
-1
/
+0
*
overhaul arm atomics for new atomics framework
Rich Felker
2016-01-21
1
-142
/
+38
*
overhaul aarch64 atomics for new atomics framework
Rich Felker
2016-01-21
1
-174
/
+25
*
overhaul sh atomics for new atomics framework, add j-core cas.l backend
Rich Felker
2016-01-21
6
-262
/
+110
*
refactor internal atomic.h
Rich Felker
2016-01-21
15
-834
/
+491
*
fix global visibility (vis.h) support for out-of-tree builds
Rich Felker
2016-01-20
1
-1
/
+1
*
exclude vis.h when compiling assembly files
Khem Raj
2016-01-20
1
-1
/
+1
*
simplify "make clean" and remove unneeded lib dir from tree
Rich Felker
2016-01-20
2
-7
/
+1
*
deduplicate compiler invocation command line in makefile
Rich Felker
2016-01-20
1
-7
/
+9
*
remove outdated/incorrect comment about AS_CMD from makefile
Rich Felker
2016-01-20
1
-1
/
+0
*
remove support for subarch .sub files from the makefile
Rich Felker
2016-01-20
1
-16
/
+2
*
fix build regression for arm pre-v7 from out-of-tree build patch
Rich Felker
2016-01-20
3
-1
/
+1
*
switch arm, sh, and mips fenv asm from .sub system to .S files
Rich Felker
2016-01-20
12
-6
/
+21
*
switch sh and mips setjmp asm from .sub system to .S files
Rich Felker
2016-01-20
20
-109
/
+12
*
fix dynamic linker path file selection for arm vs armhf
Rich Felker
2016-01-20
1
-3
/
+3
*
replace armhf math asm source files with inline asm
Rich Felker
2016-01-20
16
-40
/
+60
*
adapt build of arm memcpy asm not to use .sub files
Rich Felker
2016-01-20
4
-2
/
+7
*
eliminate separate static/shared CFLAGS vars in makefile
Rich Felker
2016-01-19
1
-13
/
+13
*
add support for arch-provided replacement files as .c or .S
Rich Felker
2016-01-19
1
-3
/
+9
*
netinet/tcp: Add TCPOPT, TCPOLEN constants
Kylie McClain
2016-01-17
1
-0
/
+13
*
fix if_nametoindex return value when socket open fails
Ron Yorston
2016-01-17
1
-1
/
+1
*
support out-of-tree build
Petr Hosek
2016-01-17
3
-60
/
+101
*
add missing protocols to protoent lookup functions
Timo Teräs
2016-01-06
1
-1
/
+16
*
adjust mips crt_arch entry point asm to avoid assembler bugs
Rich Felker
2015-12-29
1
-1
/
+4
*
adjust i386 max_align_t definition to work around some broken compilers
Rich Felker
2015-12-29
1
-3
/
+5
*
fix overly pessimistic realloc strategy in getdelim
Rich Felker
2015-12-20
1
-1
/
+1
*
avoid updating caller's size when getdelim fails to realloc
Rich Felker
2015-12-19
1
-5
/
+6
[prev]
[next]