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/26 18:07:02 PDT

  Modified files:
    lkm/procfs           Makefile 
    sys/miscfs/procfs    procfs_vfsops.c 
  Log:
  A better solution to the rm_at_exit problem: Register the exit function
  during first mount.  Unregister the exit function at last unmount.
  
  Concept by:	sef
  Reviewed by:	sef
  Implemented by:	alex
  
  Revision  Changes    Path
  1.12      +2 -2      src/lkm/procfs/Makefile
  1.24      +10 -23    src/sys/miscfs/procfs/procfs_vfsops.c