aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-01-31 20:29:04 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-01-31 20:29:04 +0000
commit90482daf5f54e7a1daef9197a5bb2c5603654b39 (patch)
treedc2518544b0e6ce8333bac99ec54481b359f6fe5
parent6f1421828ec96734b2ab77781a9be89cd06ae51b (diff)
Notes
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 36b98b0f1cde..18c8bc829ddf 100644
--- a/UPDATING
+++ b/UPDATING
@@ -42,6 +42,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
and netgraph(4) utilities like ports/net/mpd or ports/net/mpd4.
20060106:
+ si(4)'s device files now contain the unit number.
+ Uses of {cua,tty}A[0-9a-f] should be replaced by {cua,tty}A0[0-9a-f].
+
+20060106:
The kernel ABI was mostly destroyed due to a change in the size
of struct lock_object which is nested in other structures such
as mutexes which are nested in all sorts of other structures.