summaryrefslogtreecommitdiffstats
path: root/usr.sbin/eeprom/optree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-7/+7
* Tweak heuristics to make sure /memory properties are more likely to bekettenis2017-10-201-12/+13
* Byteswap 32-bit "cells" on little-endian platforms before printing them.kettenis2016-05-211-2/+4
* Zero op_name when we start enumerating properties such that we don't riskkettenis2016-05-211-1/+2
* update license.fgsch2009-01-141-21/+13
* Do not abort walking the tree if a node's contents is too large; allowsmiod2008-03-231-4/+10
* Allow multiple NUL characters within string-valued properties (but add ankettenis2008-02-221-6/+23
* Make this compile on macppc (OpenPROM support only) and build it there.kettenis2007-11-121-4/+7
* better printing code, fixing certain properties; reported by kettenis,fgsch2007-09-091-9/+15
* add support to print the derivated tree from the OpenPROM (alas devinfo orfgsch2007-09-041-0/+156