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
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove workaround for broken mips assemblers
Rich Felker
2016-02-08
1
-4
/
+1
*
ldso: fix GDB dynamic linker info on MIPS
Felix Fietkau
2016-01-30
1
-1
/
+1
*
deduplicate the bulk of the arch bits headers
Rich Felker
2016-01-27
3
-18
/
+0
*
mips: add vdso support
Hauke Mehrtens
2016-01-27
1
-0
/
+4
*
fix siginfo_t for mips
Szabolcs Nagy
2016-01-26
1
-0
/
+9
*
add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags
Szabolcs Nagy
2016-01-26
1
-0
/
+1
*
add mlock2 syscall number from linux v4.4
Szabolcs Nagy
2016-01-26
1
-0
/
+2
*
add new membarrier, userfaultfd and switch_endian syscalls
Szabolcs Nagy
2016-01-26
1
-0
/
+4
*
overhaul mips atomics for new atomics framework
Rich Felker
2016-01-22
1
-53
/
+31
*
refactor internal atomic.h
Rich Felker
2016-01-21
2
-205
/
+61
*
adjust mips crt_arch entry point asm to avoid assembler bugs
Rich Felker
2015-12-29
1
-1
/
+4
*
remove visibility suppression by SHARED macro in mips and x32 arch files
Rich Felker
2015-12-15
1
-2
/
+0
*
properly access mcontext_t program counter in cancellation handler
Rich Felker
2015-11-02
1
-1
/
+1
*
add comment documenting hard-coded opcode for reading mips thread pointer
Rich Felker
2015-10-15
1
-0
/
+1
*
fix signal return for sh/fdpic
Rich Felker
2015-09-23
1
-0
/
+2
*
new dlstart stage-2 chaining for mips
Rich Felker
2015-09-17
1
-0
/
+15
*
socket.h: cleanup/reorder mips and powerpc bits/socket.h
Roman Yeryomin
2015-07-21
1
-16
/
+18
*
socket.h: fix SO_* for mips
Roman Yeryomin
2015-07-21
1
-0
/
+3
*
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
1
-0
/
+2
*
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
1
-0
/
+1
*
fix __syscall declaration with wrong visibility in syscall_arch.h
Szabolcs Nagy
2015-04-30
1
-0
/
+3
*
fix missing quotation mark in mips crt_arch.h that broke build
Rich Felker
2015-04-17
1
-1
/
+1
*
dynamic linker bootstrap overhaul
Rich Felker
2015-04-13
2
-89
/
+38
*
fix possible clobbering of syscall return values on mips
Rich Felker
2015-04-07
1
-3
/
+6
*
move O_PATH definition back to arch bits
Rich Felker
2015-04-01
1
-0
/
+1
*
fix MINSIGSTKSZ values for archs with large signal contexts
Rich Felker
2015-03-18
1
-0
/
+5
*
fix FLT_ROUNDS to reflect the current rounding mode
Szabolcs Nagy
2015-03-07
1
-1
/
+0
*
fix POLLWRNORM and POLLWRBAND on mips
Trutz Behn
2015-03-04
1
-0
/
+2
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-7
/
+7
*
add syscall numbers for the new execveat syscall
Szabolcs Nagy
2015-02-09
1
-0
/
+2
*
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
Trutz Behn
2015-01-30
1
-3
/
+0
*
remove mips-only EINIT and EREMDEV errnos
Trutz Behn
2015-01-30
1
-2
/
+0
*
add new syscall numbers for bpf and kexec_file_load
Szabolcs Nagy
2014-12-23
1
-0
/
+2
*
move wint_t definition to the shared part of alltypes.h.in
Rich Felker
2014-12-21
1
-1
/
+0
*
add explicit barrier operation to internal atomic.h API
Rich Felker
2014-10-10
1
-1
/
+3
*
add new syscall numbers for seccomp, getrandom, memfd_create
Szabolcs Nagy
2014-10-08
1
-0
/
+6
*
add threads.h and needed per-arch types for mtx_t and cnd_t
Rich Felker
2014-09-06
1
-0
/
+2
*
add working a_spin() atomic for non-x86 targets
Rich Felker
2014-08-25
1
-0
/
+1
*
add max_align_t definition for C11 and C++11
Rich Felker
2014-08-20
1
-0
/
+2
*
make pointers used in robust list volatile
Rich Felker
2014-08-17
1
-1
/
+1
*
clean up unused and inconsistent atomics in arch dirs
Rich Felker
2014-07-27
1
-6
/
+0
*
add syscall numbers for the new renameat2 syscall
Szabolcs Nagy
2014-07-20
1
-0
/
+2
*
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 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 regression in mips dynamic linker
Rich Felker
2014-06-30
1
-0
/
+1
*
refactor to remove arch-specific relocation code from dynamic linker
Rich Felker
2014-06-18
1
-23
/
+9
[prev]
[next]