about summary refs log tree commit diff
path: root/arch/microblaze/syscall_arch.h
Commit message (Expand)AuthorAgeFilesLines
* prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker2020-08-081-0/+2
* fix passing of 64-bit syscall arguments on microblazeRich Felker2019-05-051-1/+1
* remove cruft for supposedly-buggy clang from or1k & microblaze syscall_archRich Felker2019-04-101-9/+0
* work around broken kernel struct ipc_perm on some big endian archsRich Felker2018-06-201-0/+2
* fix __syscall declaration with wrong visibility in syscall_arch.hSzabolcs Nagy2015-04-301-2/+0
* unify non-inline version of syscall code across archsRich Felker2014-11-221-34/+2
* fix microblaze syscall register clobbersRich Felker2014-04-021-7/+7
* fixup general __syscall breakage introduced in x32 portrofl0r2014-02-241-0/+2
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-2/+0
* inline syscalls for microblazeRich Felker2012-10-181-0/+97
* microblaze portRich Felker2012-09-291-0/+41