summaryrefslogtreecommitdiff
path: root/lib/libdevinfo
AgeCommit message (Expand)Author
2025-01-29libdevinfo: Avoid false positives for the root0 sentinel valueJohn Baldwin
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26lib: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-10-26pkgbase: Put devmatch in its own packageEmmanuel Vadot
2020-08-04devinfo: add man page linksEric van Gyzen
2020-08-04devinfo: fix memory leak on error pathsEric van Gyzen
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-09-05pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot
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
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-04-04MFHGlen Barber
2016-03-18Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.Justin Hibbits
2016-02-04First pass through library packaging.Glen Barber
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-11-25META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-02-05Expose the constants for internal new-bus device flags to userland. TheJohn Baldwin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-08Updated/new Makefile.dependSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2011-02-10sys/rman.h now requires sys/types.h. Include it to make the API matchWarner Losh
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
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
2006-09-17Markup fixes.Ruslan Ermilov
2006-07-17Make the variadic macro debug() comply to C99.Stefan Farfeleder
2005-08-31Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++Craig Rodrigues
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
2004-07-26Enclose .Fa fn with ``The ... function'' at the beginning of sentences.Philippe Charnier
2003-09-08mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov
2003-02-17Expand length of pnpinfo and length fields since pccard pnpinfo canWarner Losh