summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
AgeCommit message (Expand)Author
2002-10-20Do not try to work around ``poor (un)sign extension code''Robert Drehmel
2002-10-17Make kqueue(2) work for virtual terminals.Kelly Yancey
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-08-22Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm
2002-08-21Don't use "NULL" when "0" is really meant.Archie Cobbs
2002-08-19de-count schistory.c. The handling of NSC was rather bogus here and wasPeter Wemm
2002-08-191. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev
2002-07-10Add a VT_LOCKSWITCH ioctl that disallows vty switching. SomethingDima Dorfman
2002-06-06Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)Alfred Perlstein
2002-05-04When a program launched on the local console exits, the shell willMaxime Henrion
2002-04-13Turn on TGA support.David E. O'Brien
2002-04-05remove blanktime sysctl, this can't be done as easily as it looks.Alfred Perlstein
2002-04-05Add some functionality via sysctl to syscons.Alfred Perlstein
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-03-25Remote newly unused variable to unbreak LINT.Brooks Davis
2002-03-23Add new graphical screen saver (dragon_saver).Akio Morita
2002-03-20Remove __P.Alfred Perlstein
2002-03-16Extend CONS_GETINFO ioctl to provide information about size of the currentlyMaxim Sobolev
2002-03-06Fixed compilation warnings.Ruslan Ermilov
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2002-02-23Lock struct pgrp, session and sigio.Seigo Tanimura
2002-02-14Spell #if 0 correctlyAndrew Gallatin
2002-01-05In the word selection mode don't append newline if the word ends at theMaxim Sobolev
2001-11-25Fix POLA - when selecting line into syscons' cut'n'paste buffer (doubleMaxim Sobolev
2001-11-06More drive-by stylification, and some clarificationsDag-Erling Smørgrav
2001-11-06More drive-by stylificationDag-Erling Smørgrav
2001-11-06Drive-by stylification + reintroduce set_border().Dag-Erling Smørgrav
2001-11-01Some fix for the recent apm module changes.Mitsuru IWASAKI
2001-11-01Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien
2001-10-24cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon
2001-10-06Enable console. There are far too many 'ifdef __i386__' in this file.Doug Rabson
2001-09-26o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look,Robert Watson
2001-09-21Introduce new syscons(4) kernel options:Maxim Sobolev
2001-09-12KSE Milestone 2Julian Elischer
2001-09-10Fix some malformed macro concatenation that gcc-3 has objections about.Peter Wemm
2001-08-09repo-copy the source files from modules/syscons to the normal treePeter Wemm
2001-08-07Don't call wakeup() while we are in DDB. The patch wasKazutaka YOKOTA
2001-08-02Use #ifdef DEV_SPLASH (from opt_splash.h) rather thanKazutaka YOKOTA
2001-08-02Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA
2001-08-02Refine cursor type/shape control escape sequences andKazutaka YOKOTA
2001-08-01Fix grammar nit.Dima Dorfman
2001-07-22- Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA
2001-07-20Fix off by one error for ESC[1J.Kazutaka YOKOTA
2001-07-20Define a couple of subroutines to replace duplicated common code. YouKazutaka YOKOTA
2001-07-12- Define a convenience macro ISTTYOPEN().Kazutaka YOKOTA
2001-07-10Fix dependencies between kernel options:Kazutaka YOKOTA
2001-07-06Call ttymalloc() when sysmouse is opened, rather thanKazutaka YOKOTA
2001-06-30Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA
2001-06-30If we are in DDB, don't switch to a vty in the VT_PROCESS mode.Kazutaka YOKOTA