Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2009 23:01:36 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_linker.c
Message-ID:  <200902052301.n15N1fmh023004@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2009-02-05 23:01:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_linker.c 
  Log:
  SVN rev 188209 on 2009-02-05 23:01:36Z by jhb
  
  Drop the kernel linker lock while running SYSUNINIT routines and removing
  sysctls during a linker file unload.  We drop the lock when doing similar
  operations during a linker file load.  To close races, clear the LINKED
  flag before dropping the lock so that the linker file is no longer visible
  to userland.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.164     +3 -0      src/sys/kern/kern_linker.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902052301.n15N1fmh023004>