aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldstat/kldstat.c
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to print out ht emodule specific information in likely formats.Julian Elischer2016-03-181-6/+24
* Add "kldstat -h"; showing module sizes in hex is rather weird.Edward Tomasz Napierala2016-01-231-11/+28
* Add quiet support for kldstat -nBaptiste Daroussin2014-01-221-3/+8
* In printfile(), exit the process instead of only printing the warning.Konstantin Belousov2010-11-131-2/+3
* Casting size_t to uintmax_t is not necessary anymore. This alsoChristian Brueffer2010-05-121-3/+2
* Only show the pathname in verbose output as intended in the last commit (r172...Andrew Thompson2008-12-221-3/+5
* Add the full module path name to the kld_file_stat structureJohn Birrell2007-10-221-2/+2
* Update usage.Pawel Jakub Dawidek2005-09-241-1/+1
* Add '-q' option, which (when used with '-m' option) just tells if the givenPawel Jakub Dawidek2005-09-231-3/+12
* Synchronize program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+2
* Add -m option (find module using modfind() and stat it).Max Khon2005-05-041-2/+24
* Use a better way to calculate POINTER_WIDTH suggested by pjd@.David Malone2004-05-301-1/+1
* Decide how much space we need to print a pointer usingDavid Malone2004-05-281-5/+1
* Validate argument to -i.Juli Mallett2004-03-151-1/+4
* 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-3/+3
* Make this WARNS=5 clean by using %j and (uintmax_t).Johan Karlsson2003-04-231-2/+4
* Backout rev 1.8. This really does not give us the version numberPaul Saab2000-07-011-3/+2
* display version number of each kld module when usingJonathan M. Bresler2000-06-201-2/+3
* Properly align the columns of the header on Alpha.Marcel Moolenaar1999-12-041-1/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Cosmetic fix (make header align with data)Dag-Erling Smørgrav1998-11-071-2/+2
* Sync. usage string and synopsis. Add rcsid.Philippe Charnier1998-01-051-6/+9
* a few code style changes:John-Mark Gurney1997-10-211-17/+12
* activate the programs that will be used to manipulate kld modulesJohn-Mark Gurney1997-10-191-4/+9
* Add utilities for the kernel linker.Doug Rabson1997-05-071-0/+119