History log of /freebsd-11.0-release/usr.sbin/ofwdump/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


291972 08-Dec-2015 bdrewery

DIRDEPS_BUILD: Update dependencies.

Sponsored by: EMC / Isilon Storage Division


288228 25-Sep-2015 bdrewery

META_MODE: Remove DEP_MACHINE from Makefile.depend files.

This has not been needed since r246865 in projects/bmake.

Sponsored by: EMC / Isilon Storage Division


288226 25-Sep-2015 bdrewery

META_MODE: Remove DEP_RELDIR from Makefile.depend files.

This has not been needed since r284171 in projects/bmake.

Sponsored by: EMC / Isilon Storage Division


284345 13-Jun-2015 sjg

Add META_MODE support.

Off by default, build behaves normally.
WITH_META_MODE we get auto objdir creation, the ability to
start build from anywhere in the tree.

Still need to add real targets under targets/ to build packages.

Differential Revision: D2796
Reviewed by: brooks imp


277256 16-Jan-2015 nwhitehorn

Instead of iterating through all properties looking for a match, if asked
for a specific property, look it up directly.

MFC after: 1 week


267668 20-Jun-2014 bapt

use .Mt to mark up email addresses consistently (part2)

PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>


201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


175857 31-Jan-2008 ru

De-sparc64-ify (now that it's also installed on PowerPC).


175841 31-Jan-2008 grehan

Enable ofwdump on powerpc (finally). Tested on G3 & G4 machines.

Submitted by: Dan Stekloff <dsteklof at c i s c o dot com>
Discussed with: marcel


131500 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


129593 22-May-2004 marius

- Add a reference to eeprom(8).
- Spell Open Firmware as "Open Firmware", the way it's done on
OpenFirmware.org.


129589 22-May-2004 marius

- Change ofwdump(8) to use sysexits(3) exit codes.
- 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


127092 16-Mar-2004 des

Use void * instead of char * to avoid violating C99 strict aliasing rules.


124788 21-Jan-2004 ru

This is Sparc64-only.


116212 11-Jun-2003 tmm

Autosize the property buffer instead of limiting it to 8192, and
exiting if a property happens to be larger.


113091 04-Apr-2003 obrien

style.Makefile(5)


112238 14-Mar-2003 jake

Increase the size of the property buffer to 8192. 1024 wasn't enough to
retrieve certain nodes.


107777 12-Dec-2002 ru

mdoc(7) police: tiny markup nits.

Approved by: re


105401 18-Oct-2002 tmm

Add a utility to examine the OpenFirmware device tree (on sparc64). This
allows access to detailed machine configuration information, and should
be especially useful to gather information for driver-related bug
reports.