91 Commits (1969500402bc4f80452e1c066401223a3c998f54)

Author SHA1 Message Date
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 10 years ago
Bobby Bingham e1679ef1a1 remove or1k version of sem.h 10 years ago
Szabolcs Nagy 78b1f3cb14 add preadv2 and pwritev2 syscall numbers for linux v4.6 10 years ago
Bobby Bingham 63e3a1661f deduplicate __NR_* and SYS_* syscall number definitions 10 years ago
Szabolcs Nagy 84d4f5eee5 add copy_file_range syscall numbers from linux v4.5 10 years ago
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h 10 years ago
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 10 years ago
Szabolcs Nagy 789ff6a9f8 add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 10 years ago
Szabolcs Nagy 51d5f139ca add mlock2 syscall number from linux v4.4 10 years ago
Szabolcs Nagy 09001a8f97 add new membarrier, userfaultfd and switch_endian syscalls 11 years ago
Rich Felker 1315596b51 refactor internal atomic.h 10 years ago
Rich Felker cb1bf2f321 properly access mcontext_t program counter in cancellation handler 11 years ago
Rich Felker 92637bb0d8 prevent reordering of or1k and powerpc thread pointer loads 11 years ago
Rich Felker 4761e63bc4 new dlstart stage-2 chaining for or1k 11 years ago
Rich Felker 63caf1d207 add .text section directive to all crt_arch.h files missing it 11 years ago
Szabolcs Nagy 18f75b80fd fix __syscall declaration with wrong visibility in syscall_arch.h 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Trutz Behn f5011c62c3 fix POLLWRNORM and POLLWRBAND on mips 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Szabolcs Nagy f54c28cba2 add syscall numbers for the new execveat syscall 11 years ago
Trutz Behn 2d67ae923d move MREMAP_MAYMOVE and MREMAP_FIXED out of bits 11 years ago
Szabolcs Nagy f90fafea3c add new syscall numbers for bpf and kexec_file_load 12 years ago
Rich Felker 91f15e2d0d move wint_t definition to the shared part of alltypes.h.in 12 years ago
Rich Felker 4134c68dd4 unify non-inline version of syscall code across archs 12 years ago
Rich Felker de2b9c21d9 fix 64-bit syscall argument passing on or1k 12 years ago
Rich Felker 867b1822f3 add explicit barrier operation to internal atomic.h API 12 years ago
Szabolcs Nagy 4ffc39c654 add new syscall numbers for seccomp, getrandom, memfd_create 12 years ago
Rich Felker b7cf71a190 add threads.h and needed per-arch types for mtx_t and cnd_t 12 years ago
Rich Felker ea818ea834 add working a_spin() atomic for non-x86 targets 12 years ago
Rich Felker 321f4fa906 add max_align_t definition for C11 and C++11 12 years ago
Rich Felker de7e99c585 make pointers used in robust list volatile 12 years ago
Rich Felker 4f44937432 fix broken offset argument to the mmap2 syscall on or1k 12 years ago
Rich Felker cc54f0aeba provide PAGE_SIZE as a constant value of 8192 on or1k 12 years ago
Rich Felker c0284b372c remove unused a_cas_l from or1k atomic.h 12 years ago
Szabolcs Nagy 002e8d84c5 add syscall numbers for the new renameat2 syscall 12 years ago
Rich Felker cec33b2c60 fix or1k atomic store 12 years ago
Stefan Kristiansson 200d15479c add or1k (OpenRISC 1000) architecture port 12 years ago