Add an entry detailing the removal of set_rcvar() from /etc/rc.subr

Requested by:   Garrett Cooper <yanegomi@gmail.com>
This commit is contained in:
Doug Barton 2012-01-14 09:32:58 +00:00
parent 8de4bcc1f7
commit e0e0f25b65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230105

View File

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