Age | Commit message (Expand) | Author |
2001-11-26 | allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff |
2001-11-01 | Change d_mmap in struct cdevsw from: | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-08-29 | less defines | Michael Shalayeff |
2001-08-29 | make set/get screen work now | Michael Shalayeff |
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie |
2001-06-29 | implement get/set screen ioctls to fetch configured screen list | Michael Shalayeff |
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-05-01 | splhigh -> spltty | 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 | Kernel support for console mouse functionality which will be controlled by | 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-05 | Backs out changes to wsdisplay.c so alpha (and presumably others) | Todd C. Miller |
2001-03-01 | port kqueue changes from freebsd, plus all required openbsd glue. | Niels Provos |
2001-02-25 | Add wscons_machdep.c which is a constab-style wrapper driver for wscons on | 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 |
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-08-01 | no cn_bell yet; bad mickey, try #2 | Michael Shalayeff |
2000-08-01 | no cn_bell yet; bad mickey | Michael Shalayeff |
2000-08-01 | update wscons, nothing serious, mostly api fixes for us; from netbsd through ... | Michael Shalayeff |
2000-07-19 | Use the generic t_rstrt_to for ttrstrt timeout, instead of the local solution. | Artur Grabowski |
2000-07-05 | new timeouts | Michael Shalayeff |
2000-05-16 | import newer wscons source from netbsd. | Michael Shalayeff |