John Baldwin 7471277054 Add an automatic kernel module version dependency to prevent loading
modules using invalid ABI versions (e.g. a 7.x module with an 8.x kernel)
for a given kernel:
- Add a 'kernel' module version whose value is __FreeBSD_version.
- Add a version dependency on 'kernel' in every module that has an
  acceptable version range of __FreeBSD_version up to the end of the
  branch __FreeBSD_version is part of.  E.g. a module compiled on 701000
  would work on kernels with versions between 701000 and 799999 inclusive.

Discussed on:	arch@
MFC after:	1 week
2008-02-13 21:34:06 +00:00
..
2007-10-21 17:29:06 +00:00
2007-12-26 16:45:35 +00:00
2007-12-02 00:05:18 +00:00
2007-12-16 06:07:34 +00:00
2007-12-14 22:20:10 +00:00
2008-02-04 12:25:13 +00:00
2007-12-02 20:40:35 +00:00
2008-02-12 20:11:54 +00:00
2008-02-12 20:11:54 +00:00
2008-02-12 20:11:54 +00:00