summaryrefslogtreecommitdiff
path: root/sys/dev/syscons/scgfbrndr.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
2020-12-05Remove remaning definition of GFB_<foo> options.Michal Meloun
2020-09-01syscons: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-03Remove sparc64 kernel supportWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-10Special rendering methods for removing mouse cursors cannot be removedBruce Evans
2017-04-08Fix removal of the keyboard cursor image in text mode, especiallyBruce Evans
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2007-06-18According to the default font size on sparc64 provide a 12 x 22Marius Strobl
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-06-14Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a newPeter Wemm
2005-05-29Add vr_init_t member to sc_rndr_sw_t instances in order to unbreakMarius Strobl
2005-05-21For sparc64 conditionalize the compilation of the gfb_cursor() variantMarius Strobl
2004-01-21__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan
2003-08-25Fix the alpha kernel build.Jake Burkholder
2003-08-24- Remember to flip the foreground and background color attributes inJake Burkholder
2002-04-13Turn on TGA support.David E. O'Brien
2002-02-14Spell #if 0 correctlyAndrew Gallatin
2001-11-01Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien
2001-08-02Refine cursor type/shape control escape sequences andKazutaka YOKOTA
2001-07-10Fix dependencies between kernel options: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-08-28* Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson
2000-03-31- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.Kazutaka YOKOTA
2000-03-18- Fix bugs when painting border and the mouse cursor in the rasterKazutaka YOKOTA
2000-01-29Use config's conditional compilation rather than using #ifdefs that makePeter Wemm
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA
2000-01-12Make the mouse cursor char code configurable via the CONS_MOUSECTLKazutaka YOKOTA
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA