about summary refs log tree commit diff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix sh jmp_buf size to match ABIRich Felker2015-04-271-1/+1
* fix ldso name for sh-nofpu subarchRich Felker2015-04-241-1/+7
* fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker2015-04-241-0/+2
* dynamic linker bootstrap overhaulRich Felker2015-04-133-34/+32
* 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
* fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy2015-03-071-1/+0
* fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn2015-03-041-0/+0
* make all objects used with atomic operations volatileRich Felker2015-03-031-7/+7