]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp
[FreeBSD/FreeBSD.git] / sys /
2019-09-19 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-09-17 dimMerge ^/head r352319 through r352435.
2019-09-17 jahmips: move support for temporary mappings above KSEG0...
2019-09-17 dougmRemove dead code from vm_map_unlink_entry made dead...
2019-09-16 mhorneRISC-V: Support EARLY_AP_STARTUP
2019-09-16 mjgvfs: convert struct mount counters to per-cpu
2019-09-16 mjgvfs: manage mnt_writeopcount with atomics
2019-09-16 mjgvfs: manage mnt_lockref with atomics
2019-09-16 mjgvfs: manage mnt_ref with atomics
2019-09-16 asomersFix an off-by-one error from r351961
2019-09-16 markjAssert that the refcount value is not VPRC_BLOCKED...
2019-09-16 markjFix a race in vm_page_dequeue_deferred_free() after...
2019-09-16 markjFix a page leak in vm_page_reclaim_run().
2019-09-16 markjFix a couple of nits in r352110.
2019-09-16 markjRevert r352406, which contained changes I didn't intend...
2019-09-16 markjFix a couple of nits in r352110.
2019-09-16 asomersfusefs: fix some minor issues with fuse_vnode_setparent
2019-09-16 kibnfscl_loadattrcache: fix rest of the cases to not call
2019-09-16 tuexenDon't write to memory outside of the allocated array...
2019-09-15 mavRelax TX draining in ns8250_bus_transmit().
2019-09-15 ianApply a runtime patch to the FDT data for imx6 to fix...
2019-09-15 tuexenWhen the IP layer calls back into the SCTP layer to...
2019-09-15 kevansrangelock: add rangelock_cookie_assert
2019-09-15 ianMake the ti_sysc device quiet. It's an internal utilit...
2019-09-14 ianCreate a mechanism for encoding a system errno into...
2019-09-14 traszIntroduce arb(3), the Array-based Red-Black Tree macros...
2019-09-14 traszMake pseudofs(9) create directory entries in order...
2019-09-14 ianInclude <lock.h>, required to use spinlocks in this...
2019-09-14 dimMerge ^/head r352308 through r352318.
2019-09-14 jhibbitspowerpc64/powernv: Add opal NVRAM driver for PowerNV...
2019-09-13 chsAdd a "count_until_fail" option to gnop, which says...
2019-09-13 glebiusDrivers may pass runt packets to filter. This is okay.
2019-09-13 dimMerge ^/head r352105 through r352307.
2019-09-13 kibriscv trap_pfault: remove unneeded hold of the process...
2019-09-13 brAdd support for Intel Stratix 10 platform.
2019-09-13 brAdd generic arm/arm64 secure-monitor SMCCC interface...
2019-09-13 mjgvfs: release usecount using fetchadd
2019-09-12 mizhka[Bug 240473] add support of Ralink RT5390R Wireless...
2019-09-12 emastearm64: connect Linuxulator to the build
2019-09-12 markjRemove a redundant NULL pointer check in cpuset_modify_...
2019-09-12 hselaskyUse REFCOUNT_COUNT() to obtain refcount where appropriate.
2019-09-12 hselaskyUse %u instead of %d to print unsigned integer.
2019-09-12 hselaskyFix for undefined behaviour.
2019-09-12 kevansSIOCSIFNAME: Do nothing if we're not actually changing
2019-09-12 kevansFollow up r352244: kenv: tighten up assertions
2019-09-12 kevanskenv: assert that an empty static buffer passed in...
2019-09-12 wulfig4(4): Fix SDA HOLD time set too low on Skylake contro...
2019-09-11 cembuf: Add B_INVALONERR flag to discard data
2019-09-11 asomersfusefs: Fix iosize for FUSE_WRITE in 7.8 compat mode
2019-09-11 gallatinAvoid unneeded call to arc4random() in syncache_add()
2019-09-11 kpriscv: Add missing header
2019-09-11 emasteUpdate comments and ordering in linux*_dummy.c
2019-09-11 emastelinuxulator: add stub arm64 linux_genassym.c
2019-09-11 emastelinuxulator: memfd_create first appeared in Linux 3.17
2019-09-11 emastelinuxulator: seccomp syscall first appeared in Linux...
2019-09-11 kpriscv: Small fix to CPU compatibility identification
2019-09-11 rrsWith the recent commit of ktls, we no longer have a
2019-09-11 emastefw_stub.awk: use @generated tag in generated files
2019-09-11 emastelinux: add trivial renameat2 implementation
2019-09-11 emasteregen linuxulator sysent after r352208
2019-09-11 emastemake linux_renameat2 args consistent with linux_renameat
2019-09-11 hselaskyUse true and false when dealing with bool type in the...
2019-09-11 hselaskyFix synchronous work drain issue in the LinuxKPI.
2019-09-11 hselaskyFix broken DECLARE_TASKLET() macro after r347852.
2019-09-11 mavFix assumptions of only one device per SES slot.
2019-09-10 ianIn am335x_dmtpps, use a spin mutex to interlock between...
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 mjgcache: avoid excessive relocking on entry removal durin...
2019-09-10 mjgcache: change the formula for calculating lock array...
2019-09-10 mjgcache: assorted cleanups
2019-09-10 jeffReplace redundant code with a few new vm_page_grab...
2019-09-10 jeffUse the sleepq lock rather than the page lock to protec...
2019-09-10 luporlAdd R_PPC_IRELATIVE relocation
2019-09-10 hselaskyCallout drain does not have to be followed by a callout...
2019-09-10 baptImport libedit 2019-09-10
2019-09-10 lwhsuFix build for the platforms where db_expr_t is not...
2019-09-10 cemAppease Clang false-positive Werrors in r352112
2019-09-09 cemddb(4): Add 'show route <dest>' and 'show routetable...
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-09 dimMerge ^/head r351732 through r352104.
2019-09-09 dimUse -znorelro for kernel modules, when they are linked...
2019-09-09 emastemsdosfsmount.h: fix ifdef comment
2019-09-09 cemddb(4): Add some support for lexing IPv6 addresses
2019-09-09 cemddb(4): Enhance lexer functionality for specialized...
2019-09-09 tuexenOnly update SACK/DSACK lists when a non-empty segment...
2019-09-09 kpriscv: Ensure that BSS is 8-byte aligned
2019-09-09 kibInitialize timehands linkage much earlier.
2019-09-09 kibMake timehands count selectable at boottime.
2019-09-09 kibRemove some unneeded vfs_busy() calls in SU code.
2019-09-09 pfgral(4): Use unsigned to avoid undefined behavior.
2019-09-09 cemddb(4): Move an extern variable declaration to a header
2019-09-08 cemgdb(4): Root a sysctl tree at 'debug.gdb.'
2019-09-08 mhorneFix compilation of locore.S with clang
2019-09-08 mhorneRemove a duplicate KTR entry
2019-09-08 mhorneRISC-V: fix kernel CFLAGS with clang
2019-09-08 gonzo[rpi] Inherit framebuffer BPP value from the VideoCore...
2019-09-07 kibIn do_execve(), use shared text vnode lock consistently.
2019-09-07 kibIn do_execve(), clear imgp->textset when restarting...
2019-09-07 kibWhen loading ELF interpreter, initialize whole nested...
2019-09-07 kibvm_object_deallocate(): Remove no longer needed code.
next