Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 21:36:23 +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 vfs_init.c src/sys/net80211 ieee80211_freebsd.c src/sys/netgraph ng_socket.c
Message-ID:  <200606132136.k5DLaNwg096978@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2006-06-13 21:36:23 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_init.c 
    sys/net80211         ieee80211_freebsd.c 
    sys/netgraph         ng_socket.c 
  Log:
  Use kern_kldload() and kern_kldunload() to load and unload modules when
  we intend for the user to be able to unload them later via kldunload(2)
  instead of calling linker_load_module() and then directly adjusting the
  ref count on the linker file structure.  This makes the resulting
  consumer code simpler and cleaner and better hides the linker internals
  making it possible to sanely lock the linker.
  
  Revision  Changes    Path
  1.82      +5 -7      src/sys/kern/vfs_init.c
  1.11      +2 -7      src/sys/net80211/ieee80211_freebsd.c
  1.76      +5 -6      src/sys/netgraph/ng_socket.c



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