Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 20:51:53 +0000 (UTC)
From:      "Wojciech A. Koszek" <wkoszek@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/kldunload kldunload.8 kldunload.c
Message-ID:  <200603012051.k21Kprg7071187@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wkoszek     2006-03-01 20:51:53 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/kldunload       kldunload.8 kldunload.c 
  Log:
  Forced commit in order to note, that I brought style(9) changes together with
  functional changes. It was done by accident. Proper comment to the previous
  commit should be:
  
  MFC:
     Extend kldunload(8) functionality and fix minor problems:
     o multiple modules can be unloaded at once (specified either by id or be
       module name)
     o exit with EX_USAGE after usage() is called.
     o remove unused variables, since we keep command line flags as bitmask,
       in 'opt'.
     o 'kldload -n ...' does nothing. Add comment to this options.
  
     Additionally:
     o Update manual page to conform new functionality.
     o Increace WARNS to 6. Because we can.
  
     o Bump a date in .Dd field. Spotted by brueffer@.
  
     Approved by: cognet (mentor)
  
  Approved by:    re (scottl)
  
  Revision  Changes    Path
  1.16.2.1  +3 -3      src/sbin/kldunload/kldunload.8
  1.15.2.2  +0 -0      src/sbin/kldunload/kldunload.c



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