index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
modstat
Age
Commit message (
Expand
)
Author
2021-04-07
Update usage message to reflect reality.
simonb
2020-02-23
Fix date.
wiz
2020-02-22
Clarify that the -k option only provides the address of the module's
pgoyette
2019-12-07
Remove superfluous Pp.
wiz
2019-12-06
Note also that the load address (if provided) is also for the module's
pgoyette
2019-12-04
Note that the size returned by modctl(2) and displayed by modstat(8) is
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2016-11-16
Add a description for the new MODULE_CLASS_BUFQ class.
pgoyette
2016-09-12
Add .An -nosplit.
wiz
2016-09-12
modstat initially lived in src/usr.bin/modstat before being moved to src/mods...
sevan
2016-09-12
Document author and the version modstat appeared.
sevan
2016-09-05
Drop main() prototype.
sevan
2016-08-03
Right-align numeric columns REFS and SIZE for easier viewing
pgoyette
2015-12-02
By default, don't display the module load address. Add a -k option
pgoyette
2015-11-29
Fix xref.
wiz
2015-11-04
print flags symbolically.
christos
2015-11-04
Add FLAGS to the module data displayed. Reduce some of the extra
pgoyette
2013-10-24
bump date for previous
mbalmer
2013-10-24
remove lua class
mbalmer
2013-10-23
use MODULE_CLASS_MISC for Lua modules
mbalmer
2013-10-21
properly display Lua modules
mbalmer
2013-08-11
WARNS=5 is the default in sbin, don't need to set it explicitly.
dholland
2013-06-26
Display the load address of modules. PR bin/47951.
riz
2012-08-16
Bump up to WARNS=5. No new warnings/errors were found.
jnemeth
2012-08-12
Make 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 kernel
jnemeth
2011-08-02
Accept both 'modstat -n name' as well as 'modstat name' to display information
mbalmer
2011-06-03
Keep printf() happy - cast the max name length to type int
pgoyette
2011-06-03
fix output format for long module name.
nonaka
2010-12-14
Fix xref; module(4) -> module(7).
jruoho
2010-12-13
use crunchops for crunchables
pooka
2010-12-13
Add rump client support for module utilities. It should be noted
pooka
2010-12-13
Xref module(4).
jruoho
2010-03-19
Avoid known unknown if the kernel presents us with an unknown
pooka
2010-03-05
note module changes
pooka
2010-03-05
Use 8k buffer, since 4k is too short for the default list (might
pooka
2009-10-03
Make modstat output look pretty again.
elad
2009-10-02
Bump date to today's date (rather than when the changes were made).
elad
2009-10-02
First part of secmodel cleanup and other misc. changes:
elad
2008-11-17
".Dv Qo foo Qc" should be ".Qq Dv foo"
uwe
2008-11-16
Sort output by name.
ad
2008-11-15
kernel -> builtin in output.
ad
2008-11-14
Add missing newline to usage.
hira
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2008-01-19
Fix a dumb bug.
ad
2008-01-16
Pull in my modules code for review/test/hacking.
ad