summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
2002-03-17Don't forget the symbolc names for the keymaps.augustss
2002-03-17Add more language map definitions.augustss
2002-03-02Added wsmux_set_display() to fix the problem that wskbd wan't connectedtakemura
2002-02-24Add WSMOUSE_TYPE_MAXINE.ad
2002-01-13added amiga display/mouse/keyboard definesjandberg
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-12-04Simply entries added in previous.gmcgarry
2001-12-02Add identifiers for HP devices.gmcgarry
2001-12-02Revert previous; the _e003U definition is used elsewhere.ross
2001-12-01On a VT100, the "scanline 5" character is also used for box drawing, sobjh21
2001-11-28- convert usage of "defopt" to "defflag" where the relevant option doeslukem
2001-11-22Add some DIAGNOSTIC tests.augustss
2001-11-22Close multiplxees BEFORE removing the event variable they areaugustss