update riscv64 syscall numbers to linux v5.1
[oweals/musl.git] / arch / mips /
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-18 Rich Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-05-05 Rich Felkerfix broken posix_fadvise on mips due to missing 7-arg...
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mips
2019-02-07 Bobby Binghammove arch-invariant definitions out of bits/ioctl.h
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-09-12 Rich Felkerapply hidden visibility to sigreturn code fragments
2018-09-05 Rich Felkerdefine and use internal macros for hidden visibility...
2018-07-18 Szabolcs Nagyadd support for arch-specific ptrace command macros
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-06-19 Szabolcs Nagymips: add HWCAP_ flags from linux v4.17
2018-06-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-03-10 Rich Felkerfix minor namespace issues in termios.h
2018-02-22 Szabolcs Nagyadd MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
2018-02-22 Szabolcs Nagymips,powerpc: fix TIOCSER_TEMT in termios.h
2017-11-05 Szabolcs Nagyioctl TIOCGPTPEER from linux v4.13
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-08-29 Szabolcs Nagyadd SIOCGSTAMPNS socket ioctl macro to ioctl.h
2017-08-29 Szabolcs Nagyfix mips ioctl macros to match linux asm/sockios.h
2017-06-01 Rich Felkerremove long-obsolete clang workarounds from mips* sysca...
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-10-20 Szabolcs Nagyadd bits/hwcap.h and include it in sys/auxv.h
2016-07-13 Rich Felkerfix regression in tcsetattr on all mips archs
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-07-03 Rich Felkerformat mips bits/termios.h consistently mips64 and...
2016-07-03 Szabolcs Nagyfix TCS* definitions in mips termios.h
2016-07-03 Szabolcs Nagyfix mips termios.h macro exposure/namespace issues
2016-07-03 Szabolcs Nagyfix TIOCMSET in mips ioctl.h
2016-07-03 Szabolcs Nagyfix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
2016-07-03 Szabolcs Nagyremove mips and powerpc ioctls that are missing from...
2016-07-03 Szabolcs Nagyadd missing TIOC* macros to ioctl.h
2016-07-03 Szabolcs Nagyadd missing SIOCSIFNAME from linux/sockios.h to ioctl.h
2016-07-03 Szabolcs Nagyremove ioctl macros that were removed from linux uapi
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-04-03 Rich Felkeradd support for mips and mips64 r6 isa
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-02-08 Rich Felkerremove workaround for broken mips assemblers
2016-01-31 Felix Fietkauldso: fix GDB dynamic linker info on MIPS
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-27 Hauke Mehrtensmips: add vdso support
2016-01-27 Szabolcs Nagyfix siginfo_t for mips
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-22 Rich Felkeroverhaul mips atomics for new atomics framework
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-12-29 Rich Felkeradjust mips crt_arch entry point asm to avoid assembler...
2015-12-16 Rich Felkerremove visibility suppression by SHARED macro in mips...
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkeradd comment documenting hard-coded opcode for reading...
2015-09-23 Rich Felkerfix signal return for sh/fdpic
2015-09-17 Rich Felkernew dlstart stage-2 chaining for mips
2015-07-21 Roman Yeryominsocket.h: cleanup/reorder mips and powerpc bits/socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-07-21 Felix Fietkaumips: fix mcontext_t register array field name
2015-06-25 Rich Felkerfix local-dynamic model TLS on mips and powerpc
2015-05-25 Rich Felkerfix stack alignment code in mips crt_arch.h
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-18 Rich Felkerfix missing quotation mark in mips crt_arch.h that...
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-07 Rich Felkerfix possible clobbering of syscall return values on...
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2015-01-31 Trutz Behnremove mips-only EINIT and EREMDEV errnos
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix regression that negated some mips syscall error...
2014-07-20 Rich Felkerfix mips struct stat dev_t members for big endian
2014-07-19 Rich Felkerfix missing barrier instructions in mips atomic asm
2014-07-19 Rich Felkeruse memory constraints for mips atomic asm
2014-06-30 Rich Felkerfix regression in mips dynamic linker
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-05-30 Szabolcs Nagyfix for broken kernel side RLIM_INFINITY on mips
next