add m68k reg.h and user.h
[oweals/musl.git] / arch / mips /
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
2014-04-30 Rich Felkerfix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkerfix mips stack_t
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-19 Rich Felkerfix size of mips jmp_buf
2014-03-19 Rich Felkerremove useless and incorrect uc_regspace member from...
2014-03-12 Szabolcs Nagyfix statfs struct on mips
2014-03-12 Szabolcs Nagyfix semid_ds structure on mips
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-24 Szabolcs Nagymips: add mips-sf subarch support (soft-float)
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-09-26 Rich Felkerremove duplicate lines from mips bits/syscall.h
next