aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldload
Commit message (Collapse)AuthorAgeFilesLines
* Add -v in usage string. Add rcsid.Philippe Charnier1998-01-052-12/+12
| | | | Notes: svn path=/head/; revision=32269
* use += on cflagsJohn-Mark Gurney1997-10-261-2/+2
| | | | | | | Submitted-by: Steve Price <sprice@hiwaay.net> Notes: svn path=/head/; revision=30722
* a few code style changes:John-Mark Gurney1997-10-212-13/+16
| | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=30627
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-192-2/+8
| | | | | | | | | | | 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) :) Notes: svn path=/head/; revision=30573
* Add utilities for the kernel linker.Doug Rabson1997-05-073-0/+158
Notes: svn path=/head/; revision=25540