History log of /freebsd-9.3-release/sbin/kldload/kldload.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 260909 20-Jan-2014 bapt

MFH: r260483, r260484, r260594, r260595, r260596, r260597

Improve error message shown to the user when trying to load a module that is
already loaded or compiled withing the kernel
Point the user to dmesg(1) to get informations about why loading a module did fail
instead of printing the cryptic "Exec format error"
Update the BUGS section of kld(4) according the recent changes in kldload(8)


# 233560 27-Mar-2012 hselasky

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


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 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


# 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


# 114589 03-May-2003 obrien

Use __FBSDID() to quiet GCC 3.3 warnings.


# 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


# 78732 24-Jun-2001 dd

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


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 37418 06-Jul-1998 charnier

remoce unused #include.


# 32269 05-Jan-1998 charnier

Add -v in usage string. 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


# 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.