aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload/kldload.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix the last case when kldload(8) wasn't printing the name of the moduleGleb Smirnoff2017-02-181-2/+2
* style(9) cleanupEnji Cooper2017-02-051-36/+23
* Use nitems() from sys/param.h.Marcelo Araujo2016-04-191-1/+1
* Fix dmesg(1) -> dmesg(8)Baptiste Daroussin2014-01-131-1/+1
* Fix typoBaptiste Daroussin2014-01-131-1/+1
* Point the user to dmesg(1) to get informations about why loading a module did...Baptiste Daroussin2014-01-131-2/+12
* Fix error countingBaptiste Daroussin2014-01-091-4/+3
* Import error message shown to the user when trying to load a module that isBaptiste Daroussin2014-01-091-2/+8
* Add option to ignore error codes if the module specified is already loaded.Hans Petter Selasky2012-03-181-4/+16
* Make flags in usage() and SYNOPSYS more style(9)-ish.Maxim Konovalov2010-08-301-1/+1
* o Add -q flag to usage().Maxim Konovalov2010-07-131-1/+1
* Perform some checking on the requested list of modules to warn people if theyBenno Rice2009-06-041-9/+110
* style(9) pass prior to further changes.Benno Rice2009-06-041-32/+37
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* Update documentation for kldload(8)'s ability to load multiple modules.Juli Mallett2002-10-091-1/+1
* Make it possible to kldload(8) many modules.Juli Mallett2002-10-081-9/+17
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* remoce unused #include.Philippe Charnier1998-07-061-2/+1
* Add -v in usage string. Add rcsid.Philippe Charnier1998-01-051-4/+7
* a few code style changes:John-Mark Gurney1997-10-211-9/+6
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-191-1/+5
* Add utilities for the kernel linker.Doug Rabson1997-05-071-0/+71