aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldunload/kldunload.c
Commit message (Expand)AuthorAgeFilesLines
* Document -f in usage().Ruslan Ermilov2005-01-301-2/+2
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-131-2/+6
* Use __FBSDID() to quiet GCC 3.3 warnings.David E. O'Brien2003-05-031-4/+2
* style(9): use NULL when assigning/comparing a char *,Johan Karlsson2003-04-231-5/+5
* Make this WARNS=5 clean by adding () in 'if (a || (b && c))'.Johan Karlsson2003-04-231-1/+1
* Fixed bitrot in usage message (-n is now optional).Bruce Evans1999-09-081-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a sensible message if an invalid ID was enteredNick Hibma1999-07-251-1/+3
* Bitch if both an id and a name are specified. Make the man page and usageDag-Erling Smørgrav1998-11-071-3/+9
* Lowercase 1st char. in err(3) strings.Philippe Charnier1998-07-061-2/+2
* Sync. usage string and synopsis. Add rcsid.Philippe Charnier1998-01-051-6/+8
* fix mispelling of kldJohn-Mark Gurney1997-10-241-2/+2
* a few code style changes:John-Mark Gurney1997-10-211-15/+10
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-191-1/+6
* Add utilities for the kernel linker.Doug Rabson1997-05-071-0/+92