summaryrefslogtreecommitdiff
path: root/sys/dev/syscons
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2136-36/+36
* MFC 197062:John Baldwin2009-09-141-3/+15
* 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
* Fix for my previous commit: color mapping is not 1:1.Ed Schouten2009-01-171-4/+7
* Make vidcontrol's color setting work again.Ed Schouten2009-01-172-0/+25
* Allow experimental libteken features to be tested without changing code.Ed Schouten2009-01-174-57/+55
* Import yet some more small fixes to libteken sources:Ed Schouten2009-01-053-0/+25
* Fix rendering glitch in cons25 emulation.Ed Schouten2009-01-041-0/+12
* Print control characters, even though they are normally not visible.Ed Schouten2009-01-042-1/+7
* Resolve some regressions related to tabs and linewrap handling.Ed Schouten2009-01-034-2/+34
* Remove an unneeded assertion in libteken.Ed Schouten2009-01-011-1/+0
* Replace syscons terminal renderer by a new renderer that uses libteken.Ed Schouten2009-01-0117-1410/+3101
* Undo revision 185013 until better solution is found.Maksim Yevmenkin2008-11-171-4/+0
* More locking for syscons(4). This should prevent races with sckbdevent().Maksim Yevmenkin2008-11-161-0/+4
* Reduce the default baud rate of PTY's to 9600.Ed Schouten2008-11-081-1/+1
* Disable processing of output data after disabling scroll lock by force.Ed Schouten2008-08-311-0/+9
* Make syscons(4) use ttyv0 instead of consolectl as its primary window.Ed Schouten2008-08-241-11/+6
* Make sysmouse(4) use its own locks, instead of using Giant.Ed Schouten2008-08-241-14/+10
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-208-310/+218
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+3
* Lower the priority of the sleep in the syscons for "waitvt" wchan toKonstantin Belousov2008-08-041-1/+1
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-051-0/+2
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-261-1/+1
* Improve VT_WAITACTIVE semantics.Alexander Nedotsukov2008-03-201-13/+6
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-1/+1
* Mark the syscons video spin mutex as recursable since it is currentlyJohn Baldwin2008-02-131-1/+2
* Do not dereference NULL scp in the case the screen is not opened.Konstantin Belousov2008-01-241-0/+2
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-2915-127/+108
* Remove explicit calls to keyboard methods with their respective variantsWojciech A. Koszek2007-12-292-48/+28
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Serialize output routine of terminal emulator (te_puts()) by a lock.Hidetoshi Shimokawa2007-09-202-1/+14
* Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctlJoe Marcus Clarke2007-09-191-2/+1