summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2002-07-25Rename the WSDISPLAY_TYPE_SUNFFB display type into a more generic name,Miod Vallat
2002-07-01repair burner after X, as seen on misc@; from grange@Michael Shalayeff
2002-06-29Add Brazilian keymap (iso275). Create by me and tested byMats O Jansson
2002-06-29Latinamerica keymap from Gerardo Santana Gomez Garrido <santana@openbsd.org.mx>.Mats O Jansson
2002-06-11Fix, s/pci_sel/pciselJason Wright
2002-06-11add a new ioctl to wscons (currently implemented only on sparc64)Matthieu Herrb
2002-06-08Disable the screen burner if it is enabled and X starts, and reinable uponDale Rahn
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-05-30remove silly ifdef's; mickey@ jason@ ok.Federico G. Schwindt
2002-05-29Add a new wskbd type for Sun type 5 keyboards (WSKBD_TYPE_SUN5).Mats O Jansson
2002-05-22add WSDISPLAY_TYPE_SUNFFBJason Wright
2002-05-20Do not blindly call wsdisplay routines if no wsdisplay device is activeMiod Vallat
2002-05-05fix panic triggered by using a 3.0 wsmoused on a 3.1 kernel, byMatthieu Herrb
2002-04-30charClass is const and kill lotsa spacesMichael Shalayeff
2002-04-30cdev_decl is done in conf.h, do not dupe hereMichael Shalayeff
2002-04-09better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt>Michael Shalayeff
2002-04-05protect another use of wskbd_repeat with #if NWSDISPLAY > 0Jason Wright
2002-04-04lithuanian kbdmap, made from the script at http://open.bsd.ltMichael Shalayeff
2002-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright
2002-03-30fix two evil bugs:Michael Shalayeff
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
2002-03-16skip absent screens; from leonardo@cefetpr.brMichael Shalayeff
2002-03-14initialized data cannot be common, dunno how it compiled beforeMichael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-16Add a sun keyboard typeJason Wright
2002-01-11Get order of operations correct so that we clear the wsmux array andJason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
2001-12-01change to WSEMUL_NO_DUMBTheo de Raadt
2001-11-26allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee>Michael Shalayeff
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-30do not allow setting autorepeat delays causing zero timeouts later.Michael Shalayeff
2001-10-25If the console keyboard goes away, reinit wskbd_console_device.Dale Rahn
2001-10-04supply entropy from hereMichael Shalayeff
2001-09-30add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin <...Michael Shalayeff
2001-09-26Connect USB keyboards to the display after attaching, no longer requiringjoshua stein
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-04.ua keyboard; from Igor Grabin <violent@death.kiev.ua>Michael Shalayeff
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
2001-08-14One char was wrong. -mojMats O Jansson
2001-08-14Allow latin-1 chars. -mojMats O Jansson
2001-08-14add missing latin-1 chars. -mojMats O Jansson
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie
2001-06-29implement get/set screen ioctls to fetch configured screen listMichael Shalayeff
2001-06-13add portuguese kbd map; from pmsac <pmsac@netcabo.pt>Michael Shalayeff
2001-06-11good when it compilesMichael Shalayeff
2001-06-11follow x11 behaviour wrt caps^shift, even i like it this way, but deraadtifiedMichael Shalayeff
2001-06-09Set sc_dying in wskbd_detach, otherwise it's pointless.Aaron Campbell