Home | History | Annotate | only in /src/usr.sbin/fwctl
History log of /src/usr.sbin/fwctl
RevisionDateAuthorComments
 1.8 27-Feb-2025  rillig fwctl: remove dead code, suppress lint warning

No binary change.
 1.7 13-Oct-2011  plunky branches: 1.7.54;
max WARNS is 4
 1.6 14-Aug-2011  christos use memcpy to avoid type punned warnings
 1.5 22-Jun-2011  mrg apply some -Wno-error and/or -fno-strict-aliasing.


all of this should be looked at closer, but some of them are not
very trivial.
 1.4 04-Jan-2011  christos make error messages more consistent.
 1.3 16-Feb-2008  matt Change inappropriate use of CFLAGS to CPPFLAGS.
 1.2 06-Nov-2007  kiyohara Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.1 11-Jul-2005  kiyohara branches: 1.1.10;
ieee1394 import from FreeBSD.
 1.1.10.2 23-Mar-2008  matt sync with HEAD
 1.1.10.1 09-Jan-2008  matt sync with HEAD
 1.7.54.1 02-Aug-2025  perseant Sync with HEAD
 1.3 31-Jul-2010  cegger remove useless brackets. From kiyohara@
 1.2 15-Apr-2009  lukem Fix -Wsign-compare issue
 1.1 11-Jul-2005  kiyohara branches: 1.1.28;
ieee1394 import from FreeBSD.
 1.1.28.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.1 11-Jul-2005  kiyohara ieee1394 import from FreeBSD.
 1.18 27-Feb-2025  rillig fwctl: remove dead code, suppress lint warning

No binary change.
 1.17 01-Feb-2019  mrg branches: 1.17.12;
compare pointers with NULL not '\0'.
 1.16 17-Oct-2011  mbalmer branches: 1.16.42;
Revieve -> Receive in a comment.
 1.15 31-Aug-2011  joerg Use __dead
 1.14 14-Aug-2011  christos use memcpy to avoid type punned warnings
 1.13 04-Jan-2011  christos make error messages more consistent.
 1.12 13-Dec-2010  christos - no casts for malloc and free
- malloc(type) -> malloc(*value)
- malloc+strcpy -> strdup
 1.11 13-Dec-2010  cegger PR bin/44230: Missing close.
 1.10 26-Aug-2010  cegger show crom:
Print calculated crc. When crc does not match then print expected crc.
 1.9 24-Aug-2010  cegger Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.
 1.8 29-Mar-2010  cegger make this build again after ieee1394 update
 1.7 02-May-2008  xtraeme WARNS=4 love.
 1.6 06-Nov-2007  kiyohara branches: 1.6.6;
Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.5 24-May-2006  christos branches: 1.5.10;
Coverity CID 3233: Be nice and close the file you opened.
 1.4 24-May-2006  christos Coverity CID 2460,2459,2458,2457: Don't allocate smaller chunks, it is not
worth it, and it makes coverity mad. Also check the return of malloc, and
allocate using variables instead of types as the sizeof arg.
 1.3 23-Aug-2005  kiyohara Fix marge miss. We use 'hw.fwmem.eui64_[hl]i'.
 1.2 12-Jul-2005  wiz Sync usage with man page. Use getprogname().
 1.1 11-Jul-2005  kiyohara ieee1394 import from FreeBSD.
 1.5.10.1 09-Jan-2008  matt sync with HEAD
 1.6.6.1 18-May-2008  yamt sync with head.
 1.16.42.1 10-Jun-2019  christos Sync with HEAD
 1.17.12.1 02-Aug-2025  perseant Sync with HEAD
 1.17 18-Mar-2014  riastradh Merge riastradh-drm2 to HEAD.
 1.16 20-Jul-2013  wiz Use Mt for email addresses.
 1.15 24-Aug-2010  cegger branches: 1.15.6; 1.15.12; 1.15.16;
Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.
 1.14 16-Aug-2010  wiz Revert unimprovement from previous.
 1.13 15-Aug-2010  cegger backout accidentally committed changes
 1.12 15-Aug-2010  cegger spelling fix
 1.11 15-Aug-2010  cegger Feed improvements from FreeBSD
 1.10 14-Aug-2010  pgoyette Fix a typo
 1.9 14-Aug-2010  cegger fwcontrol -> fwctl
 1.8 18-May-2009  wiz New sentence, new line.
Adapt wording from FreeBSD to apply to pkgsrc. Bump date.
 1.7 08-Apr-2009  joerg Add missing quotes.
 1.6 06-Nov-2007  kiyohara branches: 1.6.14;
Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.5 05-Mar-2007  xtraeme branches: 1.5.4;
We are not FreeBSD: .Fx -> .Nx
 1.4 12-Jul-2005  wiz -i seems to have been renamed to -b, update description.
 1.3 12-Jul-2005  wiz Sort a bit more.
 1.2 12-Jul-2005  wiz Sort options, sort sections, long month name in Dd.
 1.1 12-Jul-2005  kiyohara Forgot to commit.
ieee1394 import from FreeBSD.
 1.5.4.1 09-Jan-2008  matt sync with HEAD
 1.6.14.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.15.16.1 23-Jul-2013  riastradh sync with HEAD
 1.15.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.15.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.9 10-Aug-2023  mrg don't assign struct pointers to smaller then structure regions of memory.

in all cases here, the later parts of the structure are not actually
accessed, so there are no existing bugs here beyond general UB. for the
ufs ones, this also removes some casts.

found by GCC 12.
 1.8 19-Oct-2013  christos move all the code that is unused inside #if 0
 1.7 07-Feb-2011  dholland branches: 1.7.4; 1.7.10;
Fix typo, from Henning Petersen in PR 44513.
 1.6 04-Jan-2011  christos branches: 1.6.2;
make error messages more consistent.
 1.5 04-Jan-2011  wiz Use format string for err(). From Henning Petersen in PR 44326.
 1.4 24-Aug-2010  cegger Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.
 1.3 02-May-2008  xtraeme WARNS=4 love.
 1.2 06-Nov-2007  kiyohara branches: 1.2.6;
Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.1 11-Jul-2005  kiyohara branches: 1.1.10;
ieee1394 import from FreeBSD.
 1.1.10.1 09-Jan-2008  matt sync with HEAD
 1.2.6.1 18-May-2008  yamt sync with head.
 1.6.2.1 08-Feb-2011  bouyer Sync with HEAD
 1.7.10.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.4.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.1 06-Nov-2007  kiyohara branches: 1.1.4;
Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.1.4.2 09-Jan-2008  matt sync with HEAD
 1.1.4.1 06-Nov-2007  matt file fwmethods.h was added on branch matt-armv6 on 2008-01-09 02:02:02 +0000
 1.5 28-May-2022  andvar fix various typos, mainly in comments.
 1.4 04-Jan-2011  christos make error messages more consistent.
 1.3 04-Jan-2011  wiz Use format string for err(). From Henning Petersen in PR 44326.
 1.2 24-Aug-2010  cegger Backport improvements from FreeBSD.
Introduce two new options:
-f : force root node
-i : set priority budget where supported
developped, tested and reviewed by kiyohara@ and me.
 1.1 06-Nov-2007  kiyohara branches: 1.1.4;
Sync to FreeBSD.
Add fwmethods.h fwmpegts.c
fwcontrol.c Rev.1.23
fwctl.8 Rev.1.21
fwdv.c Rev.1.7
Support MPEG2-TS/HDV. But not tested.
 1.1.4.2 09-Jan-2008  matt sync with HEAD
 1.1.4.1 06-Nov-2007  matt file fwmpegts.c was added on branch matt-armv6 on 2008-01-09 02:02:03 +0000

RSS XML Feed