about summary refs log tree commit diff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy2016-01-261-0/+1
* remove sh port's __fpscr_values source fileRich Felker2016-01-221-5/+0
* move sh port's __shcall internal function from arch/sh/src to src treeRich Felker2016-01-221-5/+0
* move sh __unmapself code from arch/sh/src to main src treeRich Felker2016-01-221-24/+0
* overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker2016-01-214-287/+30
* refactor internal atomic.hRich Felker2016-01-211-72/+0
* fix dynamic loader library mapping for nommu systemsRich Felker2015-11-111-0/+2
* generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker2015-11-021-5/+12
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* fix signal return for sh/fdpicRich Felker2015-09-231-0/+8
* have sh/fdpic entry point set fdpic personality if neededRich Felker2015-09-221-0/+12
* add real fdpic loading of shared librariesRich Felker2015-09-221-0/+1
* size-optimize sh/fdpic dynamic entry pointRich Felker2015-09-221-0/+4
* work around breakage in sh/fdpic __unmapself functionRich Felker2015-09-221-0/+5
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-222-3/+12
* add sh fdpic subarch variantsRich Felker2015-09-121-1/+16
* add fdpic version of entry point code for shRich Felker2015-09-121-0/+29
* make sh clone asm fdpic-compatibleRich Felker2015-09-121-0/+5
* switch to using trap number 31 for syscalls on shRich Felker2015-06-161-1/+1
* switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker2015-06-161-0/+19
* add support for sh2 interrupt-masking-based atomics to sh portRich Felker2015-06-163-8/+113
* add .text section directive to all crt_arch.h files missing itRich Felker2015-05-221-0/+1
* inline llsc atomics when building for sh4aBobby Bingham2015-05-192-90/+128