summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Rename a variable to match scvidctl.c.jkim2010-11-301-11/+11
* Stop hardcoding default font size.jkim2010-11-301-1/+1
* Clean up code a bit to make it more readable.jkim2010-11-301-42/+40
* Clean up code a bit to make it more readable.jkim2010-11-291-18/+9
* Honor font size for the video mode when default fonts are compiled in kerneljkim2010-11-291-9/+35
* Fix typos.brucec2010-11-091-3/+3
* Explicitly tell the compiler that we don't care about the return valuerpaulo2010-10-131-11/+11
* Rework r210248. Although it fixed most of problems, it did not fix onejkim2010-09-171-7/+4
* Improve style slightly.jkim2010-07-191-47/+50
* Fix two long-standing line wrapping bugs in VGA renderer for pixel mode.jkim2010-07-191-2/+3
* Suspend screen updates when the video controller is powered down.jkim2010-05-222-2/+3
* Correct beastie_saver module name.jkim2010-04-071-0/+4
* Add the official FreeBSD logo image file for logo_saver.jkim2010-04-071-350/+833
* Copy Beastie image file to prepare for an official logo image.jkim2010-04-071-0/+358
* Refine r204265. We want the standard VGA palette for packed pixel mode.jkim2010-03-292-4/+4
* Align memory access of 24-bit pixel renderer to word boundary.jkim2010-03-241-2/+7
* Separate 24-bit pixel draw from 32-bit case. Although it is slower, we dojkim2010-03-231-1/+4
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.jkim2010-02-243-64/+123
* Yet another attempt to make palette loading more safer:jkim2010-02-233-6/+29
* The New and Improved snake_server - Service Pack 1: now even moreivoras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!ivoras2010-02-231-6/+49
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+3
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.ed2009-11-281-0/+1
* Fix pgsignal() call after signature change in r199355.kib2009-11-171-1/+5
* Convert syscons on i386 to TERM=xterm.ed2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.ed2009-11-131-2/+11
* Allow Syscons terminal emulators to provide function key strings.ed2009-11-113-13/+78
* Fix VESA color palette corruption:jkim2009-11-031-0/+3
* Search for default 800x600 graphics mode from supported VESA mode list.jkim2009-10-231-18/+46
* Add support for VT200-style mouse input.ed2009-09-274-9/+65
* Add 256 color support.ed2009-09-261-4/+4
* Just use ttydisc_rint_simple() instead of doing it ourselves.ed2009-09-181-8/+2
* Make sure we never place the cursor outside the screen.ed2009-09-131-3/+6
* Commit a change that I missed in the previous commit.ed2009-09-121-0/+4
* Make 8-bit support run-time configurable.ed2009-09-121-0/+3
* Make use of the more flexable device hints by adding a new field,delphij2009-09-121-2/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansdelphij2009-09-112-8/+15
* Don't malloc a buffer while holding the prison0 mutex. Instead, use a loopjhb2009-09-101-3/+15
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-1/+1
* Expose the TF_REVERSE flag to the console driver.ed2009-09-031-3/+11
* Move libteken out of the syscons directory.ed2009-09-0312-2898/+1
* Fix VESA modes and allow 8bit depth modes.delphij2009-08-242-1/+23
* Small fixes to Unicode handling:ed2009-06-162-38/+43
* Add more entries to the Unicode-to-CP437 table.ed2009-06-141-9/+15
* Rename the host-related prison fields to be the same as the host.*jamie2009-06-131-2/+2
* Make the proof-of-concept UTF-8 support in Syscons less useless.ed2009-06-131-18/+121
* Make the demo/stress tools build again, after my changes to param().ed2009-06-102-2/+2
* Restore support for bell pitch/duration.ed2009-05-315-3/+20
* Place hostnames and similar information fully under the prison system.jamie2009-05-291-4/+5
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-292-2/+2
OpenPOWER on IntegriCloud