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
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-287
/
+30
*
refactor internal atomic.h
Rich Felker
2016-01-21
14
-834
/
+216
*
fix build regression for arm pre-v7 from out-of-tree build patch
Rich Felker
2016-01-20
2
-0
/
+0
*
fix dynamic linker path file selection for arm vs armhf
Rich Felker
2016-01-20
1
-3
/
+3
*
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
*
remove visibility suppression by SHARED macro in mips and x32 arch files
Rich Felker
2015-12-15
2
-6
/
+0
*
fix dynamic loader library mapping for nommu systems
Rich Felker
2015-11-11
1
-0
/
+2
*
explicitly assemble all arm asm sources as UAL
Rich Felker
2015-11-10
1
-0
/
+1
*
remove non-working pre-armv4t support from arm asm
Rich Felker
2015-11-09
2
-11
/
+0
*
generalize sh entry point asm not to assume call dests fit in 12 bits
Rich Felker
2015-11-02
1
-5
/
+12
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
10
-12
/
+10
*
prevent reordering of or1k and powerpc thread pointer loads
Rich Felker
2015-10-15
2
-0
/
+2
*
mark arm thread-pointer-loading inline asm as volatile
Rich Felker
2015-10-15
1
-3
/
+3
*
add comment documenting hard-coded opcode for reading mips thread pointer
Rich Felker
2015-10-15
1
-0
/
+1
*
remove attribute((const)) from arm __pthread_self inline function
Rich Felker
2015-10-15
1
-2
/
+2
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
2
-0
/
+10
*
have sh/fdpic entry point set fdpic personality if needed
Rich Felker
2015-09-22
1
-0
/
+12
*
add real fdpic loading of shared libraries
Rich Felker
2015-09-22
1
-0
/
+1
*
size-optimize sh/fdpic dynamic entry point
Rich Felker
2015-09-22
1
-0
/
+4
*
work around breakage in sh/fdpic __unmapself function
Rich Felker
2015-09-22
1
-0
/
+5
*
add general fdpic support in dynamic linker and arch support for sh
Rich Felker
2015-09-22
2
-3
/
+12
*
new dlstart stage-2 chaining for x86_64 and x32
Rich Felker
2015-09-17
2
-0
/
+10
*
new dlstart stage-2 chaining for powerpc
Rich Felker
2015-09-17
1
-0
/
+9
*
new dlstart stage-2 chaining for or1k
Rich Felker
2015-09-17
1
-0
/
+9
*
new dlstart stage-2 chaining for mips
Rich Felker
2015-09-17
1
-0
/
+15
*
new dlstart stage-2 chaining for microblaze
Rich Felker
2015-09-17
1
-0
/
+7
*
introduce new symbol-lookup-free rcrt1/dlstart stage chaining
Rich Felker
2015-09-17
1
-0
/
+7
*
reindent powerpc's bits/termios.h to be consistent with other archs
Felix Janda
2015-09-15
1
-140
/
+138
*
fix namespace violations in aarch64/bits/termios.h
Felix Janda
2015-09-15
1
-7
/
+7
*
add sh fdpic subarch variants
Rich Felker
2015-09-12
1
-1
/
+16
*
add fdpic version of entry point code for sh
Rich Felker
2015-09-12
1
-0
/
+29
*
make sh clone asm fdpic-compatible
Rich Felker
2015-09-12
1
-0
/
+5
*
fix missing earlyclobber flag in i386 a_ctz_64 asm
Rich Felker
2015-09-09
1
-1
/
+1
*
implement arm eabi mem* functions
Timo Teräs
2015-08-31
4
-0
/
+36
*
mitigate performance regression in libc-internal locks on x86_64
Rich Felker
2015-08-16
2
-2
/
+2
*
aarch64: fix 64-bit syscall argument passing
Szabolcs Nagy
2015-08-11
1
-4
/
+2
*
fix missing synchronization in atomic store on i386 and x86_64
Rich Felker
2015-07-28
3
-3
/
+3
*
socket.h: cleanup/reorder mips and powerpc bits/socket.h
Roman Yeryomin
2015-07-21
2
-18
/
+20
*
socket.h: fix SO_* for mips
Roman Yeryomin
2015-07-21
2
-1
/
+6
*
mips: fix mcontext_t register array field name
Felix Fietkau
2015-07-21
1
-1
/
+1
*
fix local-dynamic model TLS on mips and powerpc
Rich Felker
2015-06-25
2
-0
/
+4
*
switch to using trap number 31 for syscalls on sh
Rich Felker
2015-06-16
1
-1
/
+1
*
switch sh port's __unmapself to generic version when running on sh2/nommu
Rich Felker
2015-06-16
1
-0
/
+19
*
add support for sh2 interrupt-masking-based atomics to sh port
Rich Felker
2015-06-16
3
-8
/
+113
*
arm: add vdso support
Szabolcs Nagy
2015-06-14
1
-0
/
+4
*
fix stack alignment code in mips crt_arch.h
Rich Felker
2015-05-24
1
-2
/
+2
*
add .text section directive to all crt_arch.h files missing it
Rich Felker
2015-05-22
7
-0
/
+7
*
fix inconsistency in a_and and a_or argument types on x86[_64]
Rich Felker
2015-05-20
3
-12
/
+12
[next]