summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* Trivial addition of __amd64__ to the ifdefs for platforms that usePeter Wemm2003-05-091-9/+9
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.John Baldwin2003-03-241-1/+1
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+11
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-6/+6
* When DDB is in the kernel, unlock VTY switching so that weMaxime Henrion2003-02-271-0/+4
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+2
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-4/+4
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.Olivier Houchard2003-02-201-1/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* Make kqueue(2) work for virtual terminals.Kelly Yancey2002-10-171-1/+2
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-5/+5
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-211-1/+1
* 1. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev2002-08-191-5/+44
* Add a VT_LOCKSWITCH ioctl that disallows vty switching. SomethingDima Dorfman2002-07-101-0/+14
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)Alfred Perlstein2002-06-061-1/+1
* When a program launched on the local console exits, the shell willMaxime Henrion2002-05-041-1/+2
* Turn on TGA support.David E. O'Brien2002-04-131-2/+2
* remove blanktime sysctl, this can't be done as easily as it looks.Alfred Perlstein2002-04-051-2/+0
* Add some functionality via sysctl to syscons.Alfred Perlstein2002-04-051-1/+8
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-11/+3
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-241-1/+1
* Enable console. There are far too many 'ifdef __i386__' in this file.Doug Rabson2001-10-061-7/+7
* o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,Robert Watson2001-09-261-2/+3
* KSE Milestone 2Julian Elischer2001-09-121-17/+17
* Don't call wakeup() while we are in DDB. The patch wasKazutaka YOKOTA2001-08-071-3/+16
* Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanKazutaka YOKOTA2001-08-021-28/+28
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-021-51/+113
* Fix grammar nit.Dima Dorfman2001-08-011-1/+1
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Define a couple of subroutines to replace duplicated common code. YouKazutaka YOKOTA2001-07-201-65/+59
* - Define a convenience macro ISTTYOPEN().Kazutaka YOKOTA2001-07-121-21/+28
* Fix dependencies between kernel options:Kazutaka YOKOTA2001-07-101-5/+2
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-301-12/+0
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.Kazutaka YOKOTA2001-06-301-0/+6
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-2/+2
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman2001-05-271-1/+2
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-181-0/+18
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-9/+11
* Change the pfind() and zpfind() functions to lock the process that theyJohn Baldwin2001-04-241-3/+19
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Don't require that mouse cursor must be visible before mouse paste.Andrey A. Chernov2001-03-121-13/+6
* Implement keyboard pasteAndrey A. Chernov2001-03-111-0/+11
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+4