| Age | Commit message (Expand) | Author |
| 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 |
| 2003-02-10 | undo constification of 'data' for wsdisplay font - unfortunately we need | jdolecek |
| 2003-02-09 | make 'name' and 'data' of struct wsdisplay_font const, mark data arrays | jdolecek |
| 2003-01-31 | Define Atari wskeyboard type. | thomas |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2003-01-20 | Use u_int variables for some variables that are passed to | simonb |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-05 | Fix build glitch. | sommerfeld |
| 2003-01-05 | When moving the cursor down, only scroll up if cursor is exactly at | sommerfeld |
| 2003-01-03 | Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifier | takemura |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-12-26 | Don't leak memory on double init, and don't panic on double fini. Emit | christos |
| 2002-12-10 | Silence strict-alias warning. | fvdl |
| 2002-12-10 | Add WSKBD_TYPE_MAPLE and WSMOUSE_TYPE_MAPLE for Dreamcast Maple bus devices. | itohy |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-11-25 | Add 'U' to 16-bit hex constants to stop gcc 3.3 from complaining. Shouldn't | fvdl |
| 2002-10-25 | Add a few symbols. | martin |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-15 | Add modecookie to struct wsscreen_descr, which is used to point to video | junyoung |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | 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-25 | Fix some small unclear documentation and cleanup a bit... | reinoud |
| 2002-09-23 | Remove breaks after returns, unreachable returns and returns after | simonb |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-07-09 | switch/case KNF. | junyoung |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-07-04 | alloc_attr -> allocattr | junyoung |
| 2002-07-02 | wsdisplay needs wsevent.c. PR 17456 | itojun |
| 2002-06-26 | PR/17402: Add wsmoused support by providing get/set char and events. | christos |
| 2002-06-06 | Don't detach the mouse from the mux just because the mouse device is | drochner |
| 2002-04-23 | Remove the cyrillic keysyms. This was not done the right way. | hannken |
| 2002-04-07 | Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT. | hannken |
| 2002-03-24 | Sync most Cyrillic names with X11 keysym names. | uwe |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-03-17 | Add Cyrillic keysyms. From OpenBSD. | augustss |