summaryrefslogtreecommitdiffstats
path: root/usr.sbin/devinfo
Commit message (Collapse)AuthorAgeFilesLines
* -v now also prints the pnpinfo and location information for the devicesimp2003-02-171-1/+6
| | | | whose bus' provide this information.
* o Don't print devices that aren't attached unless run with the newlyimp2002-09-202-5/+13
| | | | | | | | minted -v flag. o Print devices that don't return a name as 'unknown' in -v mode. # Yea! Now I wont think I have 10 different ISA network adapters in my # laptop.
* Typo fix: syste -> systemkeramida2002-05-311-1/+1
|
* mdoc(7) police: Make this look like an average manpage.ru2002-05-301-20/+17
|
* o Uncapitalize .Nd macro arguments and remove punctuationkeramida2002-05-131-10/+10
| | | | | | | | o Minor grammar fixes. o Sort SEE ALSO references, and add iostat(8). o Delete punctuation at end of AUTHORS' section only line Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
* Remove EOL space.keramida2002-05-131-7/+7
| | | | | | This is a whitespace only change. Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
* Add a man page for the devinfo command; I'd argue devinfo is the singlerwatson2002-05-122-1/+73
| | | | | | | most useful new command added to FreeBSD 5.0, but maybe that's just me :-). Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
* Reorder WARNS line for style.mikeh2001-12-101-2/+1
| | | | Pointed out by: bde
* WARNS=2 cleanup and fix potential unitialized variable bug.mikeh2001-12-092-4/+13
| | | | | PR: bin/32567 MFC after: 2 weeks
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+2
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Fixed missing DPADD.bde2001-05-121-2/+2
| | | | | | Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
* Simple tool to print the device tree and resource usage by devices. Alsomsmith2001-04-212-0/+222
serves as an example of libdevinfo usage.
OpenPOWER on IntegriCloud