aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/devinfo/devinfo.c
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Fix devinfo typo.Alexander Motin2021-01-051-1/+1
* devinfo_init() returns an errno, but doesn't set errno, so the errorWarner Losh2018-05-301-2/+5
* When -v is specified with -p dev, print the same verbose output asWarner Losh2017-12-211-25/+39
* Implement "-p dev" to print the path to the given device back to theWarner Losh2017-12-211-7/+44
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Expose the constants for internal new-bus device flags to userland. TheJohn Baldwin2015-02-051-0/+4
* Mark global functions and/or variables in devinfo(8) static where possible.Ed Schouten2011-11-061-2/+2
* Collapse devinfo_state_t with device_state_t in order to avoid aAttilio Rao2009-11-151-1/+1
* Bump up the limit for when to print the resources for a given resourceJohn Baldwin2007-10-271-1/+1
* Sync usage() and SYNOPSIS.Ruslan Ermilov2006-09-291-1/+5
* Remove unused local variable.Philippe Charnier2004-01-041-4/+3
* -v now also prints the pnpinfo and location information for the devicesWarner Losh2003-02-171-1/+6
* o Don't print devices that aren't attached unless run with the newlyWarner Losh2002-09-201-4/+8
* WARNS=2 cleanup and fix potential unitialized variable bug.Mike Heffner2001-12-091-4/+11
* Simple tool to print the device tree and resource usage by devices. AlsoMike Smith2001-04-211-0/+214