Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2019 18:48:09 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347543 - in head: . sys/sys
Message-ID:  <201905131848.x4DIm9ug054363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon May 13 18:48:08 2019
New Revision: 347543
URL: https://svnweb.freebsd.org/changeset/base/347543

Log:
  Add an UPDATING entry and bump __FreeBSD_version for r347532.
  
  Reported by:	rgrimes, Oliver Pinter <oliver.pinter@hardenedbsd.org>

Modified:
  head/UPDATING
  head/sys/sys/param.h

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Mon May 13 18:48:08 2019	(r347542)
+++ head/UPDATING	Mon May 13 18:48:08 2019	(r347543)
@@ -31,6 +31,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20190513:
+	User-wired pages now have their own counter,
+	vm.stats.vm.v_user_wire_count.  The vm.max_wired sysctl was renamed
+	to vm.max_user_wired and changed from an unsigned int to an unsigned
+	long.  bhyve VMs wired with the -S are now subject to the user
+	wiring limit; the vm.max_user_wired sysctl may need to be tuned to
+	avoid running into the limit.
+
 20190507:
 	The IPSEC option has been removed from GENERIC.  Users requiring
 	ipsec(4) must now load the ipsec(4) kernel module.

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Mon May 13 18:48:08 2019	(r347542)
+++ head/sys/sys/param.h	Mon May 13 18:48:08 2019	(r347543)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300024	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300025	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905131848.x4DIm9ug054363>