Date: Sat, 18 May 2019 19:36:23 +0000 (UTC) From: Brad Davis <brd@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r347961 - head Message-ID: <201905181936.x4IJaNir001183@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brd Date: Sat May 18 19:36:23 2019 New Revision: 347961 URL: https://svnweb.freebsd.org/changeset/base/347961 Log: Add note to UPDATING for users of mergemaster after the move of master.passwd and group in r347638. Approved by: allanjude (mentor) Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat May 18 19:32:38 2019 (r347960) +++ head/UPDATING Sat May 18 19:36:23 2019 (r347961) @@ -31,6 +31,12 @@ 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".) +20190517: + For users of mergemaster, after recent changes to locations of + master.passwd and group in the source tree mergemaster needs to be + updated. Before running `mergemaster -p', cd to usr.sbin/mergemaster + and run `make install'. + 20190513: User-wired pages now have their own counter, vm.stats.vm.v_user_wire_count. The vm.max_wired sysctl was renamed
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905181936.x4IJaNir001183>