summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Fix a panic that occurs when resuming. For some reason, sc->cur_scp isNate Lawson2003-10-291-0/+3
* Convert to cn_name rather than cn_dev.Poul-Henning Kamp2003-09-261-2/+2
* Fix the alpha kernel build.Jake Burkholder2003-08-251-0/+2
* Merge pc98 support from sys/pc98/pc98/syscons.c.Yoshihiro Takahashi2003-08-251-0/+21
* Use __FBSDID().David E. O'Brien2003-08-2411-17/+33
* - Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder2003-08-243-10/+12
* - Remember to flip the foreground and background color attributes inJake Burkholder2003-08-241-11/+18
* Add sparc64 ifdefs.Jake Burkholder2003-08-245-9/+41
* Fix endian bugs accessing ioctl arguments that are passed by value.Jake Burkholder2003-08-242-5/+5
* Use the clear function provided by the video adapter driver.Yoshihiro Takahashi2003-07-214-34/+7
* Use SC_NO_CUTPASTE to protect cutpaste variables correctly, fixing theJuli Mallett2003-06-011-2/+4
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-4/+0
* Trivial addition of __amd64__ to the ifdefs for platforms that usePeter Wemm2003-05-091-9/+9
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Catch up with recent events.Matthew N. Dodd2003-03-271-3/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Use repo-copied files in sys/i386/bios.Matthew N. Dodd2003-03-241-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-032-27/+19
* 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-196-12/+12
* Added dependency on the apm(4) module.Ruslan Ermilov2003-02-151-0/+1
* chase more of the MIN/MAX mess. *sigh*Alfred Perlstein2003-02-021-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-12/+12
* Do not try to work around ``poor (un)sign extension code''Robert Drehmel2002-10-201-11/+1
* 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
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm2002-08-221-1/+1
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-212-5/+5
* de-count schistory.c. The handling of NSC was rather bogus here and wasPeter Wemm2002-08-191-4/+13
* 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-102-0/+15
* 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