aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix dtrace test case after r351423 due to ping6(8) options changedLi-Wen Hsu2019-08-311-1/+1
* Fix tests use /etc/motd after r350184 by using an always existing fileLi-Wen Hsu2019-08-313-3/+3
* zfs: fix snapshot dir destruction after introducion of VOP_NEED_INACTIVEMateusz Guzik2019-08-311-0/+1
* Improve function definition.Michael Tuexen2019-08-311-1/+1
* Improve the handling of illegal sequence number combinations in receivedMichael Tuexen2019-08-311-5/+15
* loader.efi: use shift 16 in efipart as it is max ashift supported by zfsToomas Soome2019-08-311-2/+3
* vfs: add a missing VNODE_REFCOUNT_FENCE_REL to v_incr_usecount_lockedMateusz Guzik2019-08-301-0/+1
* Earliest reference to /dev/null I can find is in v4 sh(1) and nulldev inSevan Janiyan2019-08-301-2/+2
* qemu-system-aarch64 does list block device with very large block sizeToomas Soome2019-08-301-1/+4
* Wrap a vlan's parent's if_output in a separate function.Matt Joras2019-08-301-1/+29
* Update and clean up the UMA man page.Mark Johnston2019-08-302-93/+280
* avoid holding PCB mutex during copyin/copyout()Maksim Yevmenkin2019-08-302-89/+154
* Add entries for unmapped mbufs and KTLS.John Baldwin2019-08-301-0/+8
* Properly check for an interrupted cv_wait_sig().Mark Johnston2019-08-301-2/+2
* Remove unneeded blank line. No functional change.Xin LI2019-08-301-1/+0
* vfs: tidy up assertions in vfs_subrMateusz Guzik2019-08-301-2/+8
* xdma: avoid NULL deref in error caseEd Maste2019-08-301-2/+1
* qlxgbe: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* exynos5: avoid NULL deref in error caseEd Maste2019-08-301-1/+1
* nullfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-301-4/+22
* Use mbuf queue instead of ifqueue in USB network drivers.Gleb Smirnoff2019-08-304-8/+6
* Allow mbuf queues to be unlimited.Gleb Smirnoff2019-08-301-1/+1
* - address missing whitespace for indentJason Helfman2019-08-291-3/+3
* Remove unused VM page locking macros.Mark Johnston2019-08-291-5/+0
* Simplify bhyve vlapic ESR logic.John Baldwin2019-08-293-48/+31
* Use relative paths in ObsoleteFiles.incNiclas Zeising2019-08-291-2/+2
* pwm.9 symlink shouldn't be removedNiclas Zeising2019-08-291-2/+2
* Take proper lock in ses_setphyspath_callback().Alexander Motin2019-08-295-4/+8
* Man page for AMD Non-Transparent Bridge (ntb_hw_amd) driver.Alexander Motin2019-08-294-5/+103
* ichsmb: defer smbus attach until interrupts are availableYuri Pankov2019-08-291-5/+2
* vnic: avoid NULL deref in error caseEd Maste2019-08-291-3/+2
* scsi_cd: whitespace cleanupAndriy Gapon2019-08-291-111/+110
* scsi_cd: ifdef out cdsize()Andriy Gapon2019-08-291-1/+3
* scsi_cd: make the media check asynchronousAndriy Gapon2019-08-292-43/+554
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-2915-101/+43
* UFS: stop reusing the vnode for reallocated inode.Konstantin Belousov2019-08-293-5/+29
* Fix qmath(3) build problems with GCC 8.Edward Tomasz Napierala2019-08-292-12/+6
* Remove useless redefinition of NSFBUFS in i386/vm_machdep.c.Konstantin Belousov2019-08-291-4/+0
* Centralize __pcpu definitions.Konstantin Belousov2019-08-2926-111/+460
* zfs_ioc_snapshot: check user-prop permissions on snapshotted datasetsAndriy Gapon2019-08-291-10/+16
* Fix address annotation in xml output from wMike Karels2019-08-291-3/+5
* Use get_pcpu() to fetch the current CPU's pcpu pointer.John Baldwin2019-08-282-8/+2
* cxgbe/t4_tom: Use the correct value of sndbuf in AIO Tx.Navdeep Parhar2019-08-281-4/+2
* Fix AHCI Enclosure Management, broken by r351356.Alexander Motin2019-08-282-20/+24
* Install all bzip2.1 MLINKs from the same place.Mark Johnston2019-08-282-3/+3
* tmpfs: use VOP_NEED_INACTIVEMateusz Guzik2019-08-281-0/+22
* vfs: add VOP_NEED_INACTIVEMateusz Guzik2019-08-286-0/+68
* amd64: clean up cpu_switch.SMateusz Guzik2019-08-281-17/+14
* vm: only lock tmpfs vnode shared in vm_object_deallocateMateusz Guzik2019-08-281-1/+1