summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-301-12/+0
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeyokota2001-06-291-1/+1
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofdd2001-05-271-1/+2
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itnik2001-05-181-0/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-9/+11
* Change the pfind() and zpfind() functions to lock the process that theyjhb2001-04-241-3/+19
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Don't require that mouse cursor must be visible before mouse paste.ache2001-03-121-13/+6
* Implement keyboard pasteache2001-03-111-0/+11
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+4
* Fix longstanding mouse cursor bug: blinking and eating all CPU while near textache2001-03-061-0/+1
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-191-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+3
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+12
* Make it possible to pass boot()'s flags to shutdown_nice() so that themsmith2000-08-311-1/+1
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-251-2/+1
* Don't break the ability to debug the kernel when gathering entropy.markm2000-07-161-1/+2
* Add entropy-harvesting calls.markm2000-07-091-0/+4
* Remove old entropy-harvesting hooks; this is going to be re-engineeredmarkm2000-06-251-7/+0
* Back out t_timeout initializing, now in ttyregisterache2000-05-011-1/+0
* Initialize t_timeout to -1 for console to set its default value once in ttyopenache2000-05-011-0/+1
* * Use sys/sys/random.h rather than a i386 specific one.obrien2000-04-241-1/+1
* Unbreak LINT.yokota2000-04-031-1/+1
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-311-53/+43
* - Fix text cursor logic so that multiple instances of the "normal" cursoryokota2000-02-111-3/+5
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-4/+0
* Unconditionally define sc_paste().yokota2000-01-201-2/+0
* Fix wrong usage of FONT_NONE. It was not meant to be set inyokota2000-01-201-1/+1
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-917/+282
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-111-27/+28
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-0/+1
* Add "panic key" function to syscons. When this key is defined in ayokota1999-12-101-0/+10
* Fix cursor position calculation.yokota1999-12-051-1/+2
* - Fail VT switching when the controlling program, such as theyokota1999-11-281-4/+4
* - Remove cdevsw_add().yokota1999-10-061-7/+0
* Introduce ttyread() and ttywrite() which do the canonical thing.phk1999-09-281-12/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-6/+1
* This patch clears the way for removing a number of tty relatedphk1999-09-251-9/+3
* - Hang the scr_stat struct from dev_t.yokota1999-09-191-99/+78
* s/si_tty_tty/si_tty/gphk1999-08-301-10/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+6
* Wrap two declarations that are only used in an #ifdef in their own #ifdef.billf1999-08-171-1/+5
* Fix a warning on the alpha.dt1999-08-131-3/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* register tty devices so they will look right in pstat.phk1999-08-081-61/+26
* - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
OpenPOWER on IntegriCloud