remove old clang workarounds from arm syscall implementation
[oweals/musl.git] / arch / or1k /
2014-11-05 Rich Felkerfix 64-bit syscall argument passing on or1k
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-31 Rich Felkerfix broken offset argument to the mmap2 syscall on...
2014-07-31 Rich Felkerprovide PAGE_SIZE as a constant value of 8192 on or1k
2014-07-28 Rich Felkerremove unused a_cas_l from or1k atomic.h
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix or1k atomic store
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port