aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload/kldload.c
Commit message (Expand)AuthorAgeFilesLines
* 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