453 Commits (9543656cc32fda48fc463f332ee20e91eed2b768)

Author SHA1 Message Date
Rich Felker 83933573af add mips64 port 10 years ago
Nathan Zadoks db66ef1f7d add sched_getcpu vDSO support 10 years ago
Rich Felker fd224a800b make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 10 years ago
Rich Felker 869a9df5b5 remove workaround for broken mips assemblers 10 years ago
Szabolcs Nagy 3b27725385 better a_sc inline asm constraint on aarch64 and arm 10 years ago
Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS 10 years ago
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers 10 years ago
Hauke Mehrtens b0bf52f3e9 mips: add vdso support 10 years ago
Szabolcs Nagy 9a3b8f97a1 fix siginfo_t for mips 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 37bfb68f68 add new i386 socket syscall numbers 11 years ago
Szabolcs Nagy a5e133bf29 change the internal socketcall selection logic 10 years ago
Rich Felker e7a1118984 fix arm a_crash for big endian 10 years ago
Rich Felker 89e149d275 add native a_crash primitive for arm 10 years ago
Szabolcs Nagy bc443c3fe3 clean powerpc syscall.h 11 years ago
Szabolcs Nagy f9c3a2e048 add missing powerpc specific PROT_SAO memory protection flag 10 years ago
Szabolcs Nagy 2f6f3dccb4 fix powerpc MCL_* mlockall flags in bits/mman.h 10 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 4de1bc1164 remove sh port's __fpscr_values source file 10 years ago
Rich Felker 007907a93c move sh port's __shcall internal function from arch/sh/src to src tree 10 years ago
Rich Felker 230bfe1a7d move sh __unmapself code from arch/sh/src to main src tree 10 years ago
Rich Felker 66215afc2e move x32 sysinfo impl and syscall fixup code out of arch/x32/src 10 years ago
Rich Felker 513c043694 overhaul powerpc atomics for new atomics framework 10 years ago
Rich Felker 16b55298dc clean up x86_64 (and x32) atomics for new atomics framework 10 years ago
Rich Felker e24984efd5 clean up i386 atomics for new atomics framework 10 years ago
Rich Felker 369b22f9c4 overhaul mips atomics for new atomics framework 10 years ago
Rich Felker e617b9eea9 move arm-specific translation units out of arch/arm/src, to src/*/arm 10 years ago
Rich Felker 397f0a6a7d overhaul arm atomics for new atomics framework 10 years ago
Rich Felker aa0db4b5d0 overhaul aarch64 atomics for new atomics framework 10 years ago
Rich Felker 61b1e75f7d overhaul sh atomics for new atomics framework, add j-core cas.l backend 10 years ago
Rich Felker 1315596b51 refactor internal atomic.h 10 years ago
Rich Felker b6363bb70a fix build regression for arm pre-v7 from out-of-tree build patch 10 years ago
Rich Felker 56764601af fix dynamic linker path file selection for arm vs armhf 10 years ago
Rich Felker 5e396fb996 adjust mips crt_arch entry point asm to avoid assembler bugs 11 years ago
Rich Felker 71991a803c adjust i386 max_align_t definition to work around some broken compilers 11 years ago
Rich Felker 0d58bf2d60 remove visibility suppression by SHARED macro in mips and x32 arch files 11 years ago
Rich Felker 9439ebd766 fix dynamic loader library mapping for nommu systems 11 years ago
Rich Felker 4e73d12117 explicitly assemble all arm asm sources as UAL 11 years ago
Rich Felker 9f290a49bf remove non-working pre-armv4t support from arm asm 11 years ago
Rich Felker 4fcb48275a generalize sh entry point asm not to assume call dests fit in 12 bits 11 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 74483c5955 mark arm thread-pointer-loading inline asm as volatile 11 years ago
Rich Felker 11da520c7a add comment documenting hard-coded opcode for reading mips thread pointer 11 years ago
Rich Felker 0ba35d69c0 remove attribute((const)) from arm __pthread_self inline function 11 years ago
Rich Felker b61df2294f fix signal return for sh/fdpic 11 years ago
Rich Felker e9e770dfd6 have sh/fdpic entry point set fdpic personality if needed 11 years ago