Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
| | |||||
* | - Add a reference to eeprom(8). | marius | 2004-05-22 | 1 | -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. | marius | 2004-05-22 | 4 | -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. | des | 2004-03-16 | 1 | -17/+12 |
| | |||||
* | This is Sparc64-only. | ru | 2004-01-21 | 2 | -1/+2 |
| | |||||
* | Autosize the property buffer instead of limiting it to 8192, and | tmm | 2003-06-11 | 2 | -7/+76 |
| | | | | exiting if a property happens to be larger. | ||||
* | style.Makefile(5) | obrien | 2003-04-04 | 1 | -0/+1 |
| | |||||
* | Increase the size of the property buffer to 8192. 1024 wasn't enough to | jake | 2003-03-14 | 1 | -1/+1 |
| | | | | retrieve certain nodes. | ||||
* | mdoc(7) police: tiny markup nits. | ru | 2002-12-12 | 1 | -6/+7 |
| | | | | Approved by: re | ||||
* | Add a utility to examine the OpenFirmware device tree (on sparc64). This | tmm | 2002-10-18 | 6 | -0/+555 |
allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports. |