History log of /freebsd-10.1-release/sbin/kldstat/kldstat.8
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 268903 19-Jul-2014 bapt

MFC: r261032
Add quiet support for kldstat -n

PR: bin/180014
Submitted by: Olivier Cochard-Labbé <olivier at cochard.me>


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 166690 13-Feb-2007 brueffer

Mark up lkm with .Nm, since lkm is name of an api.

Submitted by: ru


# 166616 10-Feb-2007 brueffer

Don't reference lkm(4), it doesn't exist.

PR: 108980
Submitted by: Yonatan


# 152568 18-Nov-2005 ru

-mdoc sweep.


# 150497 23-Sep-2005 pjd

Add '-q' option, which (when used with '-m' option) just tells if the given
module is loaded or compiled into the kernel.
This is useful mostly in startup scripts, when module should be loaded only
if it wasn't compiled into the kernel nor already loaded, eg.:

kldstat -q -m g_eli || kldload geom_eli.ko || err 1 'geom_eli module failed to load.'


# 145861 04-May-2005 fjoe

Add -m option (find module using modfind() and stat it).


# 140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


# 99501 06-Jul-2002 charnier

The .Nm utility


# 68960 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 62327 01-Jul-2000 ps

Backout rev 1.8. This really does not give us the version number
of the kld's.

Pointed out by: bp


# 61881 20-Jun-2000 jmb

display version number of each kld module when using
the -v flag.


# 50847 03-Sep-1999 chris

Add cross-references to respective syscalls.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41108 12-Nov-1998 obrien

Fill-in the manpages a little.


# 34673 19-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 32270 05-Jan-1998 charnier

Sync. usage string and synopsis. Add rcsid.


# 30627 21-Oct-1997 jmg

a few code style changes:
o start function names in column 1
o sort order of flags in getopt and switch
o don't try to reference progname
o unspam some changes introduced by a 2.2.1-R build box instead of a
-current build box

doc changes:
o document when these commands first appeared
o put email address in angle brakets
o minor mdoc clean up


# 25540 07-May-1997 dfr

Add utilities for the kernel linker.