| Age | Commit message (Expand) | Author |
| 2022-10-16 | Use a consistent pointer variable. No functional change. | tsutsui |
| 2022-09-17 | Use C99 designated initializers. | tsutsui |
| 2022-09-17 | Make local functions static. | tsutsui |
| 2021-08-19 | s/memry/memory+s/softare/software/+s/grapics/graphics+s/ouput/output | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2018-12-09 | use pci_intr_establish_xname() everywhere | jdolecek |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2013-11-04 | remove unused code | christos |
| 2012-01-11 | add extra parameter for wsfont_find() | macallan |
| 2011-01-25 | fix the previous. there's no "vc" variable, nor does the local "dc" | mrg |
| 2011-01-22 | Implement new WSDISPLAYIO_GET_BUSID ioctl. | cegger |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-05-15 | Clear RI_NO_AUTO in actual attach functions during autoconf(9) | tsutsui |
| 2010-05-15 | Set RI_NO_AUTO in rip->ri_flg if tga_init() is invoked from cnattach. | tsutsui |
| 2009-05-16 | KNF and misc cosmetics. | tsutsui |
| 2009-05-16 | Split device_t/softc. Tested on arc: | tsutsui |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-16 | ANSIfy functions with function-pointer arguments | dsl |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-01-07 | Implement the required ioctls for running Xorg through /dev/ttyE0. | ahoka |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 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-13 | Complete initializers so those files compile. | cube |
| 2006-04-26 | In tgamatch(), ifdef tag test under __alpha__ || arc. | rpaulo |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-06-29 | Remove redundant tga_getconf() and tga_identify() prototypes. | kleink |
| 2003-11-13 | eliminate uvm_useracc() in favor of checking the return value of | chs |
| 2003-10-29 | Don't bother with one of the loops if the data to move is too narrow. | mycroft |
| 2003-10-29 | Calculate lastx and lastleft outside the loops... | mycroft |
| 2003-10-27 | uninitialized variables | chs |
| 2003-10-21 | vaddr_t is not pointer, so don't compare it against NULL. | tsutsui |
| 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-29 | Remove no longer needed #ifdef __alpha__ and #ifdef __mips__. | tsutsui |
| 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-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-16 | Force GPSR to 0 before a blit, so my text doesn't get shifted to the right... | mycroft |
| 2002-09-16 | Copy forwards even when moving to the right, if the regions do not overlap. | mycroft |
| 2002-09-16 | Simplify the blitting code slightly, and fix fenceposts. | mycroft |