| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2018-01-24 | Fix integer overflows noted by Silvio Cesare of InfoSect. | riastradh |
| 2016-09-23 | - finally fix tcx_clearscreen() and tcx_eraserows() to actually work, and | macallan |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-22 | restore the right colour map when X exits | macallan |
| 2014-07-16 | - move all register definitions and hardware documenting comments to | macallan |
| 2014-07-07 | actually put the colour space ID where it belongs in tcx_clearscreen() | macallan |
| 2014-06-24 | use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24 | macallan |
| 2014-06-18 | 8bit tcx doesn't implement a hardware cursor, so don't pretend it does. | macallan |
| 2014-06-17 | fix a few 8bit tcx issues: | macallan |
| 2014-06-17 | remove last remnants of CG8 emulation | macallan |
| 2014-05-13 | Do not attach if the STIP register is way too small (this happens in qemu | martin |
| 2014-05-09 | Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's. | jdc |
| 2014-04-29 | return a match score >1 to beat out genfb if present | macallan |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2010-05-04 | use box drawing font if needed | macallan |
| 2009-09-17 | Include "ioconf.h" instead of extern struct cfdriver foo_cd decls. | tsutsui |
| 2009-09-17 | Remove struct sbusdev and related functions sbus_establish() and sbusreset(). | tsutsui |
| 2009-08-26 | adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLOR | macallan |
| 2009-08-20 | call vcons_replay_msgbuf() if we're the console | macallan |
| 2009-08-20 | use vcons_replay_msgbuf() | macallan |
| 2009-08-20 | add support for a hardware cursor via wsdisplay | macallan |
| 2009-08-19 | clear the screen and initialize it with the right WID to bypass the LUT on | macallan |
| 2009-08-19 | - more cosmetics | macallan |
| 2009-08-19 | - some cosmetic fixes | macallan |
| 2009-08-18 | device_t-ify | macallan |
| 2009-08-06 | make the tcx driver do something useful: | macallan |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-04-18 | Remove extra whitespace added by a stupid tool. | tsutsui |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 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 |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-07 | Allow this to compile with -DDEBUG: convert proc to lwp->l_proc. | jdc |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-04 | de-__P | perry |
| 2004-07-14 | Make this compile with the TCX_CG8 option turned on (PR#26269). | pk |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |