diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2006-01-31 20:29:04 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2006-01-31 20:29:04 +0000 |
| commit | 90482daf5f54e7a1daef9197a5bb2c5603654b39 (patch) | |
| tree | dc2518544b0e6ce8333bac99ec54481b359f6fe5 | |
| parent | 6f1421828ec96734b2ab77781a9be89cd06ae51b (diff) | |
Notes
| -rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
