K 10 svn:author V 3 imp K 8 svn:date V 27 2020-10-07T06:16:37.890206Z K 7 svn:log V 291 Move kernel env global variables, etc to sys/kenv.h The kernel globals for kenv are confined to 2 files that need them and a few that likely shouldn't (but as written the code does). Move them from sys/systm.h to sys/kenv.h. This removed a XXX from systm.h and cleans it up a little bit... END