Age | Commit message (Expand) | Author |
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 |
2007-05-08 | add swapxy, resx and resy to struct wsmouse_calibcoords, | Robert Nagy |
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-25 | POLLERR is the correct return code for poll errors | Ted Unangst |
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 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-01-07 | Some dynamically allocated elements are not considered of vital importance | Miod Vallat |
2007-01-07 | Change allocations to M_NOWAIT in attach methods, and return NULL if they fail. | Miod Vallat |
2007-01-07 | In wsscreen_attach(), allow wsemul->attach to fail (returning NULL) if the | Miod Vallat |
2006-12-17 | More leftovers from rcons. | Miod Vallat |
2006-12-17 | When processing a compose sequence of a dead accent and the spacebar, put | Miod Vallat |
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 |