Age | Commit message (Expand) | Author |
2009-12-25 | A couple more device types. | Miod Vallat |
2009-12-10 | a few sizeof(array)/sizeof(array[0]) -> nitems(array) conversions found while | Owain Ainsworth |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | KNOTE() after selwakeup(); ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2009-09-21 | Document a private ioctl range for wscons drivers (from Miod). Therefore | Marcus Glocker |
2009-09-14 | Correctly empty the tty rings in wsdisplaystart() if the display is | Miod Vallat |
2009-09-05 | Buglet crept in. | Miod Vallat |
2009-09-05 | Check the return value of all emulops in the emulation code, and abort | Miod Vallat |
2009-09-05 | Make the output() wsemul_op return the number of characters processed and | Miod Vallat |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Rework internal interfaces in the wsdisplay emulation code to prepare for | Miod Vallat |
2009-07-03 | Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer. | Mark Kettenis |
2009-06-03 | Define a wsdisplay type for gfxp(4). | Mark Kettenis |
2009-06-02 | Define a proper wsdisplay type for machfb(4). | Mark Kettenis |
2009-05-31 | The wsmouse support code has been written for pcvt long ago, then lifted | Miod Vallat |
2009-05-31 | Do not access sc_scr[-1] from the wsmoused-related code if | Miod Vallat |
2009-05-31 | Make sure wsdisplay_kbdholdscreen() checks whether the screen has a tty | Miod Vallat |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat |
2009-05-09 | Initial console device driver for USB displays based on the DisplayLink | Marcus Glocker |
2009-05-06 | When computing output result for jump scroll purposes, do not count LF | Miod Vallat |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-12 | Recognize CAN and SUB control characters, and cancel any current escape | Miod Vallat |
2009-01-11 | WSDISPLAY_COMPAT_RAWKBD support for sun serial keyboards (zskbd, comkbd). | Miod Vallat |
2009-01-10 | Do not compile in wsdisplay_emulinput() if WSEMUL_NO_VT100 is #defined. | Miod Vallat |
2009-01-10 | When switching from emulation mode to mapped mode (i.e. X starts), it is not | Miod Vallat |
2008-12-29 | Give ifb its own display type (be sure to make includes before rebuilding | Miod Vallat |
2008-12-21 | on i386 and amd64, let ctrl-alt-delete let you enter ddb if ddb.console=1 | David Gwynne |
2008-10-06 | Add missing checks for sc_focus being NULL. Found the hard way by | Miod Vallat |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-08-24 | Define a proper wsdisplay type for legss(4). | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-07 | Since wsmux is currently designed to act as a N inputs : 1 output device, | Miod Vallat |
2008-06-07 | Do not stupidly dereference NULL in wsmux_set_display() is invoked with NULL | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-11-27 | Remove whitespace at EOL, KNF, ansify. Move jump scroll code to a separate | Miod Vallat |
2007-11-27 | Add display type for SGI GBE. | Joel Sing |
2007-11-26 | Constify the output of the emulops translate() function, as well as the | Miod Vallat |
2007-11-25 | Ask the emulation code to hide the cursor when leaving emulation mode. This | Miod Vallat |
2007-11-24 | typo | Miod Vallat |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-09-01 | - Add bthidev(4), from NetBSD. | Xavier Santolaria |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-06-02 | little fixes to get hotkeys working again. from alexey vatchenko | Ted Unangst |
2007-05-31 | switch wskbd hotkeys over to workq. this eliminates quite a bit of code, | Ted Unangst |
2007-05-14 | wsmouse.h is needed for the NWSMOUSE test to actually work | Ted Unangst |