Date: Tue, 13 Jun 2006 21:11:12 +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 Message-ID: <200606132111.k5DLBCbO095613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-06-13 21:11:12 UTC FreeBSD src repository Modified files: sys/kern kern_linker.c Log: - Push down Giant some in kldstat(). - Use a 'struct kld_file_stat' on the stack to read data under the lock and then do one copyout() w/o holding the lock at the end to push the data out to userland. Revision Changes Path 1.124 +21 -29 src/sys/kern/kern_linker.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606132111.k5DLBCbO095613>