about summary refs log tree commit diff
path: root/arch/mipsn32/bits
Commit message (Expand)AuthorAgeFilesLines
* bits/syscall.h: add __NR_fchmodat2 from linux v6.6Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add cachestat from linux v6.4Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add set_mempolicy_home_node from linux v5.17Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add futex_waitv from linux v5.16Gaël PORTAY2024-02-221-0/+1
* bits/syscall.h: add process_mrelease from linux v5.15Rich Felker2024-02-221-0/+1
* fix wrong sigaction syscall ABI on mips*, or1k, microblaze, riscv64Rich Felker2023-02-091-1/+0
* bits/syscall.h: add landlock syscalls from linux v5.13Szabolcs Nagy2022-03-081-0/+3
* bits/syscall.h: add mount_setattr from linux v5.12Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add epoll_pwait2 from linux v5.11Szabolcs Nagy2022-03-081-0/+1
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-091-0/+2
* fix incorrect SIGSTKFLT on all mips archsRich Felker2020-05-211-1/+1
* remove legacy time32 timer[fd] syscalls from public syscall.hRich Felker2020-02-051-4/+4
* remove further legacy time32 clock syscalls from public syscall.hRich Felker2020-02-051-4/+4
* remove legacy clock_gettime and gettimeofday from public syscall.hRich Felker2020-01-301-2/+2
* mips: add clone3 syscall numbers from linux v5.4Szabolcs Nagy2019-12-301-0/+1
* add pidfd_open syscall number from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time_t and suseconds_t definitions to common alltypes.h.inRich Felker2019-11-021-3/+0
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-021-5/+0
* switch all existing 32-bit archs to 64-bit time_tRich Felker2019-11-028-32/+50
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-16/+0
* move pthread types out of per-arch alltypes.hRich Felker2019-10-171-8/+0
* define LONG_MAX via arch alltypes.h, strip down bits/limits.hRich Felker2019-10-172-7/+2
* move __BYTE_ORDER definition to alltypes.hRich Felker2019-10-172-5/+6
* remove per-arch definitions for va_listRich Felker2019-10-171-3/+0
* add new syscall numbers from linux v5.2Szabolcs Nagy2019-09-111-0/+6
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-021-0/+1
* extricate bits/sem.h from x32 time_t hackRich Felker2019-07-291-4/+4
* remove utterly wrong includes from mips64/n32 bits/stat.hRich Felker2019-07-181-3/+0
* fix conflicting mips and powerpc definitions for TIOCSER_TEMT macroSamuel Holland2019-07-101-1/+1
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+24
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-071-98/+0
* add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy2018-12-091-0/+2
* add support for arch-specific ptrace command macrosSzabolcs Nagy2018-07-171-0/+9
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-261-0/+1
* mips: add HWCAP_ flags from linux v4.17Szabolcs Nagy2018-06-191-0/+1
* fix minor namespace issues in termios.hRich Felker2018-03-101-0/+2
* add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15Szabolcs Nagy2018-02-221-0/+1
* mips,powerpc: fix TIOCSER_TEMT in termios.hSzabolcs Nagy2018-02-221-1/+1
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* add statx syscall numbers from linux v4.11Szabolcs Nagy2017-11-051-0/+1
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-061-1/+1
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy2017-08-291-5/+5
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-291-0/+3
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+2
* fix regression in tcsetattr on all mips archsRich Felker2016-07-131-3/+3
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-2/+1