<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/tools/firewire, branch v3.16</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/tools/firewire?h=v3.16</id>
<link rel='self' href='https://git.amat.us/linux/atom/tools/firewire?h=v3.16'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-12-02T19:10:18Z</updated>
<entry>
<title>tools/firewire: nosy-dump: check for allocation failure</title>
<updated>2012-12-02T19:10:18Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2012-10-22T13:17:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6fa79bcaecdbb0eb417afbc7fb0a8fa204308b62'/>
<id>urn:sha1:6fa79bcaecdbb0eb417afbc7fb0a8fa204308b62</id>
<content type='text'>
Behavior of null pointer dereference is undefined in the C language.
Portably implement the desired behavior.

Reported-by: Yang Yeping &lt;yangyeping_666@hotmail.com&gt;
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: increment program version</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b20d02e37eeabf34b40c3995c2dbb0af53da3c57'/>
<id>urn:sha1:b20d02e37eeabf34b40c3995c2dbb0af53da3c57</id>
<content type='text'>
Since version 0.3 from Kristian's repository, there should actually be
no change in functionality except for the x86-64 fix.  Nevertheless,
make it distinct from the original nosy-dump --- just in case and also
because of potential future changes.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: remove unused code</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ddbfe74958ec21c3d58d5a46dd6f4048bc7969a4'/>
<id>urn:sha1:ddbfe74958ec21c3d58d5a46dd6f4048bc7969a4</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: use linux/firewire-constants.h</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=83ef7c75939f45f8da46976cdca4db0727276a2d'/>
<id>urn:sha1:83ef7c75939f45f8da46976cdca4db0727276a2d</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: break up a deeply nested function</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=269fe1023191a338736c71ba4f4db13839747772'/>
<id>urn:sha1:269fe1023191a338736c71ba4f4db13839747772</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: make some symbols static or const</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=468066f771032ad4bef4a906dfe0b0a55593d64d'/>
<id>urn:sha1:468066f771032ad4bef4a906dfe0b0a55593d64d</id>
<content type='text'>
Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: change to kernel coding style</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=92c16f7e9c65f9a271c6bd5020279b3e37989672'/>
<id>urn:sha1:92c16f7e9c65f9a271c6bd5020279b3e37989672</id>
<content type='text'>
This changes only
  - whitespace
  - C99 initializers
  - comment style
  - order of #includes
  - if { } else { } bracing

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: work around segfault in decode_fcp</title>
<updated>2010-07-27T09:04:12Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a8461c0f3bfffe752fc62ce3960eb827463e90b5'/>
<id>urn:sha1:a8461c0f3bfffe752fc62ce3960eb827463e90b5</id>
<content type='text'>
If I run "nosy-dump --view=transaction" with my camcorder on battery
instead of mains, it segfaults very quickly because of !t-&gt;request.
Perhaps this is because of increased likelyhood of incomplete
transactions (ack_busy when host writes to camcorder's FCP_Request)
and a bug deeper in nosy-dump's transaction housekeeping.  This is a
quick workaround to get me going.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: nosy-dump: fix it on x86-64</title>
<updated>2010-07-27T09:04:11Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1bcc69fb6a48edb3ddf2e8c42f1d1c242196bf74'/>
<id>urn:sha1:1bcc69fb6a48edb3ddf2e8c42f1d1c242196bf74</id>
<content type='text'>
Replace 'unsigned long' and the (unaffected) 'unsigned int' by uint32_t
if they represent quadlets.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
</content>
</entry>
<entry>
<title>tools/firewire: add userspace front-end of nosy</title>
<updated>2010-07-27T09:04:11Z</updated>
<author>
<name>Stefan Richter</name>
<email>stefanr@s5r6.in-berlin.de</email>
</author>
<published>2010-07-22T09:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9f6d3c4b76314c40c866a935d78c80fd284768bd'/>
<id>urn:sha1:9f6d3c4b76314c40c866a935d78c80fd284768bd</id>
<content type='text'>
This adds nosy-dump, the userspace part of nosy, the IEEE 1394 traffic
sniffer for Texas Instruments PCILynx/ PCILynx2 based cards.  Author is
Kristian Høgsberg.

The files added here are taken from
git://anongit.freedesktop.org/~krh/nosy commit ee29be97 (2009-11-10)
with the following changes by Stefan Richter:
  - Parts pertaining to the kernel module removed from Makefile.
  - dist target removed from the Makefile.
  - Mentioned nosy-dump in the Kconfig help to nosy's kernel component.
  - Add copyright notice to nosy-dump.c.  This is a duplicate of the
    respective notice in the kernel component nosy.c except for a time
    span of 2002 - 2006, according to Kristian's git log.

"git shortlog decode-fcp.c list.h nosy-dump.[ch]" from nosy's git
repository:

Jonathan Woithe (1):
      Save logs on Ctrl-C

Kristian Høgsberg (11):
      Pull over nosy from mercurial repo.
      Remove some fields from default view, add logging feature.
      Use infinite time out for poll(), mark more detail fields.
      Fix byte ordering macro.
      Add decoding of iso data and lock packets.
      Add flag to indicate data length field.
      Add cycle start packet decoding, add --iso and --cycle-start flags.
      Distinguish between phy-packets and 0-length iso data.
      Fix transaction and stats view.
      Add simple AV/C decoder.
      Don't break down on big payloads.

Signed-off-by: Stefan Richter &lt;stefanr@s5r6.in-berlin.de&gt;
Acked-by: Kristian Høgsberg &lt;krh@bitplanet.net&gt;
</content>
</entry>
</feed>
