aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2006-05-15 15:47:45 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2006-05-15 15:47:45 +0000
commit9f8d2f6c8d250efa7ef53b03ec6940f509126385 (patch)
tree8abb522b89f04f4ac1051b150401a78e3c408536 /UPDATING
parentace2d8c00be4d7d0daeb6c17c4f109308efabafd (diff)
downloadsrc-9f8d2f6c8d250efa7ef53b03ec6940f509126385.tar.gz
src-9f8d2f6c8d250efa7ef53b03ec6940f509126385.zip
Note that an old adjkerntz is not really usable after the recent
sysctlbyname() changes, so the new adjkerntz binary should be used while in single-user mode. Reviewed by: ceri, maxim
Notes
Notes: svn path=/head/; revision=158601
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index e915cc65a504..8de0d5f47d41 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,21 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20060511:
+ The machdep.* sysctls and the adjkerntz utility have been
+ modified a bit. The new adjkerntz utility uses the new
+ sysctl names and sysctlbyname() calls, so it may be impossible
+ to run an old /sbin/adjkerntz utility in single-user mode
+ with a new kernel. Replace the `adjkerntz -i' step before
+ `make installworld' with:
+
+ /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i
+
+ and proceed as usual with the rest of the installworld-stage
+ steps. Otherwise, you risk installing binaries with their
+ timestamp set several hours in the future, especially if
+ you are running with local time set to GMT+X hours.
+
20060412:
The ip6fw utility has been removed. The behavior provided by
ip6fw has been in ipfw2 for a good while and the rc.d scripts