summaryrefslogtreecommitdiff
path: root/lib/libdevinfo/devinfo.c
AgeCommit message (Expand)Author
2025-01-29libdevinfo: Avoid false positives for the root0 sentinel valueJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-08-04devinfo: fix memory leak on error pathsEric van Gyzen
2018-05-31Update to device enumeration protocol 2Warner Losh
2018-05-31Sanity check the return from the kernel.Warner Losh
2018-05-30There's no meaningful errno when there's a version mismatch, so useWarner Losh
2017-12-21Bump number that's an insane number of devices from 1,000 to 10,000. IWarner Losh
2017-11-26lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2006-07-17Make the variadic macro debug() comply to C99.Stefan Farfeleder
2005-06-22Clear devinfo_generation in devinfo_free() since we are freeing all of theJohn Baldwin
2005-05-20Remove unused variables. Whitespace cleaning.Philippe Charnier
2005-03-01Fix typo in a comment.Stefan Farfeleder
2004-09-22Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder
2002-09-20Expose the new kernel data structures to libdevinfo:Warner Losh
2001-09-16Implement __FBSDID()Matthew Dillon
2001-08-10Include string.h for the strlen() prototype to quiet a warning.John Baldwin
2001-04-20This is the Device Information Library, libdevinfo.Mike Smith