aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2004-08-07 09:41:30 +0000
committerMax Laier <mlaier@FreeBSD.org>2004-08-07 09:41:30 +0000
commit3a004637a980b7bd88a3a894b4b971ff6daec4bf (patch)
treef226a994b858c7ce6791cd3dc739fb6363ddedfc /UPDATING
parentde0332d4fab60ad3f350cbc89b7dc14603adfeaf (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index b74b0fb4b7ac..4d2cc1ced883 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040807:
+ The size of 'struct ifnet' has changed due to the addition of the
+ if_carp placeholder. All kernel modules implementing network
+ interfaces must be recompiled as a result.
+
20040802:
making /dev/(null|zero) into a module proved to be too unpopular,
so this bit has been revoked from the previous (20040801) entry.