| Age | Commit message (Expand) | Author |
| 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 |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-03-18 | bcmp -> memcmp | cegger |
| 2009-03-18 | buildfix: undo previous | cegger |
| 2009-03-18 | Ansify function definitions w/o arguments. Generated with sed. | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-24 | Replace gcc extension of comma-elimination variadic macros with aprint_debug_... | gmcgarry |
| 2008-06-24 | Digraphs as lvalues must return the same type. | gmcgarry |
| 2008-05-10 | Use aprint | jmcneill |
| 2008-05-02 | Constify, so that usr.sbin/fwctl can be built with WARNS=4. | xtraeme |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-03-29 | Split device_t/softc. | kiyohara |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-25 | Convert many of the uses of __attribute__ to equivalent | perry |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-11 | use __KERNEL_RCSID() | lukem |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-06 | The argument of *_intr_establish() is changed to fwohci_flit. | kiyohara |
| 2007-11-06 | on NetBSD, cardbus_intr_establish's fifth arg's is a symbol which returns | dogcow |
| 2007-11-05 | + Sync to FreeBSD. | kiyohara |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-25 | Use selinit() / seldestroy(). | ad |
| 2007-08-05 | Improve per-CPU support for the workqueue(9): | rmind |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | 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-11 | Remove #include <machine/vmparam.h>. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-12-22 | Use macro FWBUSNOTREADY. | kiyohara |
| 2006-12-22 | Include ioconf.h it for `struct cfdriver fwohci_cd'. | kiyohara |
| 2006-12-21 | Fix memory allocation, in case isochronous transfer fail this. | kiyohara |
| 2006-11-16 | undo previous change - crom_buf->len has been changed to uint32_t | jdolecek |
| 2006-11-16 | make the struct fw_crom_buf's len uint32_t, so that it can never be negative | jdolecek |
| 2006-11-16 | Avoid integer overflow, as reported by Rodrigo Rubira Branco in a | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | we have rounddown in <sys/param.h> now | christos |