Add an UPDATING entry and bump __FreeBSD_version for r347532.

Reported by:	rgrimes, Oliver Pinter <oliver.pinter@hardenedbsd.org>
This commit is contained in:
Mark Johnston 2019-05-13 18:48:08 +00:00
parent 8cd6a80d7d
commit aa0a893384
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=347543
2 changed files with 9 additions and 1 deletions

View File

@ -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.

View File

@ -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,