Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 22:20:57 +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 Makefile kldunload.8 kldunload.c
Message-ID:  <200602272220.k1RMKvWA053495@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wkoszek     2006-02-27 22:20:57 UTC

  FreeBSD src repository

  Modified files:
    sbin/kldunload       Makefile kldunload.8 kldunload.c 
  Log:
  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.
  
  Approved by:    cognet (mentor)
  MFC after:      1 week
  
  Revision  Changes    Path
  1.10      +1 -1      src/sbin/kldunload/Makefile
  1.17      +2 -2      src/sbin/kldunload/kldunload.8
  1.17      +47 -37    src/sbin/kldunload/kldunload.c



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