Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose the new kernel data structures to libdevinfo: | imp | 2002-09-20 | 1 | -3/+12 |
| | | | | | | o Added dd_pnpinfo, dd_location, dd_devflags, dd_flags and dd_state o Copy/initialize these as necessary. o Document the changes to the interface in devinfo.3. | ||||
* | Implement __FBSDID() | dillon | 2001-09-16 | 1 | -2/+3 |
| | |||||
* | Include string.h for the strlen() prototype to quiet a warning. | jhb | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | This is the Device Information Library, libdevinfo. | msmith | 2001-04-20 | 1 | -0/+488 |
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. |