| Age | Commit message (Expand) | Author |
| 2021-12-05 | Fix typo again... s/Comparision/Comparison/ | msaitoh |
| 2021-12-05 | s/comparsion/comparision/ in comment. | msaitoh |
| 2021-11-10 | s/endianess/endianness/ | msaitoh |
| 2021-09-18 | Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers. | tsutsui |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-26 | if ddb is enabled set cpu_reset_address to crime_reboot. | mrg |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-11-21 | malloc(9) -> kmem(9) | thorpej |
| 2020-05-29 | For struct timecounter, use C99 initializers. | rin |
| 2020-01-02 | Use todr_gettime_ymdhms / todr_settime_ymdhms. | thorpej |
| 2019-12-27 | s/suport/support/ | msaitoh |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-04-26 | fix misleading error message | macallan |
| 2018-09-27 | add event counters for int0 at mainbus | macallan |
| 2018-03-17 | Add support for overriding the video mode by setting an ARCS environment | jmcneill |
| 2017-05-19 | enable font loading / screen resizing | macallan |
| 2016-02-14 | Remove extra stray break missed by Christos when committing PR 50783. | dholland |
| 2016-02-08 | PR/50783: David Binderman: Indent switch properly, add missing break. | christos |
| 2015-09-23 | no need to set RI_CLEAR - we do our own clearing and rasops assumes a linear | macallan |
| 2015-07-11 | Improve spelling: regsiter -> register | kamil |
| 2015-04-04 | don't malloc a tiny, fixed size buffer to scribble into, then not use it | macallan |
| 2015-02-18 | switch sgimips to common bus_dma and bus_space in arch/mips/ | macallan |
| 2015-01-20 | - remove scratch area, it's been unused since we're drawing characters by | macallan |
| 2014-11-20 | use the inline bcdtobin and bintobcd directly instead through a macro. | christos |
| 2014-09-02 | support ioctl() WSDISPLAYIO_SVIDEO, _GVIDEO and _GET_EDID | macallan |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-06-03 | actually get rid of actually unused variables, still works on my Indy | macallan |
| 2014-06-02 | sprinkle __unused() | macallan |
| 2014-05-17 | split crime_bus_reset() into crime_{cpu,mem}_reset() and only reset | mrg |
| 2014-03-24 | - use cpu_{g,s}etmodel | christos |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-12-16 | - remove unused variables | mrg |
| 2012-10-29 | fix device/softc split errors. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-01-11 | use rasops_init(0,0) | macallan |
| 2011-10-06 | The crmfb device does not depend on iic; i2cbus and i2c_bitbang is | he |
| 2011-08-18 | device_t-ify | macallan |
| 2011-07-01 | #include <sys/bus.h> instead of <machine/bus.h>. | dyoung |
| 2011-06-30 | dependant -> dependent | wiz |
| 2011-05-22 | crmfb may run in more than 8 bit now so we need the other rasops* as well | macallan |
| 2011-05-17 | add support for running the console in more than 8 bit | macallan |
| 2011-05-17 | add some constants, clarify some hw limitations | macallan |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-04-13 | use PRIx64 for printing 64-bit values | plunky |
| 2011-04-07 | add mode setting support | macallan |
| 2011-04-07 | defflag CRMFB_DEBUG | macallan |
| 2011-04-04 | remove some old debug code | macallan |
| 2011-04-04 | crmfb needs edid and friends now | macallan |