summaryrefslogtreecommitdiff
path: root/lib/libdevinfo
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-231-31/+31
| | | | Notes: svn path=/head/; revision=75851
* devinfo_var.h should not be in INCSMike Smith2001-04-201-1/+1
| | | | Notes: svn path=/head/; revision=75745
* More typo fixes, .Os -> .FxMike Smith2001-04-201-4/+5
| | | | Notes: svn path=/head/; revision=75744
* typo .Fr -> .FnMike Smith2001-04-201-1/+1
| | | | Notes: svn path=/head/; revision=75743
* Add a manpage for libdevinfo.Mike Smith2001-04-202-1/+238
| | | | Notes: svn path=/head/; revision=75741
* This is the Device Information Library, libdevinfo.Mike Smith2001-04-204-0/+681
The devinfo library provides access to the kernel's internal device hierarchy and to the I/O resource manager. The library uses a sysctl(9) interface to obtain a snapshot of the kernel's state which is then made available to the application. Notes: svn path=/head/; revision=75726