aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldconfig
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * 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
| * Merge headSimon J. Gerraty2014-04-281-27/+0
| |\
| * | 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/+19
* | | use .Mt to mark up email addresses consistently (part1)Baptiste Daroussin2014-06-201-1/+1
| |/ |/|
* | kldconfig: Remove some code for compatibility with FreeBSD 4.x.Jilles Tjoelker2014-03-091-27/+0
|/
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
* Fix malloc size (visible on amd64, with "kldconfig -r").Ruslan Ermilov2005-11-071-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-3/+3
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-5/+2
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-051-2/+2
* 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-1/+1
* These are WARNS=5 clean, mark them as such to keep them that way.Johan Karlsson2003-04-231-0/+1
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-1/+1
* The .Nm utilityPhilippe Charnier2002-07-061-0/+2
* Default to WARNS=2.David E. O'Brien2001-12-041-2/+0
* This is actually making its enterance in FreeBSD 4.4.David E. O'Brien2001-08-011-1/+1
* mdoc(7) police: cosmetics.Ruslan Ermilov2001-07-061-1/+1
* Properly cast a size argument to an unsigned type.Peter Pentchev2001-06-291-1/+2
* Silence warnings on the Alpha: don't assume size_t is an int.Dima Dorfman2001-06-291-1/+1
* Add kldconfig(8), a utility to modify the kernel module search path.Peter Pentchev2001-06-293-0/+587