fix regression in s390x SO_PEERSEC definition
[oweals/musl.git] / arch / mipsn32 /
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mipsn32...
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 struct definition...
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-07-03 Rich Felkeradd consistent reserved fields in mips64/n32 termios...
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-18 Rich Felkeradd mips n32 port (ILP32 ABI for mips64)