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
*
fix build error on arm due to new a_spin code
Rich Felker
2014-08-25
1
-1
/
+1
*
add working a_spin() atomic for non-x86 targets
Rich Felker
2014-08-25
6
-0
/
+6
*
add max_align_t definition for C11 and C++11
Rich Felker
2014-08-20
9
-0
/
+18
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
9
-9
/
+9
*
fix broken offset argument to the mmap2 syscall on or1k
Rich Felker
2014-07-30
1
-0
/
+2
*
provide PAGE_SIZE as a constant value of 8192 on or1k
Rich Felker
2014-07-30
1
-0
/
+1
*
fix terminal control ioctl constants for sh
Rich Felker
2014-07-29
1
-4
/
+8
*
remove unused a_cas_l from or1k atomic.h
Rich Felker
2014-07-27
1
-5
/
+0
*
clean up unused and inconsistent atomics in arch dirs
Rich Felker
2014-07-27
8
-100
/
+0
*
fix insufficient synchronization in sh atomic asm
Rich Felker
2014-07-27
1
-1
/
+2
*
add syscall numbers for the new renameat2 syscall
Szabolcs Nagy
2014-07-20
7
-0
/
+19
*
fix regression that negated some mips syscall error returns
Rich Felker
2014-07-20
1
-5
/
+5
*
fix mips struct stat dev_t members for big endian
Rich Felker
2014-07-19
1
-20
/
+81
*
fix or1k atomic store
Rich Felker
2014-07-19
1
-1
/
+1
*
fix missing barriers in powerpc atomic store
Rich Felker
2014-07-19
1
-1
/
+5
*
fix microblaze atomic store
Rich Felker
2014-07-19
1
-1
/
+3
*
fix missing barrier instructions in powerpc atomic asm
Rich Felker
2014-07-19
1
-1
/
+4
*
fix missing barrier instructions in mips atomic asm
Rich Felker
2014-07-19
1
-14
/
+18
*
use memory constraints for mips atomic asm
Rich Felker
2014-07-19
1
-24
/
+24
*
fix build breakage from ppc asm constraints change
Rich Felker
2014-07-19
1
-3
/
+3
*
remove cruft from microblaze atomic.h
Rich Felker
2014-07-19
1
-13
/
+0
*
fix broken constraints for powerpc atomic cas asm
Rich Felker
2014-07-19
1
-1
/
+1
*
fix microblaze definition of struct stat
Rich Felker
2014-07-18
1
-3
/
+2
*
add or1k (OpenRISC 1000) architecture port
Stefan Kristiansson
2014-07-18
32
-0
/
+1737
*
fix regression in mips dynamic linker
Rich Felker
2014-06-30
1
-0
/
+1
*
add tlsdesc support for x86_64
Rich Felker
2014-06-19
1
-0
/
+2
*
add tlsdesc support for i386
Rich Felker
2014-06-19
1
-0
/
+2
*
refactor to remove arch-specific relocation code from dynamic linker
Rich Felker
2014-06-18
8
-200
/
+98
*
fix powerpc dynamic linker thread-pointer-relative relocations
Rich Felker
2014-06-17
1
-3
/
+3
*
multiple fixes to sh (superh) dynamic linker relocations
Rich Felker
2014-06-17
1
-10
/
+8
*
dynamic linker: permit error returns from arch-specific reloc function
Rich Felker
2014-06-16
8
-8
/
+16
*
add vdso clock_gettime acceleration support to i386
Rich Felker
2014-06-06
1
-0
/
+4
*
add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro
Szabolcs Nagy
2014-05-30
7
-0
/
+30
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
1
-0
/
+2
*
fix arm thread-pointer/atomic asm when compiling to thumb code
Rich Felker
2014-04-30
2
-6
/
+7
*
fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
Rich Felker
2014-04-30
1
-1
/
+2
*
make socketcall types common as they are same for all architectures
Timo Teräs
2014-04-17
2
-40
/
+0
*
add working vdso clock_gettime support, including static linking
Rich Felker
2014-04-16
1
-0
/
+4
*
fix RLIMIT_ constants for mips
Szabolcs Nagy
2014-04-15
8
-0
/
+5
*
add namespace-protected name for sysinfo function
Rich Felker
2014-04-15
1
-1
/
+4
*
use dmb barrier instruction for atomics on arm v7
Rich Felker
2014-04-14
1
-2
/
+9
*
fix arm atomic asm register constraint
Rich Felker
2014-04-07
1
-1
/
+1
*
use inline atomics and thread pointer on arm models supporting them
Rich Felker
2014-04-07
2
-1
/
+36
*
fix microblaze syscall register clobbers
Rich Felker
2014-04-02
1
-7
/
+7
*
fix signal.h breakage from moving stack_t to arch-specific bits
Rich Felker
2014-03-18
8
-48
/
+48
*
fix mips stack_t
Rich Felker
2014-03-18
1
-1
/
+1
*
move signal.h definition of stack_t to arch-specific bits
Rich Felker
2014-03-18
8
-0
/
+48
*
fix typo in filename used in sh port
Rich Felker
2014-03-18
1
-0
/
+0
*
fix size of mips jmp_buf
Rich Felker
2014-03-18
1
-1
/
+1
*
remove useless and incorrect uc_regspace member from mips ucontext_t
Rich Felker
2014-03-18
1
-1
/
+0
[next]