| Age | Commit message (Expand) | Author |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-20 | make this compile again. | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-08-07 | Replace some wakeup_one(9) uses with mutex(9) or plain wakeup(9). | rmind |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 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-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-05-11 | Include machine/cputypes.h explicitly. | ad |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-06-16 | - Merge changes from the vmlocking branch. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Replace some uses of lockmgr() / simplelocks. | ad |
| 2006-12-02 | Change kauth(9) KPI for kauth_authorize_device_passthru() to add another | elad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-08 | Replace securelevel checks with kauth(9) calls. | elad |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | fix empty if | christos |
| 2006-08-30 | fix incomplete initializers. | christos |
| 2006-08-23 | Acting as Elad's keyboard: | christos |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-24 | Initialize "mapped" before any of the "goto"'s, so we're not testing an | fredb |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2003-12-09 | Grab the configuration lock when handling I2ORESCANCMD. | ad |
| 2003-10-30 | Remove some assigned-to but otherwise unused variables. | simonb |
| 2003-10-29 | Reorder, eliminating a bogus initializer. | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-02-14 | __'ify MACHINE_ARCH names. | thorpej |
| 2002-12-06 | - Handle DPT ioctls from native NetBSD binaries. | ad |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 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-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-05-31 | Use __mips__ instead of mips. | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-09-27 | Make firmware updates work with dpti. | ad |
| 2001-09-21 | Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptec | ad |