summaryrefslogtreecommitdiffstats
path: root/sbin/kldstat
Commit message (Expand)AuthorAgeFilesLines
* MFC: r261032bapt2014-07-202-4/+10
* In printfile(), exit the process instead of only printing the warning.kib2010-11-131-2/+3
* Casting size_t to uintmax_t is not necessary anymore. This alsobrueffer2010-05-121-3/+2
* Raise WARNS for various tools where possible.ed2010-01-171-1/+0
* Only show the pathname in verbose output as intended in the last commit (r172...thompsa2008-12-221-3/+5
* Add the full module path name to the kld_file_stat structurejb2007-10-221-2/+2
* Mark up lkm with .Nm, since lkm is name of an api.brueffer2007-02-131-1/+1
* Don't reference lkm(4), it doesn't exist.brueffer2007-02-101-1/+1
* -mdoc sweep.ru2005-11-181-1/+1
* Update usage.pjd2005-09-241-1/+1
* Add '-q' option, which (when used with '-m' option) just tells if the givenpjd2005-09-232-3/+15
* Synchronize program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+2
* Add -m option (find module using modfind() and stat it).fjoe2005-05-042-5/+31
* Added the EXIT STATUS section where appropriate.ru2005-01-171-5/+2
* Use a better way to calculate POINTER_WIDTH suggested by pjd@.dwmalone2004-05-301-1/+1
* Decide how much space we need to print a pointer usingdwmalone2004-05-281-5/+1
* Validate argument to -i.jmallett2004-03-151-1/+4
* Use __FBSDID() to quiet GCC 3.3 warnings.obrien2003-05-031-4/+2
* style(9): use NULL when assigning/comparing a char *,johan2003-04-231-3/+3
* Make this WARNS=5 clean by using %j and (uintmax_t).johan2003-04-232-3/+5
* The .Nm utilitycharnier2002-07-061-1/+1
* Default to WARNS=2.obrien2001-12-041-0/+1
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-2/+0
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
* Set the default manual section for sbin/ to 8.ru2001-03-201-2/+0
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Backout rev 1.8. This really does not give us the version numberps2000-07-012-5/+5
* display version number of each kld module when usingjmb2000-06-202-5/+5
* Properly align the columns of the header on Alpha.marcel1999-12-041-1/+7
* Add cross-references to respective syscalls.chris1999-09-031-0/+1
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
* Fill-in the manpages a little.obrien1998-11-121-3/+11
* Cosmetic fix (make header align with data)des1998-11-071-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-191-3/+3
* Sync. usage string and synopsis. Add rcsid.charnier1998-01-052-14/+14
* use += on cflagsjmg1997-10-261-2/+2
* a few code style changes:jmg1997-10-212-20/+21
* activate the programs that will be used to manipulate kld modulesjmg1997-10-192-5/+12
* Add utilities for the kernel linker.dfr1997-05-073-0/+212
OpenPOWER on IntegriCloud