aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Correct beastie_saver module name.Jung-uk Kim2010-04-071-0/+4
* Add the official FreeBSD logo image file for logo_saver.Jung-uk Kim2010-04-071-350/+833
* Copy Beastie image file to prepare for an official logo image.Jung-uk Kim2010-04-071-0/+358
* Refine r204265. We want the standard VGA palette for packed pixel mode.Jung-uk Kim2010-03-292-4/+4
* Align memory access of 24-bit pixel renderer to word boundary.Jung-uk Kim2010-03-241-2/+7
* Separate 24-bit pixel draw from 32-bit case. Although it is slower, we doJung-uk Kim2010-03-231-1/+4
* Improve VESA mode switching via loader tunable `hint.sc.0.vesa_mode'.Jung-uk Kim2010-02-243-64/+123
* Yet another attempt to make palette loading more safer:Jung-uk Kim2010-02-233-6/+29
* The New and Improved snake_server - Service Pack 1: now even moreIvan Voras2010-02-231-1/+1
* Upgrade the "snake" syscons screensaver to the new, multimedia version!Ivan Voras2010-02-231-6/+49
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+3
* Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.Ed Schouten2009-11-281-0/+1
* Fix pgsignal() call after signature change in r199355.Konstantin Belousov2009-11-171-1/+5
* Convert syscons on i386 to TERM=xterm.Ed Schouten2009-11-131-9/+0
* Switch the default terminal emulation style to xterm for most platforms.Ed Schouten2009-11-131-2/+11
* Allow Syscons terminal emulators to provide function key strings.Ed Schouten2009-11-113-13/+78
* Fix VESA color palette corruption:Jung-uk Kim2009-11-031-0/+3
* Search for default 800x600 graphics mode from supported VESA mode list.Jung-uk Kim2009-10-231-18/+46
* Add support for VT200-style mouse input.Ed Schouten2009-09-274-9/+65
* Add 256 color support.Ed Schouten2009-09-261-4/+4
* Just use ttydisc_rint_simple() instead of doing it ourselves.Ed Schouten2009-09-181-8/+2
* Make sure we never place the cursor outside the screen.Ed Schouten2009-09-131-3/+6
* Commit a change that I missed in the previous commit.Ed Schouten2009-09-121-0/+4
* Make 8-bit support run-time configurable.Ed Schouten2009-09-121-0/+3
* Make use of the more flexable device hints by adding a new field,Xin LI2009-09-121-2/+3
* Extend the usage of sc(4)'s hint variable 'flag'. Bit 0x80 now meansXin LI2009-09-112-8/+15
* Don't malloc a buffer while holding the prison0 mutex. Instead, use a loopJohn Baldwin2009-09-101-3/+15
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-1/+1
* Expose the TF_REVERSE flag to the console driver.Ed Schouten2009-09-031-3/+11
* Move libteken out of the syscons directory.Ed Schouten2009-09-0312-2898/+1
* Fix VESA modes and allow 8bit depth modes.Xin LI2009-08-242-1/+23
* Small fixes to Unicode handling:Ed Schouten2009-06-162-38/+43
* Add more entries to the Unicode-to-CP437 table.Ed Schouten2009-06-141-9/+15
* Rename the host-related prison fields to be the same as the host.*Jamie Gritton2009-06-131-2/+2
* Make the proof-of-concept UTF-8 support in Syscons less useless.Ed Schouten2009-06-131-18/+121
* Make the demo/stress tools build again, after my changes to param().Ed Schouten2009-06-102-2/+2
* Restore support for bell pitch/duration.Ed Schouten2009-05-315-3/+20
* Place hostnames and similar information fully under the prison system.Jamie Gritton2009-05-291-4/+5
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-292-2/+2
* Turn consolectl into a simple device node, not a TTY.Ed Schouten2009-05-151-20/+26
* Remove obsolete/bogus layering.Maksim Yevmenkin2009-04-091-8/+1
* Small cleanup to previous commit.Ed Schouten2009-03-201-1/+1
* Just use default behaviour on tabstops when using too many columns.Ed Schouten2009-03-202-5/+6
* Make a 1:1 mapping between syscons stats and terminal emulators.Ed Schouten2009-03-105-36/+30
* Don't call into the TTY layer when inside kdb.Ed Schouten2009-03-091-1/+1
* Remove unneeded variable assignment.Ed Schouten2009-02-261-1/+1
* Properly implement GIO_ATTR and CONS_GETINFO.Ed Schouten2009-02-093-11/+32
* Add Unicode rendering to the teken demo application.Ed Schouten2009-01-212-11/+32
* Properly implement the VT100 SCS sequences in xterm-mode.Ed Schouten2009-01-206-31/+201
* Don't forget to mark the color translation array as const.Ed Schouten2009-01-181-2/+2