summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2004-11-05Better granularity between wsmouse support and wsmoused support, as oneMiod Vallat
2004-11-04Only compile the mouse pasting code if wsmouse is configured in the kernel;Miod Vallat
2004-09-21Do not retrigger the screen blanker if one change its settings throughMiod Vallat
2004-03-09Allow the screen blanker to be disabled; PR#3123Miod Vallat
2003-10-03Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need forMiod Vallat
2003-09-23Replace select backends with poll backends. selscan() and pollscan()Todd C. Miller
2003-02-23initialize errorTed Unangst
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-08-21Attach one screen resource, by default, to every wsdisplay device,Miod Vallat
2002-07-01repair burner after X, as seen on misc@; from grange@Michael Shalayeff
2002-06-08Disable the screen burner if it is enabled and X starts, and reinable uponDale Rahn
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-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright
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-14First round of __P removal in sysTodd C. Miller
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
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-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-08-29less definesMichael Shalayeff
2001-08-29make set/get screen work nowMichael Shalayeff
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-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-05-16it is not right to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-08inplement screen burner in screenblank(1) style (no program though).Michael Shalayeff
2001-05-01splhigh -> splttyAaron Campbell
2001-04-17During a mouse motion event, inverse the new mouse position first, then theAaron Campbell
2001-04-17Implement cnbell(), an optional entrypoint that rings the console bell; fromAaron Campbell
2001-04-16Don't remove the mouse cursor when output occurs on a virtual terminal differentjbm
2001-04-14KNFAaron Campbell
2001-04-14Remove non-portable sysbeep calls; deraadt@Aaron Campbell
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-03-14Back out order change in conf.c and priority change in wscons_machdep.cTodd C. Miller
2001-03-14allow listing and soon deleting fonts; aaron@ okMichael Shalayeff
2001-03-05Backs out changes to wsdisplay.c so alpha (and presumably others)Todd C. Miller
2001-03-01port kqueue changes from freebsd, plus all required openbsd glue.Niels Provos
2001-02-25Add wscons_machdep.c which is a constab-style wrapper driver for wscons onAaron Campbell
2001-02-11Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behaviorFederico G. Schwindt
2001-02-10sync w/ netbsd; aaron@ okMichael Shalayeff
2001-02-09Fix an uninitialized variable.Aaron Campbell
2001-02-08Cause keypresses to reset the screen in case we are in scrollback (previouslyAaron Campbell
2000-11-23Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races whenAaron Campbell
2000-11-15Make sure not to null deref the function pointer for the scrollback accessopAaron Campbell