| Age | Commit message (Expand) | Author |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2008-06-28 | Split softc/device_t, with misc cosmetic changes. | tsutsui |
| 2008-06-08 | Use device_private() and device_lookup_private() to get softc | tsutsui |
| 2007-03-12 | Fix printf formats in #ifdef DEBUG. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 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-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-03 | correct range check, have overflow check, fix type mismatches, | itojun |
| 2001-09-19 | machine/fbio.h -> dev/sun/fbio.h | thorpej |
| 2001-09-05 | Remove register prefixes. | tsutsui |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-06-26 | Change the kernel mmap interface so that the offset to map is an | simonb |
| 1998-06-09 | Simplify ifdefs in cg4b_ldcmap() | gwr |
| 1998-06-09 | Make this work on the 3/80, which has the Brooktree DAC | gwr |
| 1998-03-21 | Deal with missing P4 register on old Sun3/60 machines. | gwr |
| 1998-03-08 | Need to use an offset to map the colormap H/W now that the | gwr |
| 1998-02-08 | Rewrite the match/attch routines to use the P4 register | gwr |
| 1998-01-26 | Simplify the colormap and blanking stuff a little. | gwr |
| 1998-01-12 | Update for changes to config. | thorpej |
| 1996-12-17 | Make this compile with -Werror -Wall -Wstrict-prototypes | gwr |
| 1996-10-29 | Checkpoint new version of this driver with support for the "Type A" | gwr |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-10-09 | Merge netbsd-1-2 branch back into mainline. | thorpej |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1995-04-13 | fix typo | gwr |
| 1995-04-10 | map --> mmap | mycroft |
| 1995-04-10 | map --> mmap | mycroft |
| 1995-04-07 | Fix that probe sequence right this time. | gwr |
| 1995-04-07 | Changed fb_attach() interface, hack probe to avoid impossible matches. | gwr |
| 1995-03-10 | New frame-buffer support from Chuck Silvers (plus some tweaks from me) | gwr |