From e0e0f25b65acba06cee57bdb26252c8d820055fb Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 14 Jan 2012 09:32:58 +0000 Subject: [PATCH] Add an entry detailing the removal of set_rcvar() from /etc/rc.subr Requested by: Garrett Cooper --- UPDATING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPDATING b/UPDATING index 0aed1e41879..a8100955448 100644 --- a/UPDATING +++ b/UPDATING @@ -22,6 +22,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: machines to maximize performance. (To disable malloc debugging, run ln -s aj /etc/malloc.conf.) +20120114: + The set_rcvar() function has been removed from /etc/rc.subr. All + base and ports rc.d scripts have been updated, so if you have a + port installed with a script in /usr/local/etc/rc.d you can either + hand-edit the rcvar= line, or reinstall the port. + 20120109: panic(9) now stops other CPUs in the SMP systems, disables interrupts on the current CPU and prevents other threads from running.