History log of /freebsd-10.0-release/sbin/kldload/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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

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


249373 11-Apr-2013 joel

Remove contractions.


233458 25-Mar-2012 joel

Remove superfluous paragraph macro.


233109 18-Mar-2012 hselasky

Add option to ignore error codes if the module specified is already loaded.

MFC after: 1 week


211990 30-Aug-2010 maxim

Make flags in usage() and SYNOPSYS more style(9)-ish.

Suggested by: brian
MFC after: 3 days


209971 13-Jul-2010 maxim

o Add -q flag to usage().

MFC after: 1 week


209970 13-Jul-2010 maxim

o Add -q flag to the synopsis.

PR: docs/148535
Submitted by: Warren Block
MFC after: 1 week


202532 17-Jan-2010 ed

Raise WARNS for various tools where possible.

Submitted by: Marius NĂ¼nnerich <marius@nuenneri.ch>


194802 23-Jun-2009 delphij

Add a note about the implication of secure level setting against kldload,
and cross reference security(7).


193480 05-Jun-2009 benno

Bump document date.

Pointed out by: trhodes


193475 04-Jun-2009 benno

Perform some checking on the requested list of modules to warn people if they
try to load modules by filename out of the current directory where the module
in question may be further up the module path or not in the module path at all.

Also add some text to the man page to help explain what's going on.

Sponsored by: Redacted Consulting


193473 04-Jun-2009 benno

style(9) pass prior to further changes.

Sponsored by: Redacted Consulting


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


163335 13-Oct-2006 trhodes

Remove mention of "lomac" as it's been gone for a good while now (at least
two years).


152568 18-Nov-2005 ru

-mdoc sweep.


149536 27-Aug-2005 keramida

Make it clear that the .ko extention of a module to be loaded
is optional.

PR: docs/85356
Submitted by: Julien Gabel <jpeg@thilelli.net>
MFC after: 3 days


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


114589 03-May-2003 obrien

Use __FBSDID() to quiet GCC 3.3 warnings.


113932 23-Apr-2003 johan

These are WARNS=5 clean, mark them as such to keep them that way.

Look at by: sebastian.ssmoller@web.de on audit@


111848 03-Mar-2003 ru

Add an xref to kldconfig(8).


104699 09-Oct-2002 jmallett

Update documentation for kldload(8)'s ability to load multiple modules.

Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>


104669 08-Oct-2002 jmallett

Make it possible to kldload(8) many modules.

MFC after: 2 months
Sponsored by: Bright Path Solutions
Reviewed by: tjr


99501 06-Jul-2002 charnier

The .Nm utility


97898 05-Jun-2002 keramida

Add 'utility' in a place that it was missing.

PR: docs/38814
Submitted by: Chris Pepper <pepper@rockefeller.edu>
MFC after: 10 days


89148 09-Jan-2002 ru

mdoc(7) police: tidy up previous delta.


88007 16-Dec-2001 silby

Add comments on where to look if you wish to auto-load
modules at boot time.

MFC after: 1 day


87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


79758 15-Jul-2001 dd

Set WARNS=2 on programs which compile cleanly.

Submitted by: Mike Barcroft <mike@q9media.com>


79530 10-Jul-2001 ru

mdoc(7) police: removed HISTORY info from the .Os call.


79521 10-Jul-2001 ru

mdoc(7) police: minor markup tweaks.


79297 05-Jul-2001 dd

Spelling police: extention -> extension.


79144 03-Jul-2001 yar

Fix a typo: "must be have" -> "must have"

MFC after: 5 days


78732 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


76812 18-May-2001 ru

Removed -I${.CURDIR}/.../sys from CFLAGS.


74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


74531 20-Mar-2001 ru

Set the default manual section for sbin/ to 8.


71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


70152 18-Dec-2000 ru

Prepare for mdoc(7)NG.


68960 20-Nov-2000 ru

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


65520 06-Sep-2000 ache

/modules -> /boot/kernel


50847 03-Sep-1999 chris

Add cross-references to respective syscalls.


50476 28-Aug-1999 peter

$Id$ -> $FreeBSD$


41108 12-Nov-1998 obrien

Fill-in the manpages a little.


37418 06-Jul-1998 charnier

remoce unused #include.


34673 19-Mar-1998 charnier

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


32269 05-Jan-1998 charnier

Add -v in usage string. Add rcsid.


30722 26-Oct-1997 jmg

use += on cflags

Submitted-by: Steve Price <sprice@hiwaay.net>


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


30573 19-Oct-1997 jmg

activate the programs that will be used to manipulate kld modules

fix a few problems with missing headers, warn called with an exit
value, and undeclared getopt vars

these programs now compile -Wall clean (and yes, I know I should use
more than just -Wall) :)


25540 07-May-1997 dfr

Add utilities for the kernel linker.