| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-18 | nuke unused bpf inclusions | pooka |
| 2009-12-04 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-05 | device_t/softc split | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-04-17 | device_t/softc split. Tested with tlp at pci | cegger |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-31 | Add id for 5090 variant - reported in PR kern/40524 by Andrew Daugherity. | martin |
| 2009-01-21 | add a comment explaining how to regenerate eisadevs.h and eisadevs_data.h | jnemeth |
| 2008-10-19 | Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. | apb |
| 2008-08-27 | device_t changes, pmf, minor knf. | christos |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2008-03-26 | use device_t & cfdata_t | matt |
| 2008-03-26 | "split" softc/device_t. (since softc was a struct device, use a split softc | matt |
| 2008-02-18 | Use device_xname(). | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-28 | Improve error handling. Related to PR/21900. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-09-02 | static goes first | christos |
| 2006-08-28 | static goes first. | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | avoid variable shadowing. | christos |
| 2005-05-24 | add __KERNEL_RCSID | lukem |
| 2005-05-17 | Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to | christos |
| 2005-02-27 | regen | perry |
| 2005-02-27 | remove trailing whitespace from the stripped RCS Id | perry |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-21 | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name | thorpej |
| 2004-12-07 | Move a comment to indicate the true "end of hardware supported fields". | thorpej |
| 2004-12-07 | Don't use "struct scsi_generic" in a hardware-defined structure. Instead, | thorpej |
| 2004-09-01 | use the locator passing config_found/submatch, and limit use of the | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-30 | add centralized {eisa,isa,pci,agp,mca}busprint() functions which do | drochner |
| 2004-08-23 | - Use ANSI function decls and make use of static. | thorpej |
| 2004-08-23 | - Use ANSI function decls. | thorpej |
| 2004-04-22 | sprintf -> snprintf | itojun |