summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Properly implement GIO_ATTR and CONS_GETINFO.ed2009-02-093-11/+32
* Add Unicode rendering to the teken demo application.ed2009-01-212-11/+32
* Properly implement the VT100 SCS sequences in xterm-mode.ed2009-01-206-31/+201
* Don't forget to mark the color translation array as const.ed2009-01-181-2/+2
* Fix for my previous commit: color mapping is not 1:1.ed2009-01-171-4/+7
* Make vidcontrol's color setting work again.ed2009-01-172-0/+25
* Allow experimental libteken features to be tested without changing code.ed2009-01-174-57/+55
* Import yet some more small fixes to libteken sources:ed2009-01-053-0/+25
* Fix rendering glitch in cons25 emulation.ed2009-01-041-0/+12
* Print control characters, even though they are normally not visible.ed2009-01-042-1/+7
* Resolve some regressions related to tabs and linewrap handling.ed2009-01-034-2/+34
* Remove an unneeded assertion in libteken.ed2009-01-011-1/+0
* Replace syscons terminal renderer by a new renderer that uses libteken.ed2009-01-0117-1410/+3101
* Undo revision 185013 until better solution is found.emax2008-11-171-4/+0
* More locking for syscons(4). This should prevent races with sckbdevent().emax2008-11-161-0/+4
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Disable processing of output data after disabling scroll lock by force.ed2008-08-311-0/+9
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.ed2008-08-241-11/+6
* Make sysmouse(4) use its own locks, instead of using Giant.ed2008-08-241-14/+10
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-208-311/+219
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-2/+3
* Lower the priority of the sleep in the syscons for "waitvt" wchan tokib2008-08-041-1/+1
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* The "free-lance" timer in the i8254 is only used for the speakerphk2008-03-261-1/+1
* Improve VT_WAITACTIVE semantics.bland2008-03-201-13/+6
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Mark the syscons video spin mutex as recursable since it is currentlyjhb2008-02-131-1/+2
* Do not dereference NULL scp in the case the screen is not opened.kib2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-2915-127/+108
* Remove explicit calls to keyboard methods with their respective variantswkoszek2007-12-292-48/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.simokawa2007-09-202-1/+14
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlmarcus2007-09-191-2/+1
* According to the default font size on sparc64 provide a 12 x 22marius2007-06-181-1/+32
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Make the comparsion more obvious.delphij2007-05-251-1/+2
* Optimize set_origin() use in some screensavers to stop them eatingphilip2007-02-214-12/+40
* Correct the VGA_NO_MODE_CHANGE end marker comment.marius2007-01-101-1/+1
* Replace magic numbers for console bell types with defines.ru2006-11-161-2/+2
* Sometimes the vty switching has to be delayed; the vtyru2006-11-061-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-3/+6
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-272-7/+108
* Introduce a spinlock for synchronizing access to the video output hardwarescottl2006-09-133-19/+38
* Convert to new console apiphk2006-05-261-19/+11
* GC the cn_dbctl_t hook for consoles, it is unused.phk2006-05-261-33/+1
* APM was calling the suspend process from a timeout. This meant thatimp2006-05-251-0/+4
* Send the pcvt(4) driver off to retirement.phk2006-05-171-1/+0
* Check the return code of sc_clean_up() in the only place where itkeramida2006-05-121-1/+3
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-123-18/+4
* Integrate kbdmux(4) into syscons(4) and kbd code.emax2006-02-281-4/+42
OpenPOWER on IntegriCloud