summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Catch up with recent events.mdodd2003-03-271-3/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.mdodd2003-03-241-1/+1
* Don't call sysbeep() in sc_bell() if either duration or pitch is zero.jhb2003-03-241-1/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-032-27/+19
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-6/+6
* When DDB is in the kernel, unlock VTY switching so that wemux2003-02-271-0/+4
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+4
* Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level.cognet2003-02-201-1/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-196-12/+12
* Added dependency on the apm(4) module.ru2003-02-151-0/+1
* chase more of the MIN/MAX mess. *sigh*alfred2003-02-021-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-12/+12
* Do not try to work around ``poor (un)sign extension code''robert2002-10-201-11/+1
* 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
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Use machine/limits.h rather than userland limits.h (which may come frompeter2002-08-221-1/+1
* Don't use "NULL" when "0" is really meant.archie2002-08-212-5/+5
* de-count schistory.c. The handling of NSC was rather bogus here and waspeter2002-08-191-4/+13
* 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-102-0/+15
* 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-133-5/+13
* 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-012-3/+3
* Remote newly unused variable to unbreak LINT.brooks2002-03-251-1/+1
* Add new graphical screen saver (dragon_saver).amorita2002-03-235-90/+490
* Remove __P.alfred2002-03-201-1/+1
* Extend CONS_GETINFO ioctl to provide information about size of the currentlysobomax2002-03-161-0/+1
* Fixed compilation warnings.ru2002-03-061-0/+2
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Lock struct pgrp, session and sigio.tanimura2002-02-231-3/+20
* Spell #if 0 correctlygallatin2002-02-141-2/+2
* In the word selection mode don't append newline if the word ends at thesobomax2002-01-051-0/+4
* Fix POLA - when selecting line into syscons' cut'n'paste buffer (doublesobomax2001-11-251-0/+4
* More drive-by stylification, and some clarificationsdes2001-11-061-10/+16
* More drive-by stylificationdes2001-11-061-4/+4
* Drive-by stylification + reintroduce set_border().des2001-11-063-212/+219
* Some fix for the recent apm module changes.iwasaki2001-11-011-11/+3
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-011-716/+168
* 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
* Introduce new syscons(4) kernel options:sobomax2001-09-211-100/+91
* KSE Milestone 2julian2001-09-128-35/+35
OpenPOWER on IntegriCloud