summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2003-11-28always check whether a display is attached before callingdrochner
2003-11-28-remove a check of errno against -1, this is nonsense sincedrochner
2003-09-23Fix uninitialised variable introduced with previous change.simonb
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-21Do much more sanity checks when handling entries in the sc_scr arraymanu
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-03Add sun keyboards and display.petrov
2003-04-19PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wsconschristos
2003-04-02allow to customize how highlighting and underlining text is substituteddrochner
2003-04-02fix crash due to wrong argument in the (almost useless)drochner
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-02-11stylistic change: put variable declarations to the top of a functiondrochner
2003-02-10undo constification of 'data' for wsdisplay font - unfortunately we needjdolecek
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2003-01-31Define Atari wskeyboard type.thomas
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-20Use u_int variables for some variables that are passed tosimonb
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-05Fix build glitch.sommerfeld
2003-01-05When moving the cursor down, only scroll up if cursor is exactly atsommerfeld
2003-01-03Added new ioctl command, WSMOUSEIO_GETID to tell touch panel identifiertakemura
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-26Don't leak memory on double init, and don't panic on double fini. Emitchristos
2002-12-10Silence strict-alias warning.fvdl
2002-12-10Add WSKBD_TYPE_MAPLE and WSMOUSE_TYPE_MAPLE for Dreamcast Maple bus devices.itohy
2002-11-26si_ -> sel_christos
2002-11-25Add 'U' to 16-bit hex constants to stop gcc 3.3 from complaining. Shouldn'tfvdl
2002-10-25Add a few symbols.martin
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-15Add modecookie to struct wsscreen_descr, which is used to point to videojunyoung
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-25Fix some small unclear documentation and cleanup a bit...reinoud
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-09switch/case KNF.junyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-07-02wsdisplay needs wsevent.c. PR 17456itojun
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2002-06-06Don't detach the mouse from the mux just because the mouse device isdrochner
2002-04-23Remove the cyrillic keysyms. This was not done the right way.hannken
2002-04-07Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT.hannken
2002-03-24Sync most Cyrillic names with X11 keysym names.uwe
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-17Add Cyrillic keysyms. From OpenBSD.augustss