Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: src/lkm/procfs Makefile src/sys/miscfs/procfs procfs_vfsops.c



alex        1998/07/25 08:52:44 PDT

  Modified files:
    lkm/procfs           Makefile 
    sys/miscfs/procfs    procfs_vfsops.c 
  Log:
  Override the default VFS LKM dispatch functions so that a module
  unload function can be provided (this is necessary to unregister
  the at_exit handler).
  
  Revision  Changes    Path
  1.11      +2 -2      src/lkm/procfs/Makefile
  1.23      +19 -4     src/sys/miscfs/procfs/procfs_vfsops.c