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