summaryrefslogtreecommitdiff
path: root/usr.sbin/ofctl
AgeCommit message (Collapse)Author
2020-07-24evbmips: add ofctl(8) and /dev/openfirm supportjmcneill
2020-06-06Update for proplib(3) API changes.thorpej
2018-05-28Sort options in usage.wiz
2018-05-28Document -l, -r, and -w, based on input by jmcneill@wiz
Bump date.
2018-05-26Merge single-letter options. Use more markup.wiz
2018-05-26Add -v flag which prints the full path of each device node when dumpingjmcneill
the full tree.
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
- sys/arch/evbarm64 is gone and integrated into sys/arch/evbarm. (by skrll@) - add support fdt. evbarm/conf/GENERIC64 fdt (bcm2837,sunxi,tegra) based generic 64bit kernel config. (by skrll@, jmcneill@)
2015-12-23Implement OF_finddevice, now ofctl -p <path to node> worksjmcneill
2013-05-02This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds thatmatt
share a MACHINE_ARCH for userland so that except for etc, will produce identical sets. usr/include/machine now points to usr/include/arm
2010-06-20Make ofctl for ofppc machines.matt
2009-12-13System utilities, boot programs and kernel modules are machinenakayama
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
2009-05-18if there is no "name" properly, don't assert(), pretend it is empty.mrg
now "ofctl" works on the shark. fixes PR#36733.
2009-04-26Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem
Fixes PR bin/41283
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2008-09-25Mention that the program is only installed on supported platforms.reed
(Also add a paragraph break.) I didn't specifically mention the platforms or what support is needed. At least someone reading the manpage will have some idea why the tool is missing from their system. (Some manual pages mention this in the BUGS section, but I didn't do that.)
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
Tweak to use a consistent format.
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Convert to new 2 clause licensemartin
2007-08-05Add the __COPYRIGHT and __RCSID tags.jmmv
2007-08-03Messages passed to errx are not supposed to have a trailing \n. Fix that.jmmv
2007-06-06Make format directive match type of of_buflen.rjs
2007-06-03ofctl can write its OFW tree to a proplib. (reading from a proplib doesn'tmatt
quite work yet).
2007-05-25build ofctl on sparcmacallan
2007-05-25make this work with OBP2macallan
2006-10-03Sync usage with man page (correct program name, sort options).wiz
2006-10-03Some minor fixes.wiz
2006-09-29fix typomacallan
2006-09-29Add gimpy's OF device tree dumping tool.macallan
Tested on macppc and sparc64