diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-07-27 23:32:06 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-07-27 23:32:06 +0000 |
commit | 3675ec98e8fbe871084ec3871ca2f42ca8acac1a (patch) | |
tree | cc907b158d574a12f04fb371715843ac9eae0875 /UPDATING | |
parent | b463bc6c336f88c5c53b54a13c72ffd11be29e4e (diff) | |
download | FreeBSD-src-3675ec98e8fbe871084ec3871ca2f42ca8acac1a.zip FreeBSD-src-3675ec98e8fbe871084ec3871ca2f42ca8acac1a.tar.gz |
Add an UPDATING entry about recompiling modules implementing network
interfaces due to a change in the size of struct ifnet.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. +20040727: + The size of 'struct ifnet' has changed due to the addition of + the IFF_NEEDSGIANT flag (and what it implies). All kernel + modules implementing network interfaces must be recompiled as + a result. + 20040724: The rc.d/localpkg script now "does the right thing" with respect to ports rc.d scripts. The most disruptive change is that scripts |