369 Commits (c8798ef974d21c338a7d8d874a402978ffc6168e)

Author SHA1 Message Date
Bobby Bingham c0ede9e404 add powerpc64 port 10 years ago
Rich Felker 5972c4a411 add mips n32 port (ILP32 ABI for mips64) 10 years ago
Rich Felker 83933573af add mips64 port 10 years ago
Rich Felker 71392a91c3 generalize mips-specific reloc code not to hard-code sym/type encoding 10 years ago
Bobby Bingham 225f6a6b5b allow implementing a_cas_p with pointer-sized ll/sc 10 years ago
Rich Felker 416d1c7a71 fix line-buffered flush omission for odd usage of putc-family functions 10 years ago
Felix Fietkau c18d05f0e8 ldso: fix GDB dynamic linker info on MIPS 10 years ago
Szabolcs Nagy a5e133bf29 change the internal socketcall selection logic 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 1315596b51 refactor internal atomic.h 10 years ago
Khem Raj d1b29c2a54 exclude vis.h when compiling assembly files 10 years ago
Rich Felker 19caa25d0a remove undef weak refs to init/fini array symbols in libc.so 11 years ago
Rich Felker 9e0a317d8c remove use of SHARED macro in dynamic linker version reporting 11 years ago
Rich Felker d56460c939 unify static and dynamic linked implementations of thread-local storage 11 years ago
Rich Felker 8a8fdf6398 eliminate use of SHARED macro to suppress visibility attributes 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 f3a53f095c eliminate protected-visibility data in libc.so with vis.h preinclude 11 years ago
Rich Felker b61df2294f fix signal return for sh/fdpic 11 years ago
Rich Felker eaf7ab6e24 add real fdpic loading of shared libraries 11 years ago
Rich Felker 7a9669e977 add general fdpic support in dynamic linker and arch support for sh 11 years ago
Rich Felker eb567c12cd add fdpic structs and reloc types for dynamic linking 11 years ago
Rich Felker 6d03c4ee58 provide arch-generic fdpic self-relocation code for crt1 to use 11 years ago
Rich Felker 6ba5517a46 fix local-dynamic model TLS on mips and powerpc 11 years ago
Rich Felker 10d0268ccf switch to using trap number 31 for syscalls on sh 11 years ago
Rich Felker 1b0cdc8700 refactor stdio open file list handling, move it out of global libc struct 11 years ago
Rich Felker f22a9edaf8 byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code 11 years ago
Rich Felker 16f18d036d byte-based C locale, phase 2: stdio and iconv (multibyte callers) 11 years ago
Rich Felker 32f3c4f706 add multiple inclusion guard to locale_impl.h 11 years ago
Rich Felker 04b8360adb remove redefinition of MB_CUR_MAX in locale_impl.h 11 years ago
Rich Felker 16bf466532 make static C and C.UTF-8 locales available outside of newlocale 11 years ago
Rich Felker 61a3364d24 overhaul locale internals to treat categories roughly uniformly 11 years ago
Rich Felker 768b82c6de move call to dynamic linker stage-3 into stage-2 function 11 years ago
Rich Felker 68630b55c0 eliminate costly tricks to avoid TLS access for current locale state 11 years ago
Rich Felker 484194dbf4 fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 11 years ago
Rich Felker b8dda24fe1 in visibility preinclude, remove overrides for stdin/stdout/stderr 11 years ago
Rich Felker f203b3511f fix inconsistent visibility for __hwcap and __sysinfo symbols 11 years ago
Rich Felker 3e827b7e68 remove additional libc struct accessor cruft 11 years ago
Rich Felker f9cccfc16e remove cruft for libc struct accessor function and broken visibility 11 years ago
Rich Felker de2b67f8d4 add optional global visibility override 11 years ago
Rich Felker 01d4274711 make dlerror state and message thread-local and dynamically-allocated 11 years ago
Alexander Monakov fa80787698 add missing 'void' in prototypes of internal pthread functions 11 years ago
Rich Felker 7405cd1e2b fix inconsistent visibility for internal syscall symbols 11 years ago
Rich Felker da7ccf822c use hidden visibility for i386 asm-internal __vsyscall symbol 11 years ago
Rich Felker 19a1fe670a remove remnants of support for running in no-thread-pointer mode 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker f08ab9e61a redesign and simplify vmlock system 11 years ago
Szabolcs Nagy 01ef3dd9c5 add aarch64 port 11 years ago
Szabolcs Nagy f4e4632abf math: add dummy implementations of 128 bit long double functions 11 years ago