Date: Mon, 24 Aug 2020 19:35:27 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r364726 - head Message-ID: <202008241935.07OJZROr092567@repo.freebsd.org>
index | next in thread | raw e-mail
Author: imp Date: Mon Aug 24 19:35:27 2020 New Revision: 364726 URL: https://svnweb.freebsd.org/changeset/base/364726 Log: Document the kern -> kernel name change for resume events. MFC After: 3 days Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Aug 24 19:35:15 2020 (r364725) +++ head/UPDATING Mon Aug 24 19:35:27 2020 (r364726) @@ -26,6 +26,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".) +20200824: + The resume code now notifies devd with the 'kernel' system + rather than the old 'kern' subsystem to be consistent with + other use. The old notification will be created as well, but + will be removed prior to FreeBSD 14.0. + 20200821: r362275 changed the internal API between the kernel RPC and the NFS modules. As such, all the modules must be recompiled fromhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008241935.07OJZROr092567>
