summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-231-1/+1
* MFC:Craig Rodrigues2005-09-021-2/+2
* MFC 1.429: Disallow negative coordinates and sizes in the sysconsJacques Vidrine2004-09-301-2/+4
* Just because we have a serial console attached does not mean we don'tDag-Erling Smørgrav2004-08-051-1/+1
* Document machdep.enable_panic_key.Scott Long2004-08-021-1/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-2/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-72/+4
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-13/+13
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-11/+11
* Gainfully employ the new ttyioctl in the trivial cases.Poul-Henning Kamp2004-06-011-7/+1
* Rearrangements needed for syscons(4) to be used as a console deviceKen Smith2004-04-021-20/+41
* Fixed a nasty old bug where a visual bell in the currently activeRuslan Ermilov2004-03-181-1/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-4/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-3/+0
* Try again to get rid of makedev().Poul-Henning Kamp2004-02-141-5/+9
* Back out my last commit to syscons, things seem to be far more evilPoul-Henning Kamp2004-02-131-9/+5
* Don't use makedev() to hack up dev_t's early in boot, do it rightPoul-Henning Kamp2004-02-121-5/+9
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-6/+9
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan2004-01-211-10/+10
* 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
* Merge pc98 support from sys/pc98/pc98/syscons.c.Yoshihiro Takahashi2003-08-251-0/+21
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* - Add a font width field to struct scr_stat. Use this instead of '8'.Jake Burkholder2003-08-241-3/+2
* Add sparc64 ifdefs.Jake Burkholder2003-08-241-9/+27
* Fix endian bugs accessing ioctl arguments that are passed by value.Jake Burkholder2003-08-241-3/+3
* 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