git: if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code.

2016-10-16 Thread Imre Vadasz
commit f16ef74977e51e1bfc7a625dd18b98b02158e0e5 Author: Imre Vadász Date: Sun Oct 16 20:55:13 2016 +0200 if_iwm - Partly sync if_iwm_binding.c to Linux iwlwifi code. * Store macid and color values in struct iwm_vap, to avoid hardcoded constants a bit.

git: if_iwm - Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap.

2016-10-16 Thread Imre Vadasz
commit 0cf16dd2e0e09a3e5140e50222ac2e69bcdb19a2 Author: Imre Vadász Date: Sun Oct 16 12:23:44 2016 +0200 if_iwm - Move in_phyctxt from struct iwm_node to phy_ctxt in struct iwm_vap. * This better matches how things are organized in Linux's iwlwifi. Summary of

git: kernel - Rename desiredvnodes to maxvnodes, fix deadlock

2016-10-16 Thread Matthew Dillon
commit 9629eb3587b2cd563eccbd1eab0984b652f5dad5 Author: Matthew Dillon Date: Sun Oct 16 14:13:39 2016 -0700 kernel - Rename desiredvnodes to maxvnodes, fix deadlock * Rename the kernel variable 'desiredvnodes' to 'maxvnodes' to match the sysctl

git: kernel - Reduce excessive inode hash table allocations

2016-10-16 Thread Matthew Dillon
commit fd74079f8d77551dc82099abf893060bf62f2ffb Author: Matthew Dillon Date: Sun Oct 16 14:31:40 2016 -0700 kernel - Reduce excessive inode hash table allocations * Reduce excessive inode hash table allocations in various filesystems (primarily

git: kernel - Modestly reduce default maxvnodes calculation

2016-10-16 Thread Matthew Dillon
commit 3576ef4ed37c1a59c18a7e45424944afc84f1fb1 Author: Matthew Dillon Date: Sun Oct 16 14:36:10 2016 -0700 kernel - Modestly reduce default maxvnodes calculation * Change the multipliers to modestly reduce the default kern.maxvnodes

git: DragonFly_RELEASE_4_6 vkernel - Add COW image capability

2016-10-16 Thread Matthew Dillon
commit 9fb6182a431801bf588fe53fcb7ce94a7f8f3553 Author: Matthew Dillon Date: Sun Oct 9 16:41:17 2016 -0700 vkernel - Add COW image capability * Add a copy-on-write disk image feature. This allows a vkernel to mount a disk image RO or R+W but does not

git: DragonFly_RELEASE_4_6 kernel - Refactor VMX code

2016-10-16 Thread Matthew Dillon
commit a96bc1e24ee99760608ca520728066a5ef4d3cf1 Author: Matthew Dillon Date: Sat Oct 8 16:57:16 2016 -0700 kernel - Refactor VMX code * Refactor the VMX code to use all three VMM states available to use instead of two. The three states

git: DragonFly_RELEASE_4_6 kernel - Remove mplock from KTRACE paths

2016-10-16 Thread Matthew Dillon
commit 84f5e3457abecf35e96ebd677b64300098a2818b Author: Matthew Dillon Date: Tue Sep 27 14:39:03 2016 -0700 kernel - Remove mplock from KTRACE paths * The mplock is no longer needed for KTRACE, ktrace writes are serialized by the vnode lock and

git: DragonFly_RELEASE_4_6 kernel - Fix low memory process kill bug

2016-10-16 Thread Matthew Dillon
commit e4e51a624ca3da53f705d75f5e55e6de9829a8c5 Author: Matthew Dillon Date: Fri Oct 7 19:13:41 2016 -0700 kernel - Fix low memory process kill bug * If a process is being killed, don't let it stay put in a low-memory vm_wait loop in kernel

git: DragonFly_RELEASE_4_6 vkernel - Fix FP corruption in VMX/EPT mode

2016-10-16 Thread Matthew Dillon
commit 068a77b8cef786dbd156738965090790c7c02719 Author: Matthew Dillon Date: Mon Oct 10 10:22:12 2016 -0700 vkernel - Fix FP corruption in VMX/EPT mode * Properly invalidating the EPT TLB cache when it potentially becomes stale. * When

git: DragonFly_RELEASE_4_6 kernel - Fix a system lockup with vmm

2016-10-16 Thread Matthew Dillon
commit 8e73479e3c0ecf0d527bad07de2065334da5e59b Author: Matthew Dillon Date: Fri Oct 7 19:10:06 2016 -0700 kernel - Fix a system lockup with vmm * Fix an issue where vkernel_lwp_exit() was improperly trying to kfree() the vklp->ve pointer for

git: annotated tag v4.6.1 created

2016-10-16 Thread Justin C. Sherrill
at f4f0ec49e3d613bd369b085f87f3ebfc5fe12237 (tag) tagging 068a77b8cef786dbd156738965090790c7c02719 (commit) replaces v4.6.0 tagged by Justin C. Sherrill on Sun Oct 16 19:53:23 2016 -0400 DragonFly 4.6.1 -BEGIN PGP SIGNATURE- Version: GnuPG v2

git: Step 1/2 of OpenSSL remove: Suppress building

2016-10-16 Thread John Marino
commit adfb2c714977a5603d5a8375630461d6af9ed072 Author: John Marino Date: Sun Oct 16 17:34:39 2016 -0500 Step 1/2 of OpenSSL remove: Suppress building As of now, the NO_OPENSSL directive has been replaced with an undocumented FORCE_OPENSSL directive. Unless