mbalmer
|
6e0f0ba65d
|
Revieve -> Receive in a comment.
|
2011-10-17 16:50:47 +00:00 |
joerg
|
bec77c5f43
|
Use __dead
|
2011-08-31 13:32:36 +00:00 |
christos
|
ef977d1767
|
use memcpy to avoid type punned warnings
|
2011-08-14 17:42:23 +00:00 |
christos
|
63a6577561
|
make error messages more consistent.
|
2011-01-04 20:45:12 +00:00 |
christos
|
fc494df71d
|
- no casts for malloc and free
- malloc(type) -> malloc(*value)
- malloc+strcpy -> strdup
|
2010-12-13 16:52:53 +00:00 |
cegger
|
10cb97e079
|
PR bin/44230: Missing close.
|
2010-12-13 11:51:23 +00:00 |
cegger
|
3cc4951138
|
show crom:
Print calculated crc. When crc does not match then print expected crc.
|
2010-08-26 07:04:04 +00:00 |
cegger
|
188054e855
|
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.
|
2010-08-24 08:41:24 +00:00 |
cegger
|
0cffce294c
|
make this build again after ieee1394 update
|
2010-03-29 10:49:34 +00:00 |
xtraeme
|
b2bb69490d
|
WARNS=4 love.
|
2008-05-02 19:59:19 +00:00 |
kiyohara
|
3caf19136d
|
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.
|
2007-11-06 17:02:15 +00:00 |
christos
|
0b53fe2b9f
|
Coverity CID 3233: Be nice and close the file you opened.
|
2006-05-24 22:08:53 +00:00 |
christos
|
675ee2be81
|
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.
|
2006-05-24 22:07:42 +00:00 |
kiyohara
|
188918d76f
|
Fix marge miss. We use 'hw.fwmem.eui64_[hl]i'.
|
2005-08-23 19:19:51 +00:00 |
wiz
|
e8034ce6cf
|
Sync usage with man page. Use getprogname().
|
2005-07-12 09:10:18 +00:00 |
kiyohara
|
c1a84a4d12
|
ieee1394 import from FreeBSD.
|
2005-07-11 15:29:05 +00:00 |