aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldunload
Commit message (Expand)AuthorAgeFilesLines
* 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-232-2/+2
* The .Nm utilityPhilippe Charnier2002-07-061-1/+1
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-2/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.Ruslan Ermilov2001-03-201-2/+0
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Fixed bitrot in usage message (-n is now optional).Bruce Evans1999-09-081-1/+1
* Show that the -n option is optionalNick Hibma1999-09-061-1/+4
* Add cross-references to respective syscalls.Chris Costello1999-09-031-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Add a sensible message if an invalid ID was enteredNick Hibma1999-07-251-1/+3
* Fill-in the manpages a little.David E. O'Brien1998-11-121-3/+11
* Bitch if both an id and a name are specified. Make the man page and usageDag-Erling Smørgrav1998-11-072-6/+14
* Lowercase 1st char. in err(3) strings.Philippe Charnier1998-07-061-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-3/+3
* Sync. usage string and synopsis. Add rcsid.Philippe Charnier1998-01-052-12/+13
* use += on cflagsJohn-Mark Gurney1997-10-261-2/+2
* fix mispelling of kldJohn-Mark Gurney1997-10-241-2/+2
* a few code style changes:John-Mark Gurney1997-10-212-21/+20
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-192-2/+9
* Add utilities for the kernel linker.Doug Rabson1997-05-073-0/+185