summaryrefslogtreecommitdiffstats
path: root/sbin/kldload/kldload.c
Commit message (Collapse)AuthorAgeFilesLines
* Add option to ignore error codes if the module specified is already loaded.hselasky2012-03-181-4/+16
| | | | MFC after: 1 week
* Make flags in usage() and SYNOPSYS more style(9)-ish.maxim2010-08-301-1/+1
| | | | | Suggested by: brian MFC after: 3 days
* o Add -q flag to usage().maxim2010-07-131-1/+1
| | | | MFC after: 1 week
* Perform some checking on the requested list of modules to warn people if theybenno2009-06-041-9/+110
| | | | | | | | | 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
* style(9) pass prior to further changes.benno2009-06-041-32/+37
| | | | Sponsored by: Redacted Consulting
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
|
* Update documentation for kldload(8)'s ability to load multiple modules.jmallett2002-10-091-1/+1
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* Make it possible to kldload(8) many modules.jmallett2002-10-081-9/+17
| | | | | | MFC after: 2 months Sponsored by: Bright Path Solutions Reviewed by: tjr
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtins (e.g., exit, strcmp).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* remoce unused #include.charnier1998-07-061-2/+1
|
* Add -v in usage string. Add rcsid.charnier1998-01-051-4/+7
|
* a few code style changes:jmg1997-10-211-9/+6
| | | | | | | | | | | | | 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
* activate the programs that will be used to manipulate kld modulesjmg1997-10-191-1/+5
| | | | | | | | 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) :)
* Add utilities for the kernel linker.dfr1997-05-071-0/+71
OpenPOWER on IntegriCloud