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

No binary change.
 1.17  01-Feb-2019  mrg 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

RSS XML Feed