3093 Commits (3958144ede01a7e64a56c0430f053bfd80ff02eb)
 

Author SHA1 Message Date
Rich Felker 7b1fb0c526 optimize spin lock not to dirty cache line while spinning 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 c267fb849f remove useless visibility application from static-linking-only code 11 years ago
Rich Felker 9d836f444f remove libc.h dependency from otherwise-independent multibyte code 11 years ago
Rich Felker f9cccfc16e remove cruft for libc struct accessor function and broken visibility 11 years ago
Rich Felker 428462a4c3 make configure check for visibility preinclude compatible with pcc 11 years ago
Rich Felker 873e0ec7fc fix duplocale clobbering of new locale struct with memcpy of old 11 years ago
Andre McCurdy a6274a1971 configure: check for -march and -mtune passed via CC 11 years ago
Rich Felker ea1b6bb612 remove dead case for F_SETLKW in fcntl 11 years ago
Rich Felker 086793ad99 fix mmap leak in sem_open failure path for link call 11 years ago
Rich Felker c5ab5bd3be remove always-true conditional in dynamic linker TLSDESC processing 11 years ago
Rich Felker 97b72d22ad remove redundant code in do_dlsym function 11 years ago
Rich Felker 4bf10ebf66 fix breakage in x32 dynamic linker due to mismatching register size 11 years ago
Rich Felker 60ed988fd6 fix regression in configure script with new visibility option 11 years ago
Rich Felker de2b67f8d4 add optional global visibility override 11 years ago
Rich Felker 51fc77c7c0 remove invalid PLT calls from or1k asm 11 years ago
Rich Felker cf1a9d9d16 remove possible-textrels from powerpc asm 11 years ago
Rich Felker a880e6ceb9 remove invalid PLT calls from microblaze asm 11 years ago
Rich Felker 646cb9a4a0 remove invalid PLT calls from sh asm 11 years ago
Rich Felker b35c4c475b remove potentially PIC-incompatible relocations from x86_64 and x32 asm 11 years ago
Rich Felker 8ed66ecbcb remove the last of possible-textrels from i386 asm 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
Szabolcs Nagy cb5c057c87 math: fix pow(+-0,-inf) not to raise divbyzero flag 11 years ago
Rich Felker 1b1cafa50c apply hidden visibility to tlsdesc accessor functions 11 years ago
Szabolcs Nagy ca7977b56f comment fixes in aarch64 tlsdesc asm 11 years ago
Rich Felker 326e126faf ensure debugger hook for dynamic linker does not point to a PLT slot 11 years ago
Szabolcs Nagy 02e5d56421 add PR_*_FP_MODE prctl options 11 years ago
Szabolcs Nagy 658aefdf33 add PR_MPX_*_MANAGEMENT prctl options 11 years ago
Szabolcs Nagy 1bfeb1dcd0 add IP_CHECKSUM socket option to netinet/in.h 11 years ago
Szabolcs Nagy 87c62d06e4 add execveat syscall number to microblaze 11 years ago
Rich Felker 2ca55a93f2 improve ctype.h macros to diagnose errors 11 years ago
Rich Felker 19bcdeeb1e fix missing quotation mark in mips crt_arch.h that broke build 11 years ago
Rich Felker 8b0d66d21c fix mips fesetenv(FE_DFL_ENV) again 11 years ago
Rich Felker aecdbb3042 fix PLT call offset in sh dlsym asm 11 years ago
Rich Felker 33615cd5ca fix sh build regressions in asm 11 years ago
Rich Felker 64fbd15fc5 fix sh __set_thread_area uninitialized return value 11 years ago
Rich Felker 583e55122e redesign sigsetjmp so that signal mask is restored after longjmp 11 years ago
Rich Felker 81e18eb3cd use hidden __tls_get_new for tls/tlsdesc lookup fallback cases 11 years ago
Rich Felker 9c738dc183 cleanup use of visibility attributes in pthread_cancel.c 11 years ago
Rich Felker 7405cd1e2b fix inconsistent visibility for internal syscall symbols 11 years ago
Rich Felker 72b25ddb77 use hidden visibility for call from dlsym to internal __dlsym 11 years ago
Rich Felker cbc02ba23c consistently use hidden visibility for cancellable syscall internals 11 years ago
Rich Felker bc081f628b fix inconsistent visibility for internal __tls_get_new function 11 years ago
Rich Felker da7ccf822c use hidden visibility for i386 asm-internal __vsyscall symbol 11 years ago
Rich Felker f1faa0e12f make _dlstart_c function use hidden visibility 11 years ago
Rich Felker f4f9562cc9 remove initializers for decoded aux/dyn arrays in dynamic linker 11 years ago
Rich Felker 1ef849c6ec allow libc itself to be built with stack protector enabled 11 years ago