summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
AgeCommit message (Expand)Author
2001-04-09Add emulation of Linux features to procfs; mostly from NetBSD. ok deraadt@Thorsten Lockert
2001-03-15support puc devices with higher speeds (not tested yet)Theo de Raadt
2001-02-21Remove old (non-wsmouse) pms driver. aaron@ ok.jbm
2001-02-20Import of wsmouse-compatible lms and mms drivers from NetBSD.jbm
2001-02-20Remove old (non wsmouse) lms and mms drivers. Remove the commented olms andjbm
2001-02-19Avoid losing rtc after suspend/resume on some laptops. Ok provos@Hakan Olsson
2001-02-13rtc stops if we miss interrupts. Inspired by code from FreeBSD.Hakan Olsson
2001-01-31still need pcvt files to build X, for nowTheo de Raadt
2001-01-24KGDB for i386 from NetBSD via niklas, with tweaks and accommodations.Hugh Graham
2001-01-22keyboard led update lockup patch; pr 1432, smat@acm.orgTheo de Raadt
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
2000-12-19This fixes keyboard lock-ups I was getting wiggling the mouse inConstantine Sapuntzakis
2000-12-10new file; smat@acm.orgTheo de Raadt
2000-12-10more keycaps for jp106 keyboards -- gotta get myself one of these weird contr...Theo de Raadt
2000-12-10jp106 keycap; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-12-10iso8859 font; smat@acm.orgTheo de Raadt
2000-12-10new swiss keyboard maps; smat@acm.orgTheo de Raadt
2000-12-10fix norway section; johs@copyleft.noTheo de Raadt
2000-12-07fix various perror() that were buf oflowsTheo de Raadt
2000-11-23ttyC? with one max letter after ttyCTheo de Raadt
2000-11-13Address the i8042 keyboard controller registers as offsets from IO_KBD; fromAaron Campbell
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-10-26Remove the notion of "Copybuffer ownership" now that copybuffer contents areAaron Campbell
2000-10-25Wrap PCVT mouse operations in spltty(); deraadt@ okAaron Campbell
2000-10-16Make doubly sure we scroll up if we've passed the last row on the screen.Aaron Campbell
2000-10-16Initialize mouse_flags during the coldinit stage.Aaron Campbell
2000-10-16Restore conversion to new timeouts (art@'s previous commit). They wereAaron Campbell
2000-10-11Now you can use both left and right SHIFT keys with PGUP/PGDN to scrollback inAaron Campbell
2000-10-11Fix a bogus scan code in pcvt_kbd.h that was preventing the RIGHT_SHIFT+PGUP/DNAaron Campbell
2000-10-07- Add console/X mouse transparency, so you don't have to kill moused to run X.Aaron Campbell
2000-10-05Many fixups and corrections, a bit more needed though.Aaron Campbell
2000-09-28Make mouse support friendly with non-25line mode. Thanks mickey@ for reportingAaron Campbell
2000-09-28Make sure a Copybuffer has been allocated successfully before we start doingAaron Campbell
2000-09-22- Introduce character classes into the console mouse functionality. Lifted fromAaron Campbell
2000-09-21oops forgot the other case in the pmsintr for add_mouse_randomness() callMichael Shalayeff
2000-09-11PCVT_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-01Kernel support for new PCVT console mouse features.Aaron Campbell
2000-08-16morth to use new timeoutsMichael Shalayeff
2000-07-19new timeouts; testedMichael Shalayeff
2000-07-19Use t_rstrt_to for ttrstrt timeout.Artur Grabowski
2000-07-19Use new timeouts for the led intr timeout.Artur Grabowski
2000-07-19Convert to use new timeouts.Artur Grabowski
2000-07-06Don't include <vm/vm.h> twice. (art@ ok)Hakan Olsson
2000-07-05Sigh, scrr_len represents the length of the scrolling region, not the end ofAaron Campbell
2000-06-30My previous two attempts at fixing the "scrolling region" problem were wrong.Aaron Campbell
2000-06-11Better fix for the scrolling region problem. Fixes PR/1271.Aaron Campbell
2000-06-08Add explicit inclusions of signalvar.h to files actually using syms definedNiklas Hallqvist
2000-06-04Only scroll up if we've hit the bottom of the scrolling region, not if we'reAaron Campbell
2000-05-31Sigh... Fix a stupid bug wrt reverse video attributes (when using the newerAaron Campbell