aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* 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-133-5/+13
* 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-012-3/+3
* Remote newly unused variable to unbreak LINT.Brooks Davis2002-03-251-1/+1
* Add new graphical screen saver (dragon_saver).Akio Morita2002-03-235-90/+490
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev2002-03-161-0/+1
* Fixed compilation warnings.Ruslan Ermilov2002-03-061-0/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Lock struct pgrp, session and sigio.Seigo Tanimura2002-02-231-3/+20
* Spell #if 0 correctlyAndrew Gallatin2002-02-141-2/+2
* In the word selection mode don't append newline if the word ends at theMaxim Sobolev2002-01-051-0/+4
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doubleMaxim Sobolev2001-11-251-0/+4
* More drive-by stylification, and some clarificationsDag-Erling Smørgrav2001-11-061-10/+16
* More drive-by stylificationDag-Erling Smørgrav2001-11-061-4/+4
* Drive-by stylification + reintroduce set_border().Dag-Erling Smørgrav2001-11-063-211/+218
* Some fix for the recent apm module changes.Mitsuru IWASAKI2001-11-011-11/+3
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-011-711/+163
* 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
* Introduce new syscons(4) kernel options:Maxim Sobolev2001-09-211-100/+91
* KSE Milestone 2Julian Elischer2001-09-128-35/+35
* Fix some malformed macro concatenation that gcc-3 has objections about.Peter Wemm2001-09-101-4/+4
* repo-copy the source files from modules/syscons to the normal treePeter Wemm2001-08-092-5/+13
* 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
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-021-0/+5
* Refine cursor type/shape control escape sequences andKazutaka YOKOTA2001-08-025-111/+215
* Fix grammar nit.Dima Dorfman2001-08-011-1/+1
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Fix off by one error for ESC[1J.Kazutaka YOKOTA2001-07-201-1/+1
* 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-105-17/+26
* Call ttymalloc() when sysmouse is opened, rather thanKazutaka YOKOTA2001-07-061-1/+1
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-302-13/+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
* Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-292-3/+6
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-135-19/+13
* Make the beep duration independent of HZ.Poul-Henning Kamp2001-05-282-2/+3
* In the VIRTUAL_TTY macro, add a check to make sure that the result ofDima Dorfman2001-05-271-1/+2
* Add a CONS_CLRHIST ioctl which instructs syscons to clear the historyDima Dorfman2001-05-271-0/+6
* Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, itNik Clayton2001-05-181-0/+18