cvs commit: src/sys/kern kern_linker.c

John Baldwin jhb at FreeBSD.org
Tue Jun 13 21:13:33 UTC 2006


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


More information about the cvs-src mailing list