4087 Commits (5640bc5bd59a0348a9792b4a2c0418c72b0abc16)
 

Author SHA1 Message Date
Szabolcs Nagy 5640bc5bd5 elf.h: add new mips core dump note values from linux v4.19 8 years ago
Szabolcs Nagy 3e52f99308 netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19 7 years ago
Szabolcs Nagy b47723ab3b netinet/tcp.h: add tcp_info fields from linux v4.19 8 years ago
Szabolcs Nagy df4b017bcd sys/inotify.h: add IN_MASK_CREATE from linux v4.19 8 years ago
Szabolcs Nagy 31b3efbf3e sys/socket.h: add SO_TXTIME from linux v4.19 8 years ago
Ryan Fairfax 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname 7 years ago
Jonathan Neuschäfer 4b125dd408 fix POSIX_FADV_DONTNEED/_NOREUSE on s390x 7 years ago
Rich Felker 81221e13f9 expose TSVTX unconditionally in tar.h 7 years ago
A. Wilcox 00d3d577ca setvbuf: return failure if mode is invalid 7 years ago
Rich Felker f368d9fd26 make FILE a complete type for pre-C11 standard profiles 7 years ago
Rich Felker 50cd02386b fix invalid-/double-/use-after-free in new dlopen ctor execution 7 years ago
Rich Felker 4918b7fb0d don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARM 7 years ago
Rich Felker 43e7efb465 avoid malloc of ctor queue for programs with no external deps 7 years ago
Rich Felker f034f145bd avoid malloc of deps arrays for ldso and vdso 7 years ago
Rich Felker e612d094b1 avoid malloc of deps array for programs with no external deps 7 years ago
Rich Felker 2f1f51ae7b fix malloc misuse for startup ctor queue, breakage on fdpic archs 7 years ago
Rich Felker 8e43b5613e synchronize shared library dtor exec against concurrent loads/ctors 7 years ago
Rich Felker 188759bbee overhaul shared library ctor execution for dependency order, concurrency 7 years ago
Rich Felker 88207361ea record preloaded libraries as direct pseudo-dependencies of main app 7 years ago
Rich Felker 0c5c8f5da6 fix unsafety of new ldso dep tracking in presence of malloc replacement 7 years ago
Rich Felker 4035556907 fix and overhaul dlsym depedency order, always record direct deps 7 years ago
Rich Felker 71db5dfaa9 fix crash/misbehavior from oob read in new dynamic tls installation 7 years ago
Rich Felker 6516282d2a fix crash in new dynamic tls installation when last dep lacks tls 7 years ago
Rich Felker ba18c1ecc6 add membarrier syscall wrapper, refactor dynamic tls install to use it 7 years ago
Rich Felker 7865d569de make thread list lock a recursive lock 7 years ago
Rich Felker 609dd57c4e fix loop logic cruft in dynamic tls installation 7 years ago
Rich Felker ad795d56ba fix spurious undefined behavior in getaddrinfo 7 years ago
Rich Felker 224d938c5e fix invalid free of partial addrinfo list with multiple services 7 years ago
Rich Felker 9d44b6460a install dynamic tls synchronously at dlopen, streamline access 7 years ago
Rich Felker 805288929f fix data race between new pthread_key_delete and dtor execution 7 years ago
Rich Felker 639bcf251e introduce namespace-safe rwlock aliases; use in pthread_key_create 7 years ago
Rich Felker ba74a42cee rewrite pthread_key_delete to use global thread list 7 years ago
Rich Felker e4235d7067 rewrite __synccall in terms of global thread list 7 years ago
Rich Felker 8f11e6127f track all live threads in an AS-safe, fully-consistent linked list 7 years ago
Rich Felker 04335d9260 always block signals for starting new threads, refactor start args 7 years ago
Rich Felker 5b74eed3b3 for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo 7 years ago
Rich Felker aa5a9d15e0 defer free of thread-local dlerror buffers from inconsistent context 7 years ago
Rich Felker b2020571f0 fix behavior of gets when input line contains a null byte 7 years ago
Rich Felker 099b89d384 redesign robust mutex states to eliminate data races on type field 7 years ago
Rich Felker 042b3ee452 fail fdopendir for O_PATH file descriptors 7 years ago
Bobby Bingham 1dd915c370 update line discipline constants 7 years ago
Bobby Bingham 3517d74a5e move arch-invariant definitions out of bits/ioctl.h 7 years ago
A. Wilcox 8d82971775 locale: ensure dcngettext() preserves errno 7 years ago
Rich Felker 1691b23955 release 1.1.21 7 years ago
Rich Felker ce32db4715 fix call to __pthread_tsd_run_dtors with too many arguments 7 years ago
Rich Felker aba17aa359 configure: accept ppc[64] as alias for powerpc[64] in gcc tuples 7 years ago
Rich Felker 16a522bab0 fix unintended linking dependency of pthread_key_create on __synccall 7 years ago
Rich Felker de7dc1318f halt getspnam[_r] search on error accessing TCB shadow 7 years ago
Rich Felker 9db81b862d don't set errno or return an error when getspnam[_r] finds no entry 7 years ago
Rich Felker 21a172dd36 make sem_wait and sem_timedwait interruptible by signals 8 years ago