summaryrefslogtreecommitdiffstats
path: root/lib/libdevinfo
Commit message (Collapse)AuthorAgeFilesLines
* Expose the new kernel data structures to libdevinfo:imp2002-09-204-6/+41
| | | | | | 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.
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | called <machine/_types.h>. o <machine/ansi.h> will continue to live so it can define MD clock macros, which are only MD because of gratuitous differences between architectures. o Change all headers to make use of this. This mainly involves changing: #ifdef _BSD_FOO_T_ typedef _BSD_FOO_T_ foo_t; #undef _BSD_FOO_T_ #endif to: #ifndef _FOO_T_DECLARED typedef __foo_t foo_t; #define _FOO_T_DECLARED #endif Concept by: bde Reviewed by: jake, obrien
* MAN[1-9] -> MAN.ru2002-05-131-2/+1
|
* Made this header self-sufficient.bde2001-10-031-6/+9
| | | | Fully parenthesized a macro definition.
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
|
* Implement __FBSDID()dillon2001-09-161-2/+3
|
* Include string.h for the strlen() prototype to quiet a warning.jhb2001-08-101-0/+1
|
* Remove whitespace at EOL.dd2001-07-151-2/+2
|
* mdoc(7) police: fix markup.ru2001-04-231-31/+31
|
* devinfo_var.h should not be in INCSmsmith2001-04-201-1/+1
|
* More typo fixes, .Os -> .Fxmsmith2001-04-201-4/+5
|
* typo .Fr -> .Fnmsmith2001-04-201-1/+1
|
* Add a manpage for libdevinfo.msmith2001-04-202-1/+238
|
* This is the Device Information Library, libdevinfo.msmith2001-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.
OpenPOWER on IntegriCloud