| Age | Commit message (Expand) | Author |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-16 | add missing ifdefs | christos |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2013-09-15 | Remove unused variables | martin |
| 2013-09-12 | Make it compilable with gcc 4.8.1 | martin |
| 2013-04-07 | Add '\n' to tail of printing string. | kiyohara |
| 2012-08-05 | ...and be sure to config_pending_decr if kthread_create fails. | riastradh |
| 2012-08-05 | Restore config pending stuff, adjusted to avoid the race. | riastradh |
| 2012-08-04 | Fix error branches and config pending races in firewire init. | riastradh |
| 2012-04-29 | Remove everything to do with 'struct malloc_type' and the malloc link_set. | dsl |
| 2012-04-29 | Change to consistently use M_FW for all malloc/free. | dsl |
| 2011-07-31 | Put back #include "ioconf.h" per popular demand. | uebayasi |
| 2011-05-25 | Declare cfdrivers using extern rather than including ioconf.h. | uebayasi |
| 2011-04-24 | Inclusion for malloc decls (missed in previous commit). | rmind |
| 2010-11-14 | Include dependencies directly. | uebayasi |
| 2010-09-07 | do not assume all fw devices speak sbp. | cegger |
| 2010-09-07 | convert tsleep to kpause | cegger |
| 2010-08-29 | fix grammar in error message | cegger |
| 2010-08-29 | Confilict -> Conflict | cegger |
| 2010-08-26 | don't call tsleep() with any mutexes hold | cegger |
| 2010-08-26 | fix crash when detaching/re-attaching a cable where three firewire devices ar... | cegger |
| 2010-08-26 | - print expected crc when it does not match | cegger |
| 2010-08-16 | do not hold mutexes when calling tsleep(9). | cegger |
| 2010-08-14 | Fix some code paths where pointers are dereferenced after checking that | jym |
| 2010-08-14 | Fix sbp attach/detach. | cegger |
| 2010-05-23 | Revert all previous kmem_ commits. This needs to be done in a different way | christos |
| 2010-05-23 | Don't allocate sid scratch memory from an interrupt context: | christos |
| 2010-05-23 | don't allocate rom scratch memory from an interrupt context: | christos |
| 2010-05-15 | Add mutex.h. | kiyohara |
| 2010-05-14 | May be easy to understand 'pay_len > 0' more than 'paylaod != NULL'. | kiyohara |
| 2010-05-14 | Use kmem(9) instead of malloc(9). | kiyohara |
| 2010-05-10 | Use kmem(9) instead of malloc(9). | kiyohara |
| 2010-04-29 | Call malloc(M_ZERO) instead of malloc() and memset(). | kiyohara |
| 2010-04-29 | Remove unnecessary cast. | kiyohara |
| 2010-04-29 | + Fix typo. | kiyohara |
| 2010-04-29 | + Use structs scsipi_inquiry_data/scsi_sense_data instead of scsi3_inquiry_data/ | kiyohara |
| 2010-04-24 | ANSIfy, KNF | cegger |
| 2010-04-19 | Fix a bug. | kiyohara |
| 2010-04-06 | KASSERT(FALSE) to enter the debugger on this check. When DDB is not defined | reinoud |
| 2010-03-29 | Remove more my debugging code. | kiyohara |
| 2010-03-29 | Remove debugging process. | kiyohara |
| 2010-03-29 | Bye-bye fw_port.h. | kiyohara |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2009-12-06 | Simplify device-activation hook. | dyoung |
| 2009-08-07 | unifdef -U__FreeBSD__ -D__NetBSD__, et cetera. | dyoung |
| 2009-06-20 | unifdef -U__DragonFlyBSD__ -U__FreeBSD__ -D__NetBSD__. | dyoung |
| 2009-06-20 | buildfix: don't redefine MIN and MAX. They are defined in <sys/param.h>. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-20 | Add queue macros SLIST_FOREACH_SAFE, STAILQ_FOREACH_SAFE, STAILQ_LAST, | mschuett |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |