aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ofwdump/ofw_util.c
Commit message (Expand)AuthorAgeFilesLines
* - Change ofwdump(8) to use sysexits(3) exit codes.Marius Strobl2004-05-221-130/+40
* Use void * instead of char * to avoid violating C99 strict aliasing rules.Dag-Erling Smørgrav2004-03-161-17/+12
* Autosize the property buffer instead of limiting it to 8192, andThomas Moestl2003-06-111-7/+73
* Increase the size of the property buffer to 8192. 1024 wasn't enough toJake Burkholder2003-03-141-1/+1
* Add a utility to examine the OpenFirmware device tree (on sparc64). ThisThomas Moestl2002-10-181-0/+259