summaryrefslogtreecommitdiff
path: root/lib/libdevinfo/devinfo.h
AgeCommit message (Expand)Author
2025-01-29libdevinfo: Avoid false positives for the root0 sentinel valueJohn Baldwin
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-02-05Expose the constants for internal new-bus device flags to userland. TheJohn Baldwin
2011-02-10sys/rman.h now requires sys/types.h. Include it to make the API matchWarner Losh
2009-11-15Collapse devinfo_state_t with device_state_t in order to avoid aAttilio Rao
2009-09-15Use explicit int values for the device states in order to allow,Attilio Rao
2005-08-31Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++Craig Rodrigues
2002-09-20Expose the new kernel data structures to libdevinfo:Warner Losh
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2001-10-03Made this header self-sufficient.Bruce Evans
2001-04-20This is the Device Information Library, libdevinfo.Mike Smith