summaryrefslogtreecommitdiff
path: root/lib/libdevctl
AgeCommit message (Expand)Author
2024-10-15manuals: Fix some "missing section argument"Graham Percival
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-03-01libdevctl: Add devctl_getpathWarner Losh
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
2019-04-05Implement devctl(8) command 'reset', using DEV_RESET /dev/devctl2 ioctl.Konstantin Belousov
2019-04-05Add __BEGIN_DECLS/__END_DECLS braces to libdevctl header.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
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
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-04First pass through library packaging.Glen Barber
2016-02-02- Note that devctl(8) will appear in 10.3 first.John Baldwin
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-02-06Add a new device control utility for new-bus devices called devctl. ThisJohn Baldwin