diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 23:19:10 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-01-14 23:19:10 +0000 |
commit | 5d4823240859c9eaff0d54b5a944bbf79ea214a6 (patch) | |
tree | 6053959ef4b7fcd492122d2a84fce3a390ca1e18 /UPDATING | |
parent | d0766f8d45d93d27cbd6f581cfa8e2ea143947ba (diff) | |
download | src-test2-5d4823240859c9eaff0d54b5a944bbf79ea214a6.tar.gz src-test2-5d4823240859c9eaff0d54b5a944bbf79ea214a6.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: port installed with a script in /usr/local/etc/rc.d you can either hand-edit the rcvar= line, or reinstall the port. + An easy way to handle the mass-update of /etc/rc.d: + rm /etc/rc.d/* && mergemaster -i + 20120109: panic(9) now stops other CPUs in the SMP systems, disables interrupts on the current CPU and prevents other threads from running. |