summaryrefslogtreecommitdiff
path: root/sbin/modstat
AgeCommit message (Expand)Author
2021-04-07Update usage message to reflect reality.simonb
2020-02-23Fix date.wiz
2020-02-22Clarify that the -k option only provides the address of the module'spgoyette
2019-12-07Remove superfluous Pp.wiz
2019-12-06Note also that the load address (if provided) is also for the module'spgoyette
2019-12-04Note that the size returned by modctl(2) and displayed by modstat(8) ispgoyette
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2016-11-16Add a description for the new MODULE_CLASS_BUFQ class.pgoyette
2016-09-12Add .An -nosplit.wiz
2016-09-12modstat initially lived in src/usr.bin/modstat before being moved to src/mods...sevan
2016-09-12Document author and the version modstat appeared.sevan
2016-09-05Drop main() prototype.sevan
2016-08-03Right-align numeric columns REFS and SIZE for easier viewingpgoyette
2015-12-02By default, don't display the module load address. Add a -k optionpgoyette
2015-11-29Fix xref.wiz
2015-11-04print flags symbolically.christos
2015-11-04Add FLAGS to the module data displayed. Reduce some of the extrapgoyette
2013-10-24bump date for previousmbalmer
2013-10-24remove lua classmbalmer
2013-10-23use MODULE_CLASS_MISC for Lua modulesmbalmer
2013-10-21properly display Lua modulesmbalmer
2013-08-11WARNS=5 is the default in sbin, don't need to set it explicitly.dholland
2013-06-26Display the load address of modules. PR bin/47951.riz
2012-08-16Bump up to WARNS=5. No new warnings/errors were found.jnemeth
2012-08-12Make the difference between -A and -a clearer by using more markup.wiz
2012-08-07 Add -A, -a, and -e options to modstat(8) along with kerneljnemeth
2011-08-02Accept both 'modstat -n name' as well as 'modstat name' to display informationmbalmer
2011-06-03Keep printf() happy - cast the max name length to type intpgoyette
2011-06-03fix output format for long module name.nonaka
2010-12-14Fix xref; module(4) -> module(7).jruoho
2010-12-13use crunchops for crunchablespooka
2010-12-13Add rump client support for module utilities. It should be notedpooka
2010-12-13Xref module(4).jruoho
2010-03-19Avoid known unknown if the kernel presents us with an unknownpooka
2010-03-05note module changespooka
2010-03-05Use 8k buffer, since 4k is too short for the default list (mightpooka
2009-10-03Make modstat output look pretty again.elad
2009-10-02Bump date to today's date (rather than when the changes were made).elad
2009-10-02First part of secmodel cleanup and other misc. changes:elad
2008-11-17".Dv Qo foo Qc" should be ".Qq Dv foo"uwe
2008-11-16Sort output by name.ad
2008-11-15kernel -> builtin in output.ad
2008-11-14Add missing newline to usage.hira
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-19Fix a dumb bug.ad
2008-01-16Pull in my modules code for review/test/hacking.ad