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