aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/devctl/devctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* devctl: add getpath commandWarner Losh2022-03-011-0/+16
* Fix gcc warning about shadowed global.Konstantin Belousov2019-04-051-4/+4
* Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov2019-04-051-1/+37
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Create devctl freeze/thaw.Warner Losh2018-08-231-11/+53
* Implement 'devctl clear driver' to undo a previous 'devctl set driver'.John Baldwin2016-08-291-1/+37
* Add 'devctl delete' that calls device_delete_child().John Baldwin2016-04-271-2/+38
* Add a new rescan method to the bus interface.John Baldwin2016-04-271-0/+12
* Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin2015-02-061-0/+282