about summary refs log tree commit diff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* sh: fix incorrect mcontext_t member namingAriadne Conill2020-12-122-4/+13
* 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
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-4/+4
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-1/+0
* 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-029-22/+42
* 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
* remove use of endian.h from arch reloc.h headers, clean upRich Felker2019-10-171-2/+0
* 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
* ioctl: add fallback for new time64 SIOCGSTAMP[NS]Rich Felker2019-07-311-0/+3
* 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
* decouple struct stat from kernel typeRich Felker2019-07-181-0/+21
* 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
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
* add arm and sh bits/ptrace.hSzabolcs Nagy2018-09-201-0/+5
* apply hidden visibility to sigreturn code fragmentsRich Felker2018-09-121-1/+3
* define and use internal macros for hidden visibility, weak refsRich Felker2018-09-051-1/+3
* fix async thread cancellation on sh-fdpicRich Felker2018-08-291-0/+5
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-201-0/+2
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-022-3/+4
* 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
* fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni2017-08-111-1/+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
* fix pread/pwrite syscall calling convention on shRich Felker2016-08-111-0/+1
* 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