| Age | Commit message (Expand) | Author |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2021-12-20 | ieee1394: Need kernel lock around config_found. | riastradh |
| 2021-10-04 | follow fcambus steps by fixing typos for "unknown" in few more error messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-10-15 | Use unsigned to avoid undefined behavior. Found by kUBSan. | msaitoh |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2016-11-20 | Kill some more tsleep. | riastradh |
| 2016-11-20 | Defer initialization of isodma channels until we know how many. | riastradh |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 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 | Change to consistently use M_FW for all malloc/free. | dsl |
| 2010-09-07 | do not assume all fw devices speak sbp. | cegger |
| 2010-08-26 | fix crash when detaching/re-attaching a cable where three firewire devices ar... | cegger |
| 2010-08-14 | Fix some code paths where pointers are dereferenced after checking that | jym |
| 2010-05-23 | Revert all previous kmem_ commits. This needs to be done in a different way | 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-10 | Use kmem(9) instead of malloc(9). | 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-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-05-10 | Use aprint | jmcneill |
| 2008-03-29 | Split device_t/softc. | kiyohara |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-05 | + Sync to FreeBSD. | kiyohara |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-04-21 | firewire.c sync to Rev.1.86 for FreeBSD. | kiyohara |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-26 | Fix device name in {fwohci,firewire}_print(). valiable aux is not string | kiyohara |
| 2006-06-13 | Don't allocate > 1K on the stack | christos |
| 2006-04-14 | Coverity CID 1118: Protect NULL deref. | christos |
| 2006-03-21 | fw_bus_probe_thread: change wmesg from "-" to "fwprobe". | yamt |