summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* Make kqueue(2) work for virtual terminals.kbyanc2002-10-171-1/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-5/+5
* Don't use "NULL" when "0" is really meant.archie2002-08-211-1/+1
* 1. Allow information about current history size be retrieved using ioctl(2);sobomax2002-08-191-5/+44
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. Somethingdd2002-07-101-0/+14
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)alfred2002-06-061-1/+1
* When a program launched on the local console exits, the shell willmux2002-05-041-1/+2
* Turn on TGA support.obrien2002-04-131-2/+2
* remove blanktime sysctl, this can't be done as easily as it looks.alfred2002-04-051-2/+0
* Add some functionality via sysctl to syscons.alfred2002-04-051-1/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-161-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Some fix for the recent apm module changes.iwasaki2001-11-011-11/+3
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
* Enable console. There are far too many 'ifdef __i386__' in this file.dfr2001-10-061-7/+7
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,rwatson2001-09-261-2/+3
* KSE Milestone 2julian2001-09-121-17/+17
* Don't call wakeup() while we are in DDB. The patch wasyokota2001-08-071-3/+16
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanyokota2001-08-021-28/+28
* Refine cursor type/shape control escape sequences andyokota2001-08-021-51/+113
* Fix grammar nit.dd2001-08-011-1/+1
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptyokota2001-07-221-5/+5
* Define a couple of subroutines to replace duplicated common code. Youyokota2001-07-201-65/+59
* - Define a convenience macro ISTTYOPEN().yokota2001-07-121-21/+28
* Fix dependencies between kernel options:yokota2001-07-101-5/+2
* 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
OpenPOWER on IntegriCloud