summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scvidctl.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-13sc: Move prev_ysize under #ifndef SC_NO_HISTORYDmitry Chagin
2022-04-12sc: Move prev_ysize under #ifndef SC_NO_HISTORY.John Baldwin
2021-12-06fb: Remove unused cursors ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2012-11-03Add tty_set_winsize().Ed Schouten
2010-11-30Clean up code a bit to make it more readable.Jung-uk Kim
2010-03-29Refine r204265. We want the standard VGA palette for packed pixel mode.Jung-uk Kim
2010-02-24Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim
2010-02-23Yet another attempt to make palette loading more safer:Jung-uk Kim
2009-11-17Fix pgsignal() call after signature change in r199355.Konstantin Belousov
2009-08-24Fix VESA modes and allow 8bit depth modes.Xin LI
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-09-06In sc_set_text_mode(), reset fontwidth if it is <= 0.Craig Rodrigues
2005-08-30Prevent division by zero errors in sc_mouse_move()Craig Rodrigues
2005-05-30Deny to switch into banked video mode when it is not available. SomeXin LI
2005-05-29Add VESA mode support for syscons, which enables the support of 15, 16,Xin LI
2004-07-13Remove erroneous semicolons.Stefan Farfeleder
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-24Fix endian bugs accessing ioctl arguments that are passed by value.Jake Burkholder
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-02-23Lock struct pgrp, session and sigio.Seigo Tanimura
2001-09-12KSE Milestone 2Julian Elischer
2001-08-02Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA
2001-06-13With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm
2000-10-08Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp
2000-05-26Back out the previous change to the queue(3) interface.Jake Burkholder
2000-05-23Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder
2000-04-27Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi
2000-03-31- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-20Fix wrong usage of FONT_NONE. It was not meant to be set inKazutaka YOKOTA
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA
1999-11-08- Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA
1999-09-19- Hang the scr_stat struct from dev_t.Kazutaka YOKOTA
1999-09-19- Preserve the content of the back scroll buffer when changing theKazutaka YOKOTA
1999-09-02Enable ioctls to manipulate color palette. They have been implemented,Kazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-27- Retain the previous vty and history buffers when setting upKazutaka YOKOTA
1999-07-07- Fixed memory leak in sc_alloc_history_buffer().Kazutaka YOKOTA
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA