summaryrefslogtreecommitdiffstats
path: root/sbin/kldload/kldload.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r313273:ngie2017-02-121-36/+23
* Use nitems() from sys/param.h.araujo2016-04-191-1/+1
* Fix dmesg(1) -> dmesg(8)bapt2014-01-131-1/+1
* Fix typobapt2014-01-131-1/+1
* Point the user to dmesg(1) to get informations about why loading a module did...bapt2014-01-131-2/+12
* Fix error countingbapt2014-01-091-4/+3
* Import error message shown to the user when trying to load a module that isbapt2014-01-091-2/+8
* Add option to ignore error codes if the module specified is already loaded.hselasky2012-03-181-4/+16
* Make flags in usage() and SYNOPSYS more style(9)-ish.maxim2010-08-301-1/+1
* o Add -q flag to usage().maxim2010-07-131-1/+1
* Perform some checking on the requested list of modules to warn people if theybenno2009-06-041-9/+110
* style(9) pass prior to further changes.benno2009-06-041-32/+37
* 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
* Make it possible to kldload(8) many modules.jmallett2002-10-081-9/+17
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* $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
* activate the programs that will be used to manipulate kld modulesjmg1997-10-191-1/+5
* Add utilities for the kernel linker.dfr1997-05-071-0/+71
OpenPOWER on IntegriCloud