summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
2000-05-29Fix the TAB not cause scrolling when entered at the end of the last line.Andrey A. Chernov
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-05-08Added PC-98 supports.Yoshihiro Takahashi
2000-05-01Add $FreeBSD$Peter Wemm
2000-05-01Back out t_timeout initializing, now in ttyregisterAndrey A. Chernov
2000-05-01Initialize t_timeout to -1 for console to set its default value once in ttyopenAndrey A. Chernov
2000-04-29Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp
2000-04-27Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi
2000-04-25More machdep/random.h -> sys/random.h fixes.Boris Popov
2000-04-24* Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien
2000-04-03Unbreak LINT.Kazutaka YOKOTA
2000-03-31- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA
2000-03-20White-space-only change. The file originally had screwed indentation.Kazutaka YOKOTA
2000-03-18- Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA
2000-02-11- Don't reset text colors when changing the video mode.Kazutaka YOKOTA
2000-02-11- Fix text cursor logic so that multiple instances of the "normal" cursorKazutaka YOKOTA
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-24Fix a bug exposed by the previous commit. Do not use scp->font_size,Kazutaka YOKOTA
2000-01-20Unconditionally define sc_paste().Kazutaka YOKOTA
2000-01-20Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA
2000-01-12Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA
2000-01-11Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA
1999-12-13- Remember the keyboard repeat delay and rate.Kazutaka YOKOTA
1999-12-10Fix memory leak.Kazutaka YOKOTA
1999-12-10Add "panic key" function to syscons. When this key is defined in aKazutaka YOKOTA
1999-12-06Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA
1999-12-05Fix cursor position calculation.Kazutaka YOKOTA
1999-11-28- Fail VT switching when the controlling program, such as theKazutaka YOKOTA
1999-11-09Correctly record the mouse position in the current VTY.Kazutaka YOKOTA
1999-11-08- Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA
1999-11-08- Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA
1999-11-02Change isspace() macro name to avoid conflict.Archie Cobbs
1999-10-06- Remove cdevsw_add().Kazutaka YOKOTA
1999-10-02Add the apm_saver syscons screen saver module.Nick Sayer
1999-09-28Introduce ttyread() and ttywrite() which do the canonical thing.Poul-Henning Kamp
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-09-25This patch clears the way for removing a number of tty relatedPoul-Henning Kamp
1999-09-19- Hang the scr_stat struct from dev_t.Kazutaka YOKOTA
1999-09-19- Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA
1999-09-02Enable ioctls to manipulate color palette. They have been implemented,Kazutaka YOKOTA
1999-08-30s/si_tty_tty/si_tty/gPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-27- Retain the previous vty and history buffers when setting upKazutaka YOKOTA
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-08-21Implement a new generic mechanism for attaching handler functions toMike Smith
1999-08-20First small steps at merging DEVFS and PHK's Dev_t stuff.Julian Elischer
1999-08-17Wrap two declarations that are only used in an #ifdef in their own #ifdef.Bill Fumerola
1999-08-13Fix a warning on the alpha.Dmitrij Tejblum