Age | Commit message (Expand) | Author |
2001-04-18 | Oops -- adjust the comment as well. | Aaron Campbell |
2001-04-18 | Set the default bell pitch to 400, like X. | Aaron Campbell |
2001-04-17 | During a mouse motion event, inverse the new mouse position first, then the | Aaron Campbell |
2001-04-17 | Implement cnbell(), an optional entrypoint that rings the console bell; from | Aaron Campbell |
2001-04-16 | Don't remove the mouse cursor when output occurs on a virtual terminal different | jbm |
2001-04-14 | KNF | Aaron Campbell |
2001-04-14 | Remove non-portable sysbeep calls; deraadt@ | Aaron Campbell |
2001-04-14 | Remove some static. | Aaron Campbell |
2001-04-14 | Kernel support for console mouse functionality which will be controlled by | Aaron Campbell |
2001-04-09 | Honor the db_console sysctl variable, like PCVT did. | Aaron Campbell |
2001-03-30 | Add a new wsmuxop, dissetdisplay, which wsmux uses to disocver whether a mux | Aaron Campbell |
2001-03-14 | Back out order change in conf.c and priority change in wscons_machdep.c | Todd C. Miller |
2001-03-14 | allow listing and soon deleting fonts; aaron@ ok | Michael Shalayeff |
2001-03-09 | Add Belgian keymap for wscons; addresses PR/1592 from TDeval@PrimeOBJ.COM. | Aaron Campbell |
2001-03-08 | Make struct wscons_keydesc public. To make it possible for kbd(1) to | Mats O Jansson |
2001-03-07 | C requires labels to be followed by statements; from NetBSD. | Aaron Campbell |
2001-03-07 | Instead of panic'ing when an ESC is found in kernel output, print a warning | Aaron Campbell |
2001-03-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller |
2001-03-03 | complete wscons support for abd keyboard. -moj ok @deraadt | Mats O Jansson |
2001-03-01 | Wrap KS_Cmd_KbdReset in #ifdef __i386__ for now; politely pointed to this by | Aaron Campbell |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-03-01 | Add CTRL-ALT-DEL machine reset support, like PCVT had, enabled by the | Aaron Campbell |
2001-02-28 | Add ability to get display width in bytes for display memory, this | Dale Rahn |
2001-02-25 | Add wscons_machdep.c which is a constab-style wrapper driver for wscons on | Aaron Campbell |
2001-02-20 | default to kernel messages blue | Theo de Raadt |
2001-02-18 | Fix an uninitialized variable which could cause corruption of the user | Aaron Campbell |
2001-02-13 | default more wscons options | Theo de Raadt |
2001-02-11 | $OpenBSD$ | Federico G. Schwindt |
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell |
2001-02-11 | Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behavior | Federico G. Schwindt |
2001-02-10 | sync w/ netbsd; aaron@ ok | Michael Shalayeff |
2001-02-09 | Fix an uninitialized variable. | Aaron Campbell |
2001-02-08 | Cause keypresses to reset the screen in case we are in scrollback (previously | Aaron Campbell |
2001-02-05 | WSMOUSEIO_SRES, WSMOUSEIO_SSCALE and WSMOUSEIO_SRATE are _IOW(), not _IOR() | Matthieu Herrb |
2001-02-02 | Fix an uninitialized variable; henric@aimnet.com | Aaron Campbell |
2001-02-01 | Fix the wsmux_setmax() function. By the time wsmuxattach() runs (through hook | Aaron Campbell |
2001-01-31 | OpenBSD does have paddr_t, I can't explain why I thought it didn't; art@ | Aaron Campbell |
2001-01-31 | Some int -> u_long (I incorrectly converted paddr_t to int when porting this). | Aaron Campbell |
2001-01-30 | Pass the correct MUX type to wsmux_attach_sc(). | Aaron Campbell |
2001-01-30 | - Add some checks for (sc != NULL). Missed by me previously. Fixes boot -c. | Aaron Campbell |
2001-01-30 | WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn't | Aaron Campbell |
2001-01-19 | as the rest of our systems, make the most common key return ^? not ^H; agreed... | Theo de Raadt |
2000-11-24 | Better key repeat logic. When we're in repeat mode, with the exception of | Aaron Campbell |
2000-11-23 | Make wsdisplaystart() a bit more like PCVT's pcstart() to avoid tty races when | Aaron Campbell |
2000-11-15 | Make sure not to null deref the function pointer for the scrollback accessop | Aaron Campbell |
2000-11-15 | Support console scrollback in wscons through a new "scrollback" accessop that | Aaron Campbell |
2000-11-15 | Add two command definitions for wscons scrollback support and link them to | Aaron Campbell |
2000-11-15 | Brown is ugly. | Aaron Campbell |
2000-11-13 | Make this compile under OpenBSD. | Aaron Campbell |
2000-09-06 | Add support for smaller font, default 23point font is too large for 800x600 | Dale S. Rahn |