about summary refs log tree commit diff
path: root/arch/sh
Commit message (Expand)AuthorAgeFilesLines
* move wint_t definition to the shared part of alltypes.h.inRich Felker2014-12-211-1/+0
* add explicit barrier operation to internal atomic.h APIRich Felker2014-10-101-1/+3
* add threads.h and needed per-arch types for mtx_t and cnd_tRich Felker2014-09-061-0/+2
* add working a_spin() atomic for non-x86 targetsRich Felker2014-08-251-0/+1
* add max_align_t definition for C11 and C++11Rich Felker2014-08-201-0/+2
* make pointers used in robust list volatileRich Felker2014-08-171-1/+1
* fix terminal control ioctl constants for shRich Felker2014-07-291-4/+8
* clean up unused and inconsistent atomics in arch dirsRich Felker2014-07-271-5/+0
* fix insufficient synchronization in sh atomic asmRich Felker2014-07-271-1/+2
* refactor to remove arch-specific relocation code from dynamic linkerRich Felker2014-06-181-25/+13
* multiple fixes to sh (superh) dynamic linker relocationsRich Felker2014-06-171-10/+8
* dynamic linker: permit error returns from arch-specific reloc functionRich Felker2014-06-161-1/+2
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-151-0/+0
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-181-6/+6
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-181-0/+6
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0
* superh: fix dynamic linking of __fpscr_valuesBobby Bingham2014-03-162-1/+7
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-111-0/+16
* add bits/user.h for sh portRich Felker2014-03-081-0/+75
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-271-0/+9
* fix endian subarchs for sh archRich Felker2014-02-272-5/+5
* rename superh port to "sh" for consistencyRich Felker2014-02-2730-0/+1950