37 Commits (bd1560f6eb5127501ad6b7905479b4135c3d1a02)

Author SHA1 Message Date
Szabolcs Nagy bd1560f6eb update aarch64 hwcap.h for linux v4.11 9 years ago
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Szabolcs Nagy 06fbefd100 add a_clz_64 helper function 9 years ago
Szabolcs Nagy 62eaf40bf4 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 9 years ago
Szabolcs Nagy fe39aaae0e add bits/hwcap.h and include it in sys/auxv.h 10 years ago
Rich Felker ee3f0c5516 make brace placement in public header typedef'd structs consistent 10 years ago
Rich Felker befa5866ee make brace placement in public header struct definitions consistent 10 years ago
Szabolcs Nagy 76d7cfb7e6 use the generic ioctl.h for x86_64, x32 and aarch64 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 fd224a800b make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 10 years ago
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm 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
Szabolcs Nagy 2d14fa39b0 fix aarch64 atomics to load/store 32bit only 10 years ago
Rich Felker b17fbd3520 improve aarch64 atomics 10 years ago
Rich Felker aa0db4b5d0 overhaul aarch64 atomics for new atomics framework 10 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
Felix Janda b291e7ca9b fix namespace violations in aarch64/bits/termios.h 11 years ago
Szabolcs Nagy e5b086e1d5 aarch64: fix 64-bit syscall argument passing 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
Szabolcs Nagy 4e50b2e4b5 aarch64: fix CRTJMP in reloc.h 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker abfe1f6541 aarch64: remove duplicate macro definitions in bits/fcntl.h 11 years ago
Rich Felker dfc1a37c44 aarch64: fix definition of sem_nsems in semid_ds structure 11 years ago
Szabolcs Nagy b24d813d24 aarch64: fix namespace pollution in bits/shm.h 11 years ago
Rich Felker e626deeec8 fix missing max_align_t definition on aarch64 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Szabolcs Nagy 962cbfbf86 aarch64: fix typo in bits/ioctl.h 11 years ago
Szabolcs Nagy 38bf2d7cc3 aarch64: add struct _aarch64_ctx to signal.h 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 11 years ago