about summary refs log tree commit diff
path: root/arch/sh/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
* 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
* sh: fix incorrect mcontext_t member namingAriadne Conill2020-12-121-2/+11
* 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/+3
* 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
* 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-22/+41
* 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
* honor __WCHAR_TYPE__ on archs with legacy long definition of wchar_tRich Felker2019-09-081-0/+4
* fix clash between sys/user.h and kernel ptrace.h on powerpc[64], shRich Felker2019-08-191-29/+5
* move IPC_STAT definition to a new bits/ipcstat.h fileRich Felker2019-08-021-0/+1
* duplicate generic bits/msg.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+15
* duplicate generic bits/sem.h for each arch using it, in prep to changeRich Felker2019-07-291-0/+16
* add new syscall numbers from linux v5.1Szabolcs Nagy2019-07-011-0/+39
* move arch-invariant definitions out of bits/ioctl.hBobby Bingham2019-02-071-96/+0
* add arm and sh bits/ptrace.hSzabolcs Nagy2018-09-201-0/+5
* reverse definition dependency between PAGESIZE and PAGE_SIZERich Felker2018-03-101-1/+1
* ioctl TIOCGPTPEER from linux v4.13Szabolcs Nagy2017-11-051-0/+1
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-291-0/+1
* add bits/hwcap.h and include it in sys/auxv.hSzabolcs Nagy2016-10-201-0/+11
* add sh syscall numbers from linux v4.8Szabolcs Nagy2016-10-201-0/+14
* make brace placement in public header struct definitions consistentRich Felker2016-07-032-4/+2
* remove termios2 related ioctls from sh ioctl.hSzabolcs Nagy2016-07-031-4/+0
* add missing TIOC* macros to ioctl.hSzabolcs Nagy2016-07-031-0/+2
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.hSzabolcs Nagy2016-07-031-0/+1
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-031-2/+0
* deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2016-05-122-684/+341
* deduplicate bits/mman.hSzabolcs Nagy2016-03-181-60/+0
* deduplicate the bulk of the arch bits headersRich Felker2016-01-2712-408/+0
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-1/+1
* move O_PATH definition back to arch bitsRich Felker2015-04-011-0/+1
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-181-0/+5