Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   thorpej
Date:           Fri Nov 25 20:13:54 UTC 2005

Modified Files:
        src/sys/kern: init_main.c kern_lkm.c
        src/sys/sys: lkm.h

Log Message:
Use a once control to initialize the LKM subsystem on first open.  Remove
the lkm_init() call from main().


To generate a diff of this commit:
cvs rdiff -r1.256 -r1.257 src/sys/kern/init_main.c
cvs rdiff -r1.86 -r1.87 src/sys/kern/kern_lkm.c
cvs rdiff -r1.37 -r1.38 src/sys/sys/lkm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index