Age | Commit message (Expand) | Author |
2001-08-07 | tag fixes; Denis Afonin <dfa@solo.ee> | Jason Wright |
2001-07-30 | Change: | Artur Grabowski |
2001-07-23 | reorder operations a bit for st16550{v2}, xr16850, ti16750: | Jason Wright |
2001-07-04 | Make preprocessor happier, don't give it untasty tokens at end of input. | Marc Espie |
2001-06-25 | cold is in systm now | Michael Shalayeff |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-29 | remove this used to be great console driver; x11 builds w/o it all fine; aaro... | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-04-09 | Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@ | Thorsten Lockert |
2001-03-15 | support puc devices with higher speeds (not tested yet) | Theo de Raadt |
2001-02-21 | Remove old (non-wsmouse) pms driver. aaron@ ok. | jbm |
2001-02-20 | Import of wsmouse-compatible lms and mms drivers from NetBSD. | jbm |
2001-02-20 | Remove old (non wsmouse) lms and mms drivers. Remove the commented olms and | jbm |
2001-02-19 | Avoid losing rtc after suspend/resume on some laptops. Ok provos@ | Hakan Olsson |
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson |
2001-01-31 | still need pcvt files to build X, for now | Theo de Raadt |
2001-01-24 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham |
2001-01-22 | keyboard led update lockup patch; pr 1432, smat@acm.org | Theo de Raadt |
2000-12-21 | People have difficulty spelling 'initial' and derivatives thereof (too many | Aaron Campbell |
2000-12-19 | This fixes keyboard lock-ups I was getting wiggling the mouse in | Constantine Sapuntzakis |
2000-12-10 | new file; smat@acm.org | Theo de Raadt |
2000-12-10 | more keycaps for jp106 keyboards -- gotta get myself one of these weird contr... | Theo de Raadt |
2000-12-10 | jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt |
2000-12-10 | iso8859 font; smat@acm.org | Theo de Raadt |
2000-12-10 | new swiss keyboard maps; smat@acm.org | Theo de Raadt |
2000-12-10 | fix norway section; johs@copyleft.no | Theo de Raadt |
2000-12-07 | fix various perror() that were buf oflows | Theo de Raadt |
2000-11-23 | ttyC? with one max letter after ttyC | Theo de Raadt |
2000-11-13 | Address the i8042 keyboard controller registers as offsets from IO_KBD; from | Aaron Campbell |
2000-11-08 | Use netisr_dispatch.h | Artur Grabowski |
2000-10-26 | Remove the notion of "Copybuffer ownership" now that copybuffer contents are | Aaron Campbell |
2000-10-25 | Wrap PCVT mouse operations in spltty(); deraadt@ ok | Aaron Campbell |
2000-10-16 | Make doubly sure we scroll up if we've passed the last row on the screen. | Aaron Campbell |
2000-10-16 | Initialize mouse_flags during the coldinit stage. | Aaron Campbell |
2000-10-16 | Restore conversion to new timeouts (art@'s previous commit). They were | Aaron Campbell |
2000-10-11 | Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback in | Aaron Campbell |
2000-10-11 | Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DN | Aaron Campbell |
2000-10-07 | - Add console/X mouse transparency, so you don't have to kill moused to run X. | Aaron Campbell |
2000-10-05 | Many fixups and corrections, a bit more needed though. | Aaron Campbell |
2000-09-28 | Make mouse support friendly with non-25line mode. Thanks mickey@ for reporting | Aaron Campbell |
2000-09-28 | Make sure a Copybuffer has been allocated successfully before we start doing | Aaron Campbell |
2000-09-22 | - Introduce character classes into the console mouse functionality. Lifted from | Aaron Campbell |
2000-09-21 | oops forgot the other case in the pmsintr for add_mouse_randomness() call | Michael Shalayeff |
2000-09-11 | PCVT_EMU_MOUSE is gone; todd@ | Aaron Campbell |
2000-09-04 | - Changes to mouse_copy_extend() to behave more like an xterm. | Aaron Campbell |
2000-09-01 | Kernel support for new PCVT console mouse features. | Aaron Campbell |
2000-08-16 | morth to use new timeouts | Michael Shalayeff |
2000-07-19 | new timeouts; tested | Michael Shalayeff |