summaryrefslogtreecommitdiffstats
path: root/src/fw.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tweak raw1394_add_config_rom_descriptor() API, add documentation and test caseGravatar Stefan Richter 2012-06-181-16/+15
* Add raw1394_add_config_rom_descriptor() and raw1394_remove_config_rom_descrip...Gravatar B.J. Buchalter 2012-06-171-0/+35
* Remove unused codeGravatar Stefan Richter 2012-05-251-57/+7
* Fix incorrect use of == instead of =.Gravatar Guus Sliepen 2012-02-191-1/+1
* Make a symbol staticGravatar Stefan Richter 2012-02-051-1/+1
* Continue inotify event handling even after failure in one eventGravatar Stefan Richter 2012-02-051-4/+2
* Process multiple inotify eventsGravatar Peter Hurley 2012-02-051-8/+27
* Reset device fd upon error condition in handle_inotify()Gravatar Peter Hurley 2012-02-051-0/+1
* retry raw1394_read/write/lock/lock64 with delays after ack-busyGravatar Stefan Richter 2011-10-221-1/+29
* redirect Config ROM reads into the kernel's ROM cacheGravatar Stefan Richter 2011-08-211-0/+52
* arm on firewire-core: Remove leftover debug printfsGravatar Stefan Richter 2010-10-201-6/+0
* Be more careful when copying response payloads on firewire-coreGravatar Stefan Richter 2010-09-071-8/+7
* Implement raw1394_(start_)phy_packet_write() on firewire-coreGravatar Stefan Richter 2010-09-071-14/+77
* Filter incoming requests per cardGravatar Stefan Richter 2010-09-071-3/+16
* Fix FCP and ARM source node ID on firewire-coreGravatar Stefan Richter 2010-09-071-42/+75
* Rename a few kernel ABI testing helpersGravatar Stefan Richter 2010-09-071-4/+4
* Do not use a random FW_CDEV_VERSION as our implemented ABI versionGravatar Stefan Richter 2010-09-071-4/+9
* Always imply iso shutdown in fw_destroy_handleGravatar Stefan Richter 2010-09-071-2/+1
* Add missing malloc failure checksGravatar Stefan Richter 2010-09-071-4/+16
* Fix for overlooked device HUP with 'firewire' stackGravatar Peter Hurley 2010-04-171-1/+1
* Initialize unused fields in ioctl argumentsGravatar Jay Fenlason 2009-11-221-0/+1
* Match only /dev/fw[0-9]* as firewire-core device filesGravatar Stefan Richter 2009-05-311-4/+10
* Fix memory leaks with async requests on firewire-coreGravatar Stefan Richter 2009-05-301-3/+10
* Use new async stream ioctlGravatar Stefan Richter 2009-05-301-14/+50
* Use new iso resource allocation ioctlsGravatar Stefan Richter 2009-05-301-0/+95
* Use new broadcast request ioctlGravatar Stefan Richter 2009-05-301-2/+15
* Change the license of the "juju" fw*.[hc] files to LGPL v2.1 as approvedGravatar Dan Dennedy 2009-02-031-13/+3
* Set errno = ENOSYS in unimplemented functionsGravatar Stefan Richter 2009-01-121-0/+5
* Work without permission to access local node's /dev/fw*Gravatar Stefan Richter 2009-01-101-16/+33
* Fix stack corruption during juju lock transactionsGravatar David Moore 2008-12-291-13/+19
* [libraw1394 patch] Unify {ieee1394,fw}_bandwidth_modify()Gravatar Stefan Richter 2008-12-031-49/+0
* [libraw1394 patch] Fix raw1394_channel_modify() on firewire-coreGravatar Stefan Richter 2008-12-031-49/+0
* Fix segfault in juju's handle_arm_requestGravatar Stefan Richter 2008-10-281-0/+2
* Makes extra sure strings are not overrun.Gravatar Erik Hovland 2008-10-281-13/+19
* Make sure that we have the right types.Gravatar Erik Hovland 2008-10-281-4/+4
* Compare unsigned values instead of subtracting them.Gravatar Erik Hovland 2008-10-281-2/+3
* Protect against resource leaks.Gravatar Erik Hovland 2008-10-281-1/+3
* Plug dir leak and initialize data structsGravatar Philippe Troin 2008-07-051-1/+14
* Move the source code files in the juju directory into the src directory andGravatar Dan Dennedy 2008-04-301-0/+1369