summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ofwdump
Commit message (Collapse)AuthorAgeFilesLines
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
|
* De-sparc64-ify (now that it's also installed on PowerPC).ru2008-01-311-1/+1
|
* Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.grehan2008-01-311-1/+0
| | | | | Submitted by: Dan Stekloff <dsteklof at c i s c o dot com> Discussed with: marcel
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* - Add a reference to eeprom(8).marius2004-05-221-2/+4
| | | | | - Spell Open Firmware as "Open Firmware", the way it's done on OpenFirmware.org.
* - Change ofwdump(8) to use sysexits(3) exit codes.marius2004-05-224-142/+185
| | | | | | | | | | | | | | | | | | | | | | - Make the code use the new OFIOCMAXVALUE instead of defining the maximum length of property values locally. - Move the application specific parts from ofw_util.c to ofwdump.c in order to make ofw_util.c more library-like. While ofw_dump_properties() could be made non-specific to ofwdump(8) it's currently optimized for use in ofwdump(8) and making it a library-like function would just complicate the code unnecessarily. - Minor clean-up in ofw_util.c, e.g. make its use of getopt(3) the way it's described in style(9), make its usage() static, etc. - Add a comment in ofw_util.c about why it doesn't call usage() when neither the "-a" option nor a node-name where given. - Add ofw_optnode() and ofw_setprop(), helper functions for the OFIOCGETOPTNODE and OFIOCSET ioctls respectively, to ofw_util.[c,h]. - Be consistent with the use of 'const' in ofw_util.[c,h] and add 'const' to the function arguments that are acutally const but weren't declared as such. - Mark WARNS=6 clean. Approved by: tmm
* Use void * instead of char * to avoid violating C99 strict aliasing rules.des2004-03-161-17/+12
|
* This is Sparc64-only.ru2004-01-212-1/+2
|
* Autosize the property buffer instead of limiting it to 8192, andtmm2003-06-112-7/+76
| | | | exiting if a property happens to be larger.
* style.Makefile(5)obrien2003-04-041-0/+1
|
* Increase the size of the property buffer to 8192. 1024 wasn't enough tojake2003-03-141-1/+1
| | | | retrieve certain nodes.
* mdoc(7) police: tiny markup nits.ru2002-12-121-6/+7
| | | | Approved by: re
* Add a utility to examine the OpenFirmware device tree (on sparc64). Thistmm2002-10-186-0/+555
allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports.
OpenPOWER on IntegriCloud