686 Commits (d49cf07541bb54a5ac7aec1feec8514db33db8ea)

Author SHA1 Message Date
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
Rich Felker eaf7ab6e24 add real fdpic loading of shared libraries 11 years ago
Rich Felker 7f9086df95 size-optimize sh/fdpic dynamic entry point 11 years ago
Rich Felker cab2b1f9d7 work around breakage in sh/fdpic __unmapself function 11 years ago
Rich Felker 7a9669e977 add general fdpic support in dynamic linker and arch support for sh 11 years ago
Rich Felker 12b0b7d8ea new dlstart stage-2 chaining for x86_64 and x32 11 years ago
Rich Felker c16182680c new dlstart stage-2 chaining for powerpc 11 years ago
Rich Felker 4761e63bc4 new dlstart stage-2 chaining for or1k 11 years ago
Rich Felker cd7159e7be new dlstart stage-2 chaining for mips 11 years ago
Rich Felker 57e2dce7e4 new dlstart stage-2 chaining for microblaze 11 years ago
Rich Felker 2907afb8db introduce new symbol-lookup-free rcrt1/dlstart stage chaining 11 years ago
Felix Janda 64b6684ddd reindent powerpc's bits/termios.h to be consistent with other archs 11 years ago
Felix Janda b291e7ca9b fix namespace violations in aarch64/bits/termios.h 11 years ago
Rich Felker d4c82d05b8 add sh fdpic subarch variants 11 years ago
Rich Felker 4ccc1a01e0 add fdpic version of entry point code for sh 11 years ago
Rich Felker 234c58467c make sh clone asm fdpic-compatible 11 years ago
Rich Felker 878887c50c fix missing earlyclobber flag in i386 a_ctz_64 asm 11 years ago
Timo Teräs d8be1bc019 implement arm eabi mem* functions 11 years ago