aboutsummaryrefslogtreecommitdiff
path: root/sbin/kldstat
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* kldstat(8): style(9) fixes.Hans Petter Selasky2021-12-071-53/+54
* kldstat(8): Fix indentation, whitespace to tabs.Hans Petter Selasky2021-11-091-128/+133
* kldstat(8): Add EXAMPLES to the man pageFernando ApesteguĂ­a2020-09-021-1/+73
* Allow three digits of module id without breaking table alignment.Michael Tuexen2018-07-021-3/+3
* Keep table aligned when address pointer is not of max length.Michael Tuexen2018-07-021-4/+6
* Improve consistency of indentation. Whitespace change only.Michael Tuexen2018-07-021-4/+4
* kldstat: align "Size" to the rightEitan Adler2018-05-261-2/+2
* kldstat: align size to the rightEitan Adler2018-05-231-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Typo.Mark Johnston2017-03-101-1/+1
* MFHGlen Barber2016-04-043-6/+29
|\
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-03-211-0/+1
| * Add the ability to print out ht emodule specific information in likely formats.Julian Elischer2016-03-182-6/+28
* | MFHGlen Barber2016-02-181-0/+1
|\|
| * DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-02-161-0/+1
* | Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
|/
* Add "kldstat -h"; showing module sizes in hex is rather weird.Edward Tomasz Napierala2016-01-233-12/+35
* 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
| * Merge headSimon J. Gerraty2014-04-282-4/+10
| |\
| * | 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
| |/ |/|
* | Add quiet support for kldstat -nBaptiste Daroussin2014-01-222-4/+10
|/
* 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
* Raise WARNS for various tools where possible.Ed Schouten2010-01-171-1/+0
* 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
* 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
* -mdoc sweep.Ruslan Ermilov2005-11-181-1/+1
* 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-232-3/+15
* 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-042-5/+31
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-5/+2
* 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