Note the mashing of the proc structure.. recommend recompiling

kernel modules.
This commit is contained in:
Julian Elischer 2006-12-06 06:39:47 +00:00
parent ad1e7d285a
commit fc19e4c40d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164937

View File

@ -21,6 +21,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
20061205:
The removal of several facets of the experimental Threading
system from the kernel means that the proc and thread structures
have changed quite a bit. I suggest all kernel modules that might
reference these structures be recompiled.. Especially the
linux module.
20061126:
Sound infrastructure has been updated with various fixes and
improvements. Most of the changes are pretty much transparent,