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