4169 Commits (9e8dd1c7f15147074949bda0c4478da6f4038824)
 

Author SHA1 Message Date
Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source 7 years ago
Rich Felker e97681d6f2 release 1.1.22 7 years ago
Rich Felker a01ff71f7c in membarrier fallback, allow for possibility that sigaction fails 7 years ago
Ilya Matveychikov 7784680072 fix the use of syscall result in dl_mmap 7 years ago
Bobby Bingham e8e780af98 fix signature of function accepted by makecontext 7 years ago
Dan Gohman 8186880393 fix unintended global symbols in atanl.c 7 years ago
Frediano Ziglio 7fe51ea85b use __strchrnul instead of strchr and strlen in execvpe 7 years ago
Ray 086a12b920 delete a redundant if in dynamic linker ctor execution loop 7 years ago
Rich Felker 8ee0ca0ce6 fix harmless-by-chance typo in priority inheritance mutex code 7 years ago
Rich Felker 54ca677983 implement priority inheritance mutexes 7 years ago
Rich Felker 2142cafdc7 clean up access to mutex type in pthread_mutex_trylock 7 years ago
Drew DeVault 54316a52b2 support archs with no renameat syscall, only renameat2 7 years ago
Drew DeVault 46fb680c85 support archs with no mlock syscall, only mlock2 7 years ago
Rich Felker 59f88d7662 fix data race choosing next key slot in pthread_key_create 7 years ago
Rich Felker 8f12c4e110 fix crash/out-of-bound read in sscanf 7 years ago
Rich Felker c62dfe6161 fix namespace violation in dependencies of mtx_lock 7 years ago
Szabolcs Nagy 2a03b0b518 aarch64: add HWCAP_ definitions from linux v5.0 7 years ago
Szabolcs Nagy cff993cf32 sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 7 years ago
Szabolcs Nagy 843e453c11 elf.h: add NT_ definitions from linux v5.0 7 years ago
Szabolcs Nagy 02f769b20d elf.h: update with C-SKY definitions 7 years ago
Szabolcs Nagy 1114df5d60 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 7 years ago
Szabolcs Nagy 9e06514e23 netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 7 years ago
Szabolcs Nagy 292bda7ceb netinet/udp.h: add UDP_GRO from linux v5.0 7 years ago
Szabolcs Nagy a86c4724c0 powerpc: add PTRACE_SYSEMU from linux v4.20 7 years ago
Szabolcs Nagy 65735baa75 aarch64: add HWCAP_SSBS from linux v4.20 7 years ago
Szabolcs Nagy 59904de7e0 bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20 7 years ago
Szabolcs Nagy 13c73da72f sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20 7 years ago
Szabolcs Nagy 0b026bbd69 netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20 7 years ago
Szabolcs Nagy c6a61df183 add PACKET_IGNORE_OUTGOING sockopt from linux v4.20 7 years ago
Szabolcs Nagy db8b53f207 sys/mman.h: add new hugetlb mmap flags from linux v4.19 8 years ago
Szabolcs Nagy d66ae1aeaf arm: add io_pgetevents syscall number from v4.19 8 years ago
Szabolcs Nagy 53bef5c55e aarch64, or1k: define rseq syscall number following linux v4.19 8 years ago
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