summaryrefslogtreecommitdiff
path: root/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2016-07-03remove ioctl macros that were removed from linux uapiSzabolcs Nagy1-2/+0
2016-05-12deduplicate __NR_* and SYS_* syscall number definitionsBobby Bingham2-684/+341
2016-03-18deduplicate bits/mman.hSzabolcs Nagy1-60/+0
2016-01-27deduplicate the bulk of the arch bits headersRich Felker12-408/+0
2016-01-26add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flagsSzabolcs Nagy1-0/+1
2016-01-22remove sh port's __fpscr_values source fileRich Felker1-5/+0
2016-01-22move sh port's __shcall internal function from arch/sh/src to src treeRich Felker1-5/+0
2016-01-22move sh __unmapself code from arch/sh/src to main src treeRich Felker1-24/+0
2016-01-21overhaul sh atomics for new atomics framework, add j-core cas.l backendRich Felker4-287/+30
2016-01-21refactor internal atomic.hRich Felker1-72/+0
2015-11-11fix dynamic loader library mapping for nommu systemsRich Felker1-0/+2
2015-11-02generalize sh entry point asm not to assume call dests fit in 12 bitsRich Felker1-5/+12
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2015-09-23fix signal return for sh/fdpicRich Felker1-0/+8
2015-09-22have sh/fdpic entry point set fdpic personality if neededRich Felker1-0/+12
2015-09-22add real fdpic loading of shared librariesRich Felker1-0/+1
2015-09-22size-optimize sh/fdpic dynamic entry pointRich Felker1-0/+4
2015-09-22work around breakage in sh/fdpic __unmapself functionRich Felker1-0/+5
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker2-3/+12
2015-09-12add sh fdpic subarch variantsRich Felker1-1/+16
2015-09-12add fdpic version of entry point code for shRich Felker1-0/+29
2015-09-12make sh clone asm fdpic-compatibleRich Felker1-0/+5
2015-06-16switch to using trap number 31 for syscalls on shRich Felker1-1/+1
2015-06-16switch sh port's __unmapself to generic version when running on sh2/nommuRich Felker1-0/+19
2015-06-16add support for sh2 interrupt-masking-based atomics to sh portRich Felker3-8/+113
2015-05-22add .text section directive to all crt_arch.h files missing itRich Felker1-0/+1
2015-05-19inline llsc atomics when building for sh4aBobby Bingham2-90/+128
2015-04-27fix sh jmp_buf size to match ABIRich Felker1-1/+1
2015-04-24fix ldso name for sh-nofpu subarchRich Felker1-1/+7
2015-04-24fix failure of sh reloc.h to properly detect endianness for ldso nameRich Felker1-0/+2
2015-04-13dynamic linker bootstrap overhaulRich Felker3-34/+32
2015-04-01move O_PATH definition back to arch bitsRich Felker1-0/+1
2015-03-18fix MINSIGSTKSZ values for archs with large signal contextsRich Felker1-0/+5
2015-03-07fix FLT_ROUNDS to reflect the current rounding modeSzabolcs Nagy1-1/+0
2015-03-04fix POLLWRNORM and POLLWRBAND on mipsTrutz Behn1-0/+0
2015-03-03make all objects used with atomic operations volatileRich Felker1-7/+7
2015-01-30move MREMAP_MAYMOVE and MREMAP_FIXED out of bitsTrutz Behn1-3/+0
2014-12-21move wint_t definition to the shared part of alltypes.h.inRich Felker1-1/+0
2014-10-10add explicit barrier operation to internal atomic.h APIRich Felker1-1/+3
2014-09-06add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker1-0/+2
2014-08-25add working a_spin() atomic for non-x86 targetsRich Felker1-0/+1
2014-08-20add max_align_t definition for C11 and C++11Rich Felker1-0/+2
2014-08-17make pointers used in robust list volatileRich Felker1-1/+1
2014-07-29fix terminal control ioctl constants for shRich Felker1-4/+8
2014-07-27clean up unused and inconsistent atomics in arch dirsRich Felker1-5/+0
2014-07-27fix insufficient synchronization in sh atomic asmRich Felker1-1/+2
2014-06-18refactor to remove arch-specific relocation code from dynamic linkerRich Felker1-25/+13
2014-06-17multiple fixes to sh (superh) dynamic linker relocationsRich Felker1-10/+8
2014-06-16dynamic linker: permit error returns from arch-specific reloc functionRich Felker1-1/+2
2014-04-15fix RLIMIT_ constants for mipsSzabolcs Nagy1-0/+0