summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-06-13 17:31:16 +0000
committermlaier <mlaier@FreeBSD.org>2004-06-13 17:31:16 +0000
commit96280d67b704034ff7a67658da414f9998c29e37 (patch)
tree615b94c034451734e9854b850eb4684a7b2f1bac /UPDATING
parent7e9a9e6ebc036a4e156d11dc9845613b90b31bb8 (diff)
downloadFreeBSD-src-96280d67b704034ff7a67658da414f9998c29e37.zip
FreeBSD-src-96280d67b704034ff7a67658da414f9998c29e37.tar.gz
Bump __FreeBSD_version for ALTQ. Also put some notes in UPDATING regarding
the ABI break.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index adfafb8..214c8e2 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040613:
+ ALTQ is now linked to the build. This breaks ABI for struct ifnet.
+ Make sure to recompile modules and any userland that makes use of
+ sizeof(struct ifnet). In order to get the altq headers in place run
+ make installincludes.
+
20040607:
Splitting kern_thread.c into 2 files (adding kern_kse.c)
requires that you re-run config after updating your tree.
OpenPOWER on IntegriCloud