Home | History | Annotate | Download | only in fwctl
History log of /src/usr.sbin/fwctl/fwdv.c
RevisionDateAuthorComments
 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")

RSS XML Feed