| Age | Commit message (Expand) | Author |
| 2005-05-08 | Enclose some code dependent on wsdisplay in #if NWSDISPLAY > 0 / #endif; | he |
| 2005-05-04 | Make auto repeat of events a compile time option, and have it off by default. | augustss |
| 2005-05-03 | Change the logic for generating auto repeat from the keyboard. Previously | augustss |
| 2005-04-30 | Remember what keyboard layout is set in the mux, that way new keyboards | augustss |
| 2005-04-28 | Make it possible for a console driver to deliver raw ASCII characters | martin |
| 2005-04-04 | s/Finish/Finnish/ | martti |
| 2005-03-08 | Change the wa ythe KB_xxx and KB_ENCTAB are defined so we have all the | dsl |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | Support wsdisplay(4) attachments of hd44780 LCD controllers | joff |
| 2005-02-04 | de-__P | perry |
| 2005-01-31 | Add new wskbd type MATRIXKP | joff |
| 2005-01-02 | PR kern/28837: fix undef typo. | martin |
| 2004-12-02 | Try to document keymap names - this really a trip into the obscure. | hubertf |
| 2004-08-26 | Import STI wscons(4) driver from OpenBSD and add new driver for PS/2 | jkunz |
| 2004-08-03 | Remove include of "opt_wsmsgattrs.h" here, since that's already done | he |
| 2004-07-29 | Implement border color customization in wscons(4), only available for vga(4) | jmmv |
| 2004-07-28 | Forgot to define WSDISPLAY_CUSTOM_OUTPUT here. | jmmv |
| 2004-07-28 | Implement support to dynamically change wscons console and kernel colors. | jmmv |
| 2004-07-20 | Add WSDISPLAYIO_[GS]MODE type _DUMBFB - mapped fb (no registers) | heas |
| 2004-07-07 | Add SGI types for mouse and keyboard. | sekiya |
| 2004-06-12 | Add calibration support to uep driver. | tsarna |
| 2004-06-07 | make the scroll lines ioctl struct take u_int's again. The wsconsctl | christos |
| 2004-06-03 | return ENODEV if functions are not compiled in the kernel. | christos |
| 2004-06-01 | White space changes only; | christos |
| 2004-06-01 | Re-group scrolling ioctl's and provide new numbers for them! (thanks to | christos |
| 2004-05-29 | fix scrolling code that was not ifdefed. | christos |
| 2004-05-28 | move scroll function definition last. | christos |
| 2004-05-28 | PR/19925: David Ferlier: Add scrolling support to wscons. | christos |
| 2004-05-28 | Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern. | tsarna |
| 2004-05-13 | Add el-cheapo finnish encoding, i.e. make the name "fi" point to | pooka |
| 2004-04-23 | use bounded string ops | itojun |
| 2004-03-24 | remove license clauses 3 and 4 from my cpoyright notices | drochner |
| 2004-03-19 | Add sun display types. | petrov |
| 2004-03-18 | Add console type for SGI GR2 family. | sekiya |
| 2004-02-08 | Trailing whitespace cleanup. | bjh21 |
| 2004-01-24 | Add display type for SGI Newport. | sekiya |
| 2003-11-28 | always check whether a display is attached before calling | drochner |
| 2003-11-28 | -remove a check of errno against -1, this is nonsense since | drochner |
| 2003-09-23 | Fix uninitialised variable introduced with previous change. | simonb |
| 2003-09-21 | cleanup & uniform descriptor owner handling: | jdolecek |
| 2003-09-21 | Do much more sanity checks when handling entries in the sc_scr array | manu |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-03 | Add sun keyboards and display. | petrov |
| 2003-04-19 | PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wscons | christos |
| 2003-04-02 | allow to customize how highlighting and underlining text is substituted | drochner |
| 2003-04-02 | fix crash due to wrong argument in the (almost useless) | drochner |
| 2003-03-06 | Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console | matt |
| 2003-02-11 | stylistic change: put variable declarations to the top of a function | drochner |