| Age | Commit message (Expand) | Author |
| 2009-08-22 | u_intNN_t -> uintNN_t | tsutsui |
| 2008-12-17 | kill MALLOC and FREE macros. | cegger |
| 2008-07-09 | - device/softc split | joerg |
| 2008-05-26 | - assign 2 clause TNF license to the files cited as my ownership. | nisimura |
| 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 |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 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 |
| 2005-01-02 | Fix and simplify incorrect check for screen blanking in WSDISPLAYIO_SVIDEO. | mhitch |
| 2003-12-20 | - Minor coding modifications for VDAC register access. | nisimura |
| 2003-12-17 | - Restore the display to a sane state when leaving mapped mode. | ad |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-10-27 | uninitialized variables | chs |
| 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-08-19 | Leaving overflow-sensitive code, very similar to what was fixed | itohy |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-13 | Reorganise the wsfont stuff slightly so that multiple display adapters | ad |
| 2001-11-13 | add/cleanup RCSIDs | lukem |
| 2001-08-22 | Nuke fb_devconfig data structure which was found unnecessary to have. | nisimura |
| 2001-08-05 | use unsigned variable types as appropriate | jdolecek |
| 2001-01-16 | - relocate the code to place sprite cursor inside interrupt handlers | nisimura |
| 2000-10-27 | Fix errors in initializing the software copy of 256 entry colormap | nisimura |
| 2000-09-13 | Found glyph pixel order inverted on screen. | nisimura |
| 2000-06-28 | 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 |
| 2000-03-16 | Place 34 by 80 console at the center of screen. | nisimura |
| 2000-03-14 | Respect video console colour designation by configration file. | nisimura |
| 2000-03-14 | Switch to improved flexible video console text rasterizer provided by | nisimura |
| 1999-12-06 | update for changed struct wsdisplay_accessops:show_screen signature. | drochner |
| 1999-11-29 | Const poisoning. | nisimura |
| 1999-10-19 | Enable 'WSSCREEN_REVERSE' scr-capability. | nisimura |
| 1999-09-20 | Add one new dispaly type for DEC TC TX 8/24bpp framebuffer. Currently acts | nisimura |
| 1999-08-25 | - Fix an error in cursor image manipulation. I learned a pair of Bt431 | nisimura |
| 1999-08-25 | - 24bit per pixel TX framebuffer occupies 0x600000. | nisimura |
| 1999-08-02 | - Fix TX 8bpp framebuffer size, which occupies 2MB. | nisimura |
| 1999-07-30 | - Fix TX 66Hz interrupt handling. Verified ok with PMAG-JA as an 8bpp | nisimura |
| 1999-06-25 | - Show 1bpp for MX during configuration stage. | nisimura |
| 1999-05-07 | - Sweep abit preparing for code merge to have common 'vdacops' across | nisimura |
| 1999-03-29 | - Unnecessary to have '#include <machine/autoconf.h>' for those. | nisimura |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-01 | - Fix cursor image validity check error in set_cursor(). | nisimura |
| 1999-01-15 | __pmax__ -> pmax, like other ports. | thorpej |