2912 Commits (1bfeb1dcd00247b3976a7a5d74b09653573e6af3)
 

Author SHA1 Message Date
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
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
Rich Felker 25748db301 fix possible clobbering of syscall return values on mips 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 5e25d87b09 remove macro definition of longjmp from setjmp.h 11 years ago
Rich Felker 5d1c8c9956 harden dynamic linker library path search 11 years ago
Rich Felker fd427c4eae move O_PATH definition back to arch bits 11 years ago
Rich Felker abfe1f6541 aarch64: remove duplicate macro definitions in bits/fcntl.h 11 years ago
Rich Felker dfc1a37c44 aarch64: fix definition of sem_nsems in semid_ds structure 11 years ago
Szabolcs Nagy b24d813d24 aarch64: fix namespace pollution in bits/shm.h 11 years ago
Rich Felker 115af23942 release 1.1.8 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 11d1e2e2de fix FLT_ROUNDS regression in C++ applications 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 e626deeec8 fix missing max_align_t definition on aarch64 11 years ago
Rich Felker 8c1c57a64b release 1.1.7 11 years ago
Rich Felker d5a5045382 fix MINSIGSTKSZ values for archs with large signal contexts 11 years ago
Rich Felker 76fd01177a block all signals (even internal ones) in cancellation signal handler 11 years ago