cvs commit: src/sys/sys mount.h src/sys/kern vfs_subr.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Sat Apr 26 13:04:49 UTC 2008


pjd         2008-04-26 13:04:48 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mount.h 
    sys/kern             vfs_subr.c 
  Log:
  Implement 'show mount' command in DDB. Without argument, it prints short
  info about all currently mounted file systems. When an address is given
  as an argument, prints detailed info about the given mount point.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.730     +152 -0    src/sys/kern/vfs_subr.c
  1.230     +5 -0      src/sys/sys/mount.h


More information about the cvs-src mailing list