| Age | Commit message (Expand) | Author |
| 2022-07-20 | In the Alpha tc_syncbus(), we need to issue a MB because WMB does not | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2013-11-04 | add __USE() for unused volatile variables, so that we generate the same code. | christos |
| 2012-03-13 | Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with | elad |
| 2009-08-22 | u_intNN_t -> uintNN_t | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-07-09 | - device/softc split | joerg |
| 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-03-04 | fix fallout from caddr_t changes. | yamt |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-04 | Consistent usage of KAUTH_GENERIC_ISSUSER. | elad |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | - include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-31 | Use ANSI function decls, apply static. | thorpej |
| 2006-03-30 | Use device_private(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-10-27 | uninitialized variables | chs |
| 2003-10-23 | NULL -> 0 | mycroft |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Fix 'struct lwp *' lossage. | simonb |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | 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 |
| 2002-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-09-18 | Beef up the stic X interface, and tighten a few screws here and there. | ad |
| 2001-07-04 | Don't print the module description, since it doesn't mean much. | ad |
| 2001-03-04 | Make this work on alpha, and fix some other bogons. | ad |
| 2001-01-09 | - Make VDAC state per-board. | ad |
| 2000-12-22 | - Fix bugs, make this useful. | ad |
| 2000-12-17 | Add wscons drivers for the DEC PixelStamp graphics accelerators. | ad |