summaryrefslogtreecommitdiff
path: root/lib/libdevctl/devctl.3
AgeCommit message (Expand)Author
2024-10-15manuals: Fix some "missing section argument"Graham Percival
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2022-03-01libdevctl: Add devctl_getpathWarner Losh
2019-04-05Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2018-08-23Forgot to bump .Dd in r338233 like I promised in the review. Doh!Warner Losh
2018-08-23Create devctl freeze/thaw.Warner Losh
2016-08-29Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin
2016-04-27Add 'devctl delete' that calls device_delete_child().John Baldwin
2016-04-27Add a new rescan method to the bus interface.John Baldwin
2016-02-02- Note that devctl(8) will appear in 10.3 first.John Baldwin
2015-02-06Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin