Date: Tue, 13 Jun 2006 21:28:18 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_linker.c src/sys/sys syscallsubr.h Message-ID: <200606132128.k5DLSId9096401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606132128.k5DLSId9096401>
