| Age | Commit message (Expand) | Author |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-06-11 | split device_t/softc. | nonaka |
| 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-04-05 | Register with pmf(9), tell it we don't need anything. | uwe |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-23 | We call to config_hook_call() with always 'on'. | kiyohara |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | -Wextra fixes | uwe |
| 2006-09-24 | Run the "power button event" hooks when the special button OFF is pressed. | peter |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-02-13 | Move assignment out of conditional expression. | uwe |
| 2006-02-12 | Fix a typo, use uintN_t, use assigned variables, add newline to a printf. | peter |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-08 | Add an __UNCONST() to appease -Wcast-qual. | he |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-13 | Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) | bjh21 |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-11-13 | add RCSID | lukem |
| 2001-06-04 | ANSI KNF. | uch |
| 2001-05-08 | fix locking problem of event queue access. | uch |
| 2001-04-12 | splimp -> splvm (it's questionable whether or not this is really | thorpej |
| 2001-03-01 | if catch unknown scancode, print its row and column. | uch |
| 2001-02-22 | hpc common files are moved to dev/hpc. | uch |