summaryrefslogtreecommitdiffstats
path: root/tools/testlibraw.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-20arm on firewire-core: Remove leftover debug printfsGravatar Stefan Richter 1-6/+0
2010-09-07Be more careful when copying response payloads on firewire-coreGravatar Stefan Richter 2-9/+7
2010-09-07Implement raw1394_(start_)phy_packet_write() on firewire-coreGravatar Stefan Richter 3-18/+81
2010-09-07Filter incoming requests per cardGravatar Stefan Richter 2-3/+17
2010-09-07Fix FCP and ARM source node ID on firewire-coreGravatar Stefan Richter 1-42/+75
2010-09-07Rename a few kernel ABI testing helpersGravatar Stefan Richter 2-9/+14
2010-09-07Do not use a random FW_CDEV_VERSION as our implemented ABI versionGravatar Stefan Richter 1-4/+9
2010-09-07tools/dumpiso: Add write() return code checks, fix harmless format string bugGravatar Stefan Richter 1-10/+12
2010-09-07tools/testlibraw: Fix a harmless format string bugGravatar Stefan Richter 1-2/+2
2010-09-07Always imply iso shutdown in fw_destroy_handleGravatar Stefan Richter 2-2/+4
2010-09-07Treat the kernel's iso context handle as opaque itemGravatar Stefan Richter 2-6/+8
2010-09-07Fix raw1394_iso_stop on firewire-coreGravatar Stefan Richter 1-1/+1
2010-09-07Add missing malloc failure checksGravatar Stefan Richter 2-5/+19
2010-04-17Fix for overlooked device HUP with 'firewire' stackGravatar Peter Hurley 1-1/+1
2010-02-01Fix documentation of return values of raw1394_start_ family of functionsGravatar Stefan Richter 1-7/+7
2010-02-01doc: let "make clean" remove generated HTML filesGravatar Stefan Richter 1-1/+1
2010-02-01Document contact address (linux1394-devel) more clearlyGravatar Stefan Richter 2-5/+13
2010-02-01update README: replace outdated link to wikiGravatar Sebastian Schüppel 1-1/+1
2010-01-10Fix "make doc".Gravatar Stefan Richter 2-16/+12
2009-12-26Update ChangeLog for release.v2.0.5Gravatar Dan Dennedy 1-0/+4
2009-12-26Set to version 2.0.5.Gravatar Dan Dennedy 2-2/+4
2009-12-26Update ChangeLog for release.Gravatar Dan Dennedy 1-0/+36
2009-12-26Update release notes.Gravatar Dan Dennedy 1-1/+2
2009-11-23Addendum to 'Calculate iso receive cycles on firewire-core'Gravatar Stefan Richter 1-2/+5
2009-11-22Initialize unused fields in ioctl argumentsGravatar Jay Fenlason 2-0/+3
2009-11-22Calculate iso receive cycles on firewire-core at ABI version 1Gravatar Jay Fenlason 1-2/+17
2009-11-22Fix reporting of isochronous transmit cycles on firewire-coreGravatar Jay Fenlason 1-10/+46
2009-11-22Fix default isochronous IRQ interval on firewire-coreGravatar Jay Fenlason 1-4/+7
2009-08-30Update reference docs using kernel-doc.v2.0.4Gravatar Dan Dennedy 1-785/+1338
2009-06-30Fix build due to incomplete tarball.Gravatar Dan Dennedy 4-2/+7
2009-06-29Update ChangeLog from git log.v2.0.3Gravatar Dan Dennedy 1-10/+982
2009-06-29Bump to v2.0.3 and update release notes.Gravatar Dan Dennedy 2-1/+4
2009-06-18Fix build always expecting FW_DIR.Gravatar Dan Dennedy 2-0/+5
2009-05-31Match only /dev/fw[0-9]* as firewire-core device filesGravatar Stefan Richter 1-4/+10
2009-05-30Remove an unused struct memberGravatar Stefan Richter 1-1/+0
2009-05-30Fix memory leaks with async requests on firewire-coreGravatar Stefan Richter 1-3/+10
2009-05-30Use new async stream ioctlGravatar Stefan Richter 3-16/+52
2009-05-30Iso reception: Use packet timestamps in juju ABI v2Gravatar Stefan Richter 1-3/+13
2009-05-30Use new iso resource allocation ioctlsGravatar Stefan Richter 3-2/+110
2009-05-30Use new broadcast request ioctlGravatar Stefan Richter 1-2/+15
2009-05-27testlibraw: fix printing of local config ROMGravatar Stefan Richter 1-1/+1
2009-02-03bump version to 2.0.2 and add release notesv2.0.2Gravatar Dan Dennedy 2-1/+5
2009-02-03Change the license of the "juju" fw*.[hc] files to LGPL v2.1 as approvedGravatar Dan Dennedy 3-39/+9
2009-01-14bump version and add release notesv2.0.1Gravatar Dan Dennedy 2-2/+6
2009-01-12Set errno = ENOSYS in unimplemented functionsGravatar Stefan Richter 1-0/+5
2009-01-10Work without permission to access local node's /dev/fw*Gravatar Stefan Richter 3-21/+38
2008-12-29Fix stack corruption during juju lock transactionsGravatar David Moore 1-13/+19
2008-12-08Fix iso_shutdown with juju firewire stackGravatar Jarod Wilson 2-3/+22
2008-12-07Checking /dev/raw1394 and recommendation for creating it for the install make...Gravatar Dan Dennedy 1-23/+0
2008-12-07testlibraw: test raw1394_read_cycle_timer()Gravatar Stefan Richter 1-0/+23