2771 Commits (511d70738bce11a67219d0132ce725c323d00e4e)

Author SHA1 Message Date
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
Rich Felker 19a1fe670a remove remnants of support for running in no-thread-pointer mode 11 years ago
Rich Felker 71f099cb7d move thread pointer setup to beginning of dynamic linker stage 3 11 years ago
Rich Felker 0f66fcec25 stabilize dynamic linker's layout of static TLS 11 years ago
Rich Felker f630df09b1 allow i386 __set_thread_area to be called more than once 11 years ago
Rich Felker f3ddd17380 dynamic linker bootstrap overhaul 11 years ago
Rich Felker 385c01112c remove mismatched arguments from vmlock function definitions 11 years ago
Rich Felker a2d3053354 apply vmlock wait to __unmapself in pthread_exit 11 years ago
Rich Felker f08ab9e61a redesign and simplify vmlock system 11 years ago
Rich Felker 4e98cce1c5 optimize out setting up robust list with kernel when not needed 11 years ago
Rich Felker 12e1e32468 process robust list in pthread_exit to fix detached thread use-after-unmap 11 years ago
Szabolcs Nagy 05e0e301e3 fix getdelim to set the error indicator on all failures 11 years ago
Rich Felker 077096259d fix rpath string memory leak on failed dlopen 11 years ago
Rich Felker 2963a9f794 halt dynamic linker library search on errors resolving $ORIGIN in rpath 11 years ago
Rich Felker 5d1c8c9956 harden dynamic linker library path search 11 years ago
Szabolcs Nagy c498efe117 regex: fix character class repetitions 11 years ago
Szabolcs Nagy 32dee9b9b1 do not treat \0 as a backref in BRE 11 years ago
Rich Felker fc13acc3dc fix internal buffer overrun in inet_pton 11 years ago
Rich Felker 7c8c86f630 suppress backref processing in ERE regcomp 11 years ago
Rich Felker 39dfd58417 fix memory-corruption in regcomp with backslash followed by high byte 11 years ago
Rich Felker 76fd01177a block all signals (even internal ones) in cancellation signal handler 11 years ago
Rich Felker 4b5ca13fb1 avoid sending huge names as nscd passwd/group queries 11 years ago
Rich Felker 49d1e7f931 simplify nscd lookup code for alt passwd/group backends 11 years ago
Josiah Worcester 2894a44b40 add alternate backend support for getgrouplist 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
Szabolcs Nagy 53cfe0c61a math: add ld128 exp2l based on the freebsd implementation 11 years ago
Szabolcs Nagy 204a69d2d9 copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archs 11 years ago
Rich Felker a46677af18 fix regression in pthread_cond_wait with cancellation disabled 11 years ago
Szabolcs Nagy 559de8f5f0 fix FLT_ROUNDS to reflect the current rounding mode 11 years ago
Rich Felker bd67959f3a fix over-alignment of TLS, insufficient builtin TLS on 64-bit archs 11 years ago
Rich Felker 2b42c8cb37 add legacy functions from sysinfo.h duplicating sysconf functionality 11 years ago
Rich Felker 380857bf21 fix signed left-shift overflow in pthread_condattr_setpshared 11 years ago
Rich Felker 064898cfe2 remove useless check of bin match in malloc 11 years ago
Rich Felker 6de071a0be eliminate atomics in syslog setlogmask function 11 years ago
Rich Felker 7a81fe3710 fix init race that could lead to deadlock in malloc init code 11 years ago
Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile 11 years ago
Rich Felker eb4bd8d8bb suppress masked cancellation in pthread_join 11 years ago
Rich Felker a3de8f7fbc fix namespace issue in pthread_join affecting thrd_join 11 years ago