cvs commit: src/sys/kern kern_linker.c src/sys/sys syscallsubr.h
John Baldwin
jhb at FreeBSD.org
Tue Jun 13 21:30:39 UTC 2006
jhb 2006-06-13 21:28:18 UTC
FreeBSD src repository
Modified files:
sys/kern kern_linker.c
sys/sys syscallsubr.h
Log:
- Add a kern_kldload() that is most of the previous kldload() and push
Giant down in it.
- Push Giant down in kern_kldunload() and reorganize it slightly to avoid
using gotos. Also, expose this function to the rest of the kernel.
Revision Changes Path
1.125 +47 -39 src/sys/kern/kern_linker.c
1.37 +2 -0 src/sys/sys/syscallsubr.h
More information about the cvs-src
mailing list