aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-13bits/ioctl.h: add TIOC{G,S}ISO7816 from linux v4.20Szabolcs Nagy1-0/+2
2019-03-13sys/prctl.h: add PR_SPEC_INDIRECT_BRANCH from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13netinet/in.h add IPV6_MULTICAST_ALL from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13add PACKET_IGNORE_OUTGOING sockopt from linux v4.20Szabolcs Nagy1-0/+1
2019-03-13sys/mman.h: add new hugetlb mmap flags from linux v4.19Szabolcs Nagy2-0/+4
2019-03-13arm: add io_pgetevents syscall number from v4.19Szabolcs Nagy1-0/+1
2019-03-13aarch64, or1k: define rseq syscall number following linux v4.19Szabolcs Nagy2-0/+2
2019-03-13elf.h: add new mips core dump note values from linux v4.19Szabolcs Nagy1-0/+2
2019-03-13netinet/udp.h: add UDP_ENCAP_RXRPC from linux v4.19Szabolcs Nagy1-0/+1
2019-03-13netinet/tcp.h: add tcp_info fields from linux v4.19Szabolcs Nagy1-0/+8
2019-03-13sys/inotify.h: add IN_MASK_CREATE from linux v4.19Szabolcs Nagy1-0/+1
2019-03-13sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy1-0/+2
2019-03-13handle labels with 8-bit byte values in dn_skipnameRyan Fairfax1-2/+5
2019-03-13fix POSIX_FADV_DONTNEED/_NOREUSE on s390xJonathan Neuschäfer2-0/+5
2019-03-13expose TSVTX unconditionally in tar.hRich Felker1-4/+0
2019-03-12setvbuf: return failure if mode is invalidA. Wilcox1-1/+3
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker5-0/+20
2019-03-10fix invalid-/double-/use-after-free in new dlopen ctor executionRich Felker1-1/+2
2019-03-05don't reject unknown/future flags in sigaltstack, allow SS_AUTODISARMRich Felker1-1/+1
2019-03-03avoid malloc of ctor queue for programs with no external depsRich Felker1-2/+9
2019-03-03avoid malloc of deps arrays for ldso and vdsoRich Felker1-0/+3
2019-03-03avoid malloc of deps array for programs with no external depsRich Felker1-3/+10
2019-03-03fix malloc misuse for startup ctor queue, breakage on fdpic archsRich Felker1-5/+9
2019-03-03synchronize shared library dtor exec against concurrent loads/ctorsRich Felker1-1/+17
2019-03-03overhaul shared library ctor execution for dependency order, concurrencyRich Felker1-17/+101
2019-03-02record preloaded libraries as direct pseudo-dependencies of main appRich Felker1-4/+11
2019-03-02fix unsafety of new ldso dep tracking in presence of malloc replacementRich Felker1-1/+13
2019-02-27fix and overhaul dlsym depedency order, always record direct depsRich Felker1-34/+79
2019-02-27fix crash/misbehavior from oob read in new dynamic tls installationRich Felker1-1/+1
2019-02-25fix crash in new dynamic tls installation when last dep lacks tlsRich Felker1-1/+4
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker6-35/+111
2019-02-22make thread list lock a recursive lockRich Felker1-11/+21
2019-02-22fix loop logic cruft in dynamic tls installationRich Felker1-1/+1
2019-02-20fix spurious undefined behavior in getaddrinfoRich Felker1-3/+2
2019-02-20fix invalid free of partial addrinfo list with multiple servicesRich Felker1-1/+1
2019-02-18install dynamic tls synchronously at dlopen, streamline accessRich Felker9-160/+86
2019-02-17fix data race between new pthread_key_delete and dtor executionRich Felker1-2/+4
2019-02-16introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker9-20/+41
2019-02-16rewrite pthread_key_delete to use global thread listRich Felker2-75/+19
2019-02-16rewrite __synccall in terms of global thread listRich Felker3-124/+59
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker7-43/+94
2019-02-15always block signals for starting new threads, refactor start argsRich Felker4-68/+56
2019-02-15for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfoRich Felker2-21/+16
2019-02-15defer free of thread-local dlerror buffers from inconsistent contextRich Felker1-2/+20
2019-02-13fix behavior of gets when input line contains a null byteRich Felker1-3/+8
2019-02-12redesign robust mutex states to eliminate data races on type fieldRich Felker4-12/+23
2019-02-07fail fdopendir for O_PATH file descriptorsRich Felker1-0/+4
2019-02-07update line discipline constantsBobby Bingham1-0/+12
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham8-682/+98
2019-02-07locale: ensure dcngettext() preserves errnoA. Wilcox1-0/+3