diff options
author | glebius <glebius@FreeBSD.org> | 2006-01-13 17:32:22 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2006-01-13 17:32:22 +0000 |
commit | ccfa5712cd529a7e3ff00054ad1683aa89921da8 (patch) | |
tree | c673078ecc82442ee59af035f8c6518b731b0611 /UPDATING | |
parent | 6373a622681b41bec3745e63a1ac60ac98c36d16 (diff) | |
download | FreeBSD-src-ccfa5712cd529a7e3ff00054ad1683aa89921da8.zip FreeBSD-src-ccfa5712cd529a7e3ff00054ad1683aa89921da8.tar.gz |
Yesterday netgraph ABI has been changed.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -21,6 +21,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW: developers choose to disable these features on build machines to maximize performance. +20060112: + The generic netgraph(4) cookie has been changed. If you upgrade + kernel passing this point, you also need to upgrade userland + and netgraph(4) utilities like ports/net/mpd or ports/net/mpd4. + 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 |