DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: devfsctl - Add initial devfs/ruletab support


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Aug 2009 01:50:50 -0700 (PDT)

commit b68ba70cf665cd23c43fe4d59cffc1f0f26b0c7f
Author: Alex Hornung <ahornung@gmail.com>
Date:   Thu Aug 13 19:42:16 2009 +0100

    devfsctl - Add initial devfs/ruletab support
    
    * Add -t option, yet undocumented, to specify that one wants to use
      the ruletab mode. This mode allows to load either all rules for
      the specified mountpoints (1) in ruletab, just the generic rules (*)
      and for /dev (2), or all the rules specified in the ruletab (3).
      Mode (1) is entered by passing -m with a specific mount point
      that shall not be 'boot' or '*'.
      Mode (2) is entered by passing '-m boot'
      Mode (3) is entered by passing '-m *'

Summary of changes:
 usr.sbin/devfsctl/devfsctl.c |  172 ++++++++++++++++++++++++++++++++++++++----
 usr.sbin/devfsctl/devfsctl.h |   15 ++++-
 2 files changed, 171 insertions(+), 16 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b68ba70cf665cd23c43fe4d59cffc1f0f26b0c7f


-- 
DragonFly BSD source repository



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