| 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 |
| 2016-04-21 | more RASTERCONSOLE purging | macallan |
| 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 |
| 2013-11-19 | get rid of junk variable | macallan |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-10-05 | get rid of gc_attr & allocattr() | macallan |
| 2012-09-21 | support anti-aliased fonts, glyph caching etc. | macallan |
| 2012-01-11 | use rasops_init(0, 0) | macallan |
| 2010-05-04 | use box drawing font if needed | macallan |
| 2010-03-01 | make latching optional. | macallan |
| 2010-03-01 | fix ancient typo, noticed by mouse@ | macallan |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-09-19 | u_intNN_t -> uintNN_t | tsutsui |
| 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-20 | call vcons_replay_msgbuf() if we're the console | macallan |
| 2009-06-03 | make this compile again without tctrl | macallan |
| 2009-05-27 | use pmf, while there do some cleanup, fix typos etc. | macallan |
| 2009-05-27 | finally commit a lot of stuff that's been sitting in my source tree for | 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-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-26 | Sprinkle #if NTCTRL > 0 so that this builds again without | he |
| 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 |
| 2006-09-24 | Add "name" parameter to powerhook_establish, to aid debugging. No objections | jmcneill |
| 2006-05-28 | Clean up bogus whitespace | blymn |
| 2006-04-15 | Remove the getwschar and putwschar accessops from wsdisplay drivers as | jmmv |
| 2006-04-12 | Add an extra cookie to the ioctl and mmap wsdisplay accessops that points | jmmv |
| 2006-04-06 | kill NULL initialisation of get/setborder | drochner |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-08 | sprinkle #if NWSDISPLAY > 0 to make this compile cleanly without wscons again | macallan |
| 2006-03-06 | - use vcons | macallan |
| 2005-12-14 | proc -> lwp | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-12 | Add hardware cursor support, needs testing. | macallan |
| 2005-06-04 | Fix a shadowing variable. | tsutsui |
| 2005-05-16 | forgot to include rasops_glue.h | macallan |
| 2005-05-16 | Added: | macallan |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2003-08-25 | Undo previous as it broke things. | uwe |
| 2003-08-24 | #include "opt_rcons.h" | uwe |