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
/
drvctl
/
drvctl.c
Age
Commit message (
Expand
)
Author
2022-08-21
When extracting properties, don't bail for non-existent or invalid path
mlelstv
2020-06-11
Update for proplib(3) API changes.
thorpej
2018-02-14
Revert functional changes in previous, at expense of strict KNF conformance.
jakllsch
2018-01-07
KNF.
christos
2015-12-07
synch usage() with the man page.
pgoyette
2015-02-24
Let drvctl -p select elements from an array property by numeric index.
mlelstv
2012-01-17
Add -n to usage.
wiz
2012-01-16
Enhance drvctl -p processing to handle new autoconfig info in property
pgoyette
2011-10-19
Don't print the silly header, "Properties for device `xxx0':", before
dyoung
2011-08-29
Use __dead
joerg
2011-08-07
add the -t option that modifies -l behaviour to recursively scan for
jmcneill
2011-08-07
add an optional argument to the -p flag that lets you extract specific
jmcneill
2009-04-20
Mention -n in usage.
dyoung
2009-04-20
Add flag -n to suppress the first column of drvctl -l output.
dyoung
2009-04-04
If drvctl -l is used without argument, print the root device nodes.
joerg
2009-03-16
fix sign-compare issues
lukem
2008-01-27
Patch /dev/drvctl and drvctl(8) to let us suspend/resume device
dyoung
2006-09-22
- Add a new DRVCTLCOMMAND ioctl to /dev/drvctl. This is a generic
thorpej
2005-06-02
Fix an uninitialized variable issue.
lukem
2005-01-20
ANSIfy; WARNS=3
xtraeme
2004-08-18
Sync usage with man page.
wiz
2004-08-18
add a little utility to exercise the rescan / detach autoconf functions
drochner