Age | Commit message (Expand) | Author |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat |
2006-12-02 | Use a better strategy to make the mouse pointer visible in inverse_char(); | Miod Vallat |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | 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 an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-27 | commit vesabios for matthieu@ | Gordon Willem Klok |
2006-11-01 | poll errors should be POLLERR, not some random E value | Ted Unangst |
2006-10-19 | Fix hopefully the last wscons jump scrolling glitch, which can occur | Dimitry Andric |
2006-10-16 | Fix some more "is is"s. ok otto@. | Tom Cosgrove |
2006-10-09 | Fix jump scroll glitch, reported by dim@ and Paul Stoeber. | Miod Vallat |
2006-08-17 | Jump scroll support for vt100 and sun wscons emulations, helps macppc and | Miod Vallat |
2006-08-14 | Really do what I intended on SMALL_KERNEL configurations. | Miod Vallat |
2006-08-14 | Add an attribute to the keyboard devices which can produce the keys the | Miod Vallat |
2006-08-06 | Convert the Sony wsfonts to ISO-Latin1 encoding, and drop the Sony encoding | Miod Vallat |
2006-08-06 | Time for rcons code to retire. | Miod Vallat |
2006-08-06 | Do not try and mate wskbd0 and wsdisplay0 if there is now wsdisplay in the | Miod Vallat |
2006-08-05 | Oops, forgot these changes. | Miod Vallat |
2006-08-05 | On platforms which do not use wsmux (because they can't have more than one | Miod Vallat |
2006-08-01 | Avoid a few NULL dereferences, and boot -c works on vax with glass console. | Miod Vallat |
2006-07-31 | Kill autorepeat on ``all keys up'' event. | Miod Vallat |
2006-07-29 | Do not fail KDENABIO and KDDISABIO ioctls on non-i386 platforms, this allows | Miod Vallat |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat |
2006-07-20 | latvian kbd map; from Martynas Venckus <lab@plius.net> | Michael Shalayeff |
2006-07-11 | Compile out syncops support unless option WSDISPLAY_COMPAT_USL | Miod Vallat |
2006-07-06 | acquiration -> acquisition (so that eyes stop bleeding) | Miod Vallat |
2006-07-01 | Make sure the color selection escape sequences use black for 0 and white for 7, | Miod Vallat |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-06-30 | Make routines which may set PSL_IOPL consistent wrt the securelevel for | Miod Vallat |
2006-06-29 | No need to keep specific variables for the kernel messages colors on sun | Miod Vallat |
2006-05-29 | Add support for the audio volume keys found on many laptops' builtin | Miod Vallat |
2006-05-19 | Add the missing Latin-2 glyphs, not used yet. | Miod Vallat |
2006-04-28 | In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctl | Miod Vallat |
2006-04-16 | Preliminary driver for the Colorgraphic VoyagerVGA pcmcia frame buffer; | Miod Vallat |
2006-04-16 | Allow a non-console wsdisplay to be detached if necessary. | Miod Vallat |
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat |
2006-03-15 | Correct checks against cd_ndevs - valid numbers are strictly inferior to | Miod Vallat |
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat |
2006-02-12 | Remove dead sysbeep driver and unused sysbeep() routine. No functional change. | Miod Vallat |
2006-01-09 | Introduce a wsdisplay type for mac68k frame buffers; we might need to become | Miod Vallat |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
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-07-08 | Fix mismatched brace and compile when NWSMUX and NWSDISPLAY not defined. | Marco S Hyman |
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 |