aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldunload
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+17
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
* | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
|/
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-1/+0
* Mark up lkm with .Nm, since lkm is name of an api.Christian Brueffer2007-02-131-1/+1
* Don't reference lkm(4), it doesn't exist.Christian Brueffer2007-02-101-1/+1
* Bump a date in .Dd field. Last change brought some new functionality.Wojciech A. Koszek2006-02-271-1/+1
* Extend kldunload(8) functionality and fix minor problems:Wojciech A. Koszek2006-02-273-40/+50
* Big style(9) fix. This commit brings no functional change.Wojciech A. Koszek2006-02-271-53/+56
* - Correctly spell MOD_QUIESCEGleb Smirnoff2005-02-091-1/+3
* Document -f in usage().Ruslan Ermilov2005-01-301-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-5/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-101-6/+4
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-132-2/+13
* 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