Age | Commit message (Expand) | Author |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-07 | For unsupported (yet) Expert3D style frame buffers, attach pcons and attach | Miod Vallat |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-01-07 | In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if the | Miod Vallat |
2006-12-02 | Use a better strategy to make the mouse pointer visible in inverse_char(); | Miod Vallat |
2006-11-29 | No need to include pcdisplay.h here anymore. | Miod Vallat |
2006-11-29 | Change the getchar wsdisplay_accessops function to not return a | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2006-08-05 | On platforms which do not use wsmux (because they can't have more than one | Miod Vallat |
2006-07-11 | Compile out syncops support unless option WSDISPLAY_COMPAT_USL | Miod Vallat |
2006-04-16 | Allow a non-console wsdisplay to be detached if necessary. | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2005-11-05 | Check the screen number before using it as an index. | Uwe Stuehler |
2005-09-27 | More non-emulating wsdisplay tentacles removal. | Miod Vallat |
2005-08-20 | some wsdisplay devices don't have an input device attached. | Matthieu Herrb |
2005-08-14 | Honor (the lack of) FWRITE in the various ioctl routines; with input from | Miod Vallat |
2005-07-17 | Remove more non-emulating display code path and macros; no functional change. | Miod Vallat |
2005-06-02 | Remove non-emulating wsdisplays - nothing uses them. | Miod Vallat |
2005-06-02 | Do not compile scrollback support if option SMALL_KERNEL. | Miod Vallat |
2005-05-18 | Do not compile the screen burner code if SMALL_KERNEL, helps floppies. | Miod Vallat |
2005-05-15 | Partial sync to the NetBSD wscons code, bringing a better wsmux behaviour | Miod Vallat |
2004-11-05 | Better granularity between wsmouse support and wsmoused support, as one | Miod Vallat |
2004-11-04 | Only compile the mouse pasting code if wsmouse is configured in the kernel; | Miod Vallat |
2004-09-21 | Do not retrigger the screen blanker if one change its settings through | Miod Vallat |
2004-03-09 | Allow the screen blanker to be disabled; PR#3123 | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-02-23 | initialize error | Ted Unangst |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-08-21 | Attach one screen resource, by default, to every wsdisplay device, | Miod Vallat |
2002-07-01 | repair burner after X, as seen on misc@; from grange@ | Michael Shalayeff |
2002-06-08 | Disable the screen burner if it is enabled and X starts, and reinable upon | Dale Rahn |
2002-05-05 | fix panic triggered by using a 3.0 wsmoused on a 3.1 kernel, by | Matthieu Herrb |
2002-04-30 | charClass is const and kill lotsa spaces | Michael Shalayeff |
2002-04-30 | cdev_decl is done in conf.h, do not dupe here | Michael Shalayeff |
2002-03-31 | add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode is | Jason Wright |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm |
2002-03-16 | skip absent screens; from leonardo@cefetpr.br | Michael Shalayeff |
2002-03-14 | initialized data cannot be common, dunno how it compiled before | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2001-11-26 | allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-29 | less defines | Michael Shalayeff |
2001-08-29 | make set/get screen work now | Michael Shalayeff |