Home | History | Annotate | only in /src/usr.sbin/ofctl
History log of /src/usr.sbin/ofctl
RevisionDateAuthorComments
 1.11 05-Feb-2025  skrll risc-v: add ofctl(8) and /dev/openfirm support
 1.10 24-Jul-2020  jmcneill branches: 1.10.8;
evbmips: add ofctl(8) and /dev/openfirm support
 1.9 01-Apr-2018  ryo Add initial support for ARMv8 (AARCH64) (by nisimura@ and 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@)
 1.8 02-May-2013  matt branches: 1.8.26;
This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm
 1.7 20-Jun-2010  matt branches: 1.7.6; 1.7.12;
Make ofctl for ofppc machines.
 1.6 13-Dec-2009  nakayama System utilities, boot programs and kernel modules are machine
(port) specific not CPU, so use MACHINE not MACHINE_ARCH.
 1.5 14-Feb-2009  abs Convert more MACHINE tests to MACHINE_ARCH
 1.4 03-Jun-2007  matt branches: 1.4.20;
ofctl can write its OFW tree to a proplib. (reading from a proplib doesn't
quite work yet).
 1.3 25-May-2007  macallan build ofctl on sparc
 1.2 29-Sep-2006  macallan fix typo
 1.1 29-Sep-2006  macallan Add gimpy's OF device tree dumping tool.
Tested on macppc and sparc64
 1.4.20.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.7.12.1 23-Jun-2013  tls resync from head
 1.7.6.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.26.1 07-Apr-2018  pgoyette Sync with HEAD. 77 conflicts resolved - all of them $NetBSD$
 1.10.8.1 02-Aug-2025  perseant Sync with HEAD
 1.7 28-May-2018  wiz Document -l, -r, and -w, based on input by jmcneill@

Bump date.
 1.6 26-May-2018  wiz Merge single-letter options. Use more markup.
 1.5 26-May-2018  jmcneill Add -v flag which prints the full path of each device node when dumping
the full tree.
 1.4 25-Sep-2008  reed branches: 1.4.52; 1.4.58;
Mention that the program is only installed on supported platforms.
(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.)
 1.3 30-Apr-2008  martin Convert TNF licenses to new 2 clause variant
 1.2 03-Oct-2006  wiz branches: 1.2.16;
Some minor fixes.
 1.1 29-Sep-2006  macallan Add gimpy's OF device tree dumping tool.
Tested on macppc and sparc64
 1.2.16.1 18-May-2008  yamt sync with head.
 1.4.58.1 25-Jun-2018  pgoyette Sync with HEAD
 1.4.52.1 18-Jun-2018  martin Pull up following revision(s) (requested by sevan in ticket #882):

usr.sbin/ofctl/ofctl.8: revision 1.6
usr.sbin/ofctl/ofctl.8: revision 1.7

Merge single-letter options. Use more markup.

Document -l, -r, and -w, based on input by jmcneill@

Bump date.
 1.17 29-Oct-2025  gutteridge ofctl.c: use correct casts for relevant ctype(3) calls (NFCI)

The first change is simply because the original int casts were
evidently used to silence the char-subscripts warning, so we might as
well use our standard (save someone else looking at this again).

The latter two changes are in code that's commented out, but should be
relevant there if it's ever restored.
 1.16 02-Jun-2024  andvar fix various typos in word `interrupt', mainly in comments.
 1.15 06-Jun-2020  thorpej Update for proplib(3) API changes.
 1.14 28-May-2018  wiz Sort options in usage.
 1.13 26-May-2018  jmcneill Add -v flag which prints the full path of each device node when dumping
the full tree.
 1.12 23-Dec-2015  jmcneill branches: 1.12.14;
Implement OF_finddevice, now ofctl -p <path to node> works
 1.11 18-May-2009  mrg if there is no "name" properly, don't assert(), pretend it is empty.
now "ofctl" works on the shark. fixes PR#36733.
 1.10 26-Apr-2009  lukem Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
Fixes PR bin/41283
 1.9 21-Jul-2008  lukem branches: 1.9.6;
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.8 29-Apr-2008  martin branches: 1.8.2;
Convert to new 2 clause license
 1.7 05-Aug-2007  jmmv branches: 1.7.8; 1.7.10;
Add the __COPYRIGHT and __RCSID tags.
 1.6 03-Aug-2007  jmmv Messages passed to errx are not supposed to have a trailing \n. Fix that.
 1.5 06-Jun-2007  rjs Make format directive match type of of_buflen.
 1.4 03-Jun-2007  matt ofctl can write its OFW tree to a proplib. (reading from a proplib doesn't
quite work yet).
 1.3 25-May-2007  macallan make this work with OBP2
 1.2 03-Oct-2006  wiz Sync usage with man page (correct program name, sort options).
 1.1 29-Sep-2006  macallan Add gimpy's OF device tree dumping tool.
Tested on macppc and sparc64
 1.7.10.2 05-Aug-2007  jmmv Add the __COPYRIGHT and __RCSID tags.
 1.7.10.1 05-Aug-2007  jmmv file ofctl.c was added on branch matt-mips64 on 2007-08-05 13:52:45 +0000
 1.7.8.1 18-May-2008  yamt sync with head.
 1.8.2.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.9.6.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.12.14.1 25-Jun-2018  pgoyette Sync with HEAD

RSS XML Feed