summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-08-24 19:35:27 +0000
committerWarner Losh <imp@FreeBSD.org>2020-08-24 19:35:27 +0000
commit3c41ca88078566b6ee6ffc32bdb3b3d949eaa26f (patch)
tree22a99cec6d45688aceb5d20eb33ef5173a169aab /UPDATING
parentf87655ec7694aa29a3e4e8d85d544820cd0c1b72 (diff)
downloadsrc-test-3c41ca88078566b6ee6ffc32bdb3b3d949eaa26f.tar.gz
src-test-3c41ca88078566b6ee6ffc32bdb3b3d949eaa26f.zip
Document the kern -> kernel name change for resume events.
MFC After: 3 days
Notes
Notes: svn path=/head/; revision=364726
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index fcc2acc6ac2a0..6ac4b3588125b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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 from