| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-12-04 | Simply entries added in previous. | gmcgarry | |
| 2001-12-02 | Add identifiers for HP devices. | gmcgarry | |
| 2001-12-02 | Revert previous; the _e003U definition is used elsewhere. | ross | |
| 2001-12-01 | On a VT100, the "scanline 5" character is also used for box drawing, so | bjh21 | |
| represent it as U+2500 (BOX DRAWINGS LIGHT HORIZONTAL). This makes NetHack DECgraphics mode work properly on a wscons console using an IBM-encoded font. | |||
| 2001-11-28 | - convert usage of "defopt" to "defflag" where the relevant option does | lukem | |
| not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups | |||
| 2001-11-22 | Add some DIAGNOSTIC tests. | augustss | |
| 2001-11-22 | Close multiplxees BEFORE removing the event variable they are | augustss | |
| using (an interrupt at the wrong point caused disaster). | |||
| 2001-11-20 | - replace "defopt" with "defparam" for options which must take a value, | lukem | |
| as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h | |||
| 2001-11-19 | Injecting events into a mux that is not open is not an error. | augustss | |
| 2001-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem | |
| 2001-11-13 | add/cleanup RCSIDs | lukem | |
| 2001-11-11 | Add polish keyboard map, from Dawid Szyma_ski <dawszy@netbsd.lubin.pl>. | martin | |
| 2001-11-10 | Make wsdisplay_set_console_kbd() a little less twisted. | augustss | |
| 2001-11-07 | Ad a debug message. (With { } this time.) | augustss | |
| 2001-11-07 | Have necessary braces. | enami | |
| 2001-11-07 | Improve diagniostic message. | augustss | |
| 2001-11-05 | Fix typo in comment. | enami | |
| 2001-11-02 | Improve debug messages a little. | augustss | |
| 2001-10-29 | Inject events in the right place in the buffer. | augustss | |
| 2001-10-28 | Put in some tests to see if the input source is NULL before using it. | augustss | |
| Suggested by Havard Eidnes <he@netbsd.org>. | |||
| 2001-10-27 | Cosmetics. | augustss | |
| 2001-10-27 | Cosmetics. | augustss | |
| 2001-10-27 | Don't enable/disable kbds that belong to a display; they are always enabled. | augustss | |
| 2001-10-27 | Having a display does not preclude the mux from being open. | augustss | |
| 2001-10-26 | Compare against coreect value to determine if we belong to a mux. | augustss | |
| 2001-10-26 | Remove TODO list. | augustss | |
| 2001-10-26 | Small rearrangement and more error checking. | augustss | |
| 2001-10-26 | Change a debug message. | augustss | |
| 2001-10-25 | Change back to have a wseventvar in the softc for event sources. This | augustss | |
| way the effect of FIOASYNC survives close()/open(). Later versions of XFree86 relies on this bug/feature. Also add some more debug stuff. | |||
| 2001-10-25 | make this compile without WSDISPLAY_COMPAT_RAWKBD. | shin | |
| 2001-10-24 | Clear wskbd_console_device when console keyboard is detached. | augustss | |
| 2001-10-24 | Major rototilling of the wsmux code. No user visible changes (except that | augustss | |
| many bugs have been fixed). Changes: The wskbd, wsmouse, and wsmux are now "sub-classes" of wsevsrc, which is a source of ws events. This make the structure of those drivers a little more uniform. Many bug fixes involving adding and removing devices from muxes. When a kernel is configured without wsmux there will now be none (unlike before where you got a console mux anyway). The kernel now compiles with all combinations of ws devices present. | |||
| 2001-10-21 | Wrap ifdef's cleaner so wsmouse_[add|rem]_mux only get pulled in if NWSMUX > 0. | jmc | |
| 2001-10-15 | Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252. | augustss | |
| This is only a stop gap measure until the real wsmux changed get in. | |||
| 2001-10-14 | Fix a pasto in the last revision. | veego | |
| 2001-10-13 | Allow for control devices (minor+128) to make it possible to manipulate | augustss | |
| muxes that are in use. Create muxes on demand. | |||
| 2001-10-13 | Fix a pasto. | augustss | |
| 2001-10-13 | Fix a (very old) pasto. | augustss | |
| 2001-10-13 | Use memset(), not bzero(). | augustss | |
| 2001-10-13 | ANSIfy. | augustss | |
| 2001-10-13 | Two changes to the wsmux code: | augustss | |
| * Allow the wsmux used by wsdisplay for the keyboard(s) to be explicitely specified with the kbdmux locator. * Allow keyboards and mice that have a mux to be opened in the regular way. These changes should be totally backwards compatible. | |||
| 2001-10-05 | Stop wscons from conflicting with rcons. | eeh | |
| 2001-10-02 | Add a WSKBD_TYPE_ADB for Macs. | mycroft | |
| 2001-09-26 | wskbd_rawinput: check sc->sc_displaydv before calling wsdisplay_kbdinput. | matthias | |
| 2001-09-18 | Get/set keyclick volume. | ad | |
| 2001-09-04 | add encoding for ISO-2 | drochner | |
| 2001-08-05 | introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB) | jdolecek | |
| and keymap size (WSKBDIO_MAXMAPLEN - 64KB) | |||
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem | |
| 2001-05-30 | use _KERNEL_OPT | mrg | |
| 2001-05-18 | do this console device lookup thing the right way this time | drochner | |
| (This "dev" argument to the console functions is nonsense - nothing should depend on it.) | |||
