| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 36 | -36/+36 |
| * | MFC r215034: | Rebecca Cran | 2010-11-20 | 1 | -3/+3 |
| * | MFC: r212806 | Jung-uk Kim | 2010-09-22 | 1 | -7/+4 |
| * | MFC: r210248 | Jung-uk Kim | 2010-07-22 | 1 | -2/+3 |
| * | MFC: r208411, r208412, r208413, r208564, r208567, r210149 | Jung-uk Kim | 2010-07-20 | 2 | -2/+3 |
| * | MFC: r205550, r205605, r205865 | Jung-uk Kim | 2010-03-31 | 3 | -5/+13 |
| * | MFC r204248,r204249 - "fancy snake_saver" with color coded load averages | Ivan Voras | 2010-03-26 | 1 | -6/+49 |
| * | MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa | Xin LI | 2010-03-02 | 5 | -51/+194 |
| * | MFC r199355: | Konstantin Belousov | 2009-12-19 | 1 | -1/+5 |
| * | MFC various commits back to stable/8: | Ed Schouten | 2009-11-01 | 1 | -3/+6 |
| * | MFC 197062: | John Baldwin | 2009-09-14 | 1 | -3/+15 |
| * | Small fixes to Unicode handling: | Ed Schouten | 2009-06-16 | 2 | -38/+43 |
| * | Add more entries to the Unicode-to-CP437 table. | Ed Schouten | 2009-06-14 | 1 | -9/+15 |
| * | Rename the host-related prison fields to be the same as the host.* | Jamie Gritton | 2009-06-13 | 1 | -2/+2 |
| * | Make the proof-of-concept UTF-8 support in Syscons less useless. | Ed Schouten | 2009-06-13 | 1 | -18/+121 |
| * | Make the demo/stress tools build again, after my changes to param(). | Ed Schouten | 2009-06-10 | 2 | -2/+2 |
| * | Restore support for bell pitch/duration. | Ed Schouten | 2009-05-31 | 5 | -3/+20 |
| * | Place hostnames and similar information fully under the prison system. | Jamie Gritton | 2009-05-29 | 1 | -4/+5 |
| * | Last minute TTY API change: remove mutex argument from tty_alloc(). | Ed Schouten | 2009-05-29 | 2 | -2/+2 |
| * | Turn consolectl into a simple device node, not a TTY. | Ed Schouten | 2009-05-15 | 1 | -20/+26 |
| * | Remove obsolete/bogus layering. | Maksim Yevmenkin | 2009-04-09 | 1 | -8/+1 |
| * | Small cleanup to previous commit. | Ed Schouten | 2009-03-20 | 1 | -1/+1 |
| * | Just use default behaviour on tabstops when using too many columns. | Ed Schouten | 2009-03-20 | 2 | -5/+6 |
| * | Make a 1:1 mapping between syscons stats and terminal emulators. | Ed Schouten | 2009-03-10 | 5 | -36/+30 |
| * | Don't call into the TTY layer when inside kdb. | Ed Schouten | 2009-03-09 | 1 | -1/+1 |
| * | Remove unneeded variable assignment. | Ed Schouten | 2009-02-26 | 1 | -1/+1 |
| * | Properly implement GIO_ATTR and CONS_GETINFO. | Ed Schouten | 2009-02-09 | 3 | -11/+32 |
| * | Add Unicode rendering to the teken demo application. | Ed Schouten | 2009-01-21 | 2 | -11/+32 |
| * | Properly implement the VT100 SCS sequences in xterm-mode. | Ed Schouten | 2009-01-20 | 6 | -31/+201 |
| * | Don't forget to mark the color translation array as const. | Ed Schouten | 2009-01-18 | 1 | -2/+2 |
| * | Fix for my previous commit: color mapping is not 1:1. | Ed Schouten | 2009-01-17 | 1 | -4/+7 |
| * | Make vidcontrol's color setting work again. | Ed Schouten | 2009-01-17 | 2 | -0/+25 |
| * | Allow experimental libteken features to be tested without changing code. | Ed Schouten | 2009-01-17 | 4 | -57/+55 |
| * | Import yet some more small fixes to libteken sources: | Ed Schouten | 2009-01-05 | 3 | -0/+25 |
| * | Fix rendering glitch in cons25 emulation. | Ed Schouten | 2009-01-04 | 1 | -0/+12 |
| * | Print control characters, even though they are normally not visible. | Ed Schouten | 2009-01-04 | 2 | -1/+7 |
| * | Resolve some regressions related to tabs and linewrap handling. | Ed Schouten | 2009-01-03 | 4 | -2/+34 |
| * | Remove an unneeded assertion in libteken. | Ed Schouten | 2009-01-01 | 1 | -1/+0 |
| * | Replace syscons terminal renderer by a new renderer that uses libteken. | Ed Schouten | 2009-01-01 | 17 | -1410/+3101 |
| * | Undo revision 185013 until better solution is found. | Maksim Yevmenkin | 2008-11-17 | 1 | -4/+0 |
| * | More locking for syscons(4). This should prevent races with sckbdevent(). | Maksim Yevmenkin | 2008-11-16 | 1 | -0/+4 |
| * | Reduce the default baud rate of PTY's to 9600. | Ed Schouten | 2008-11-08 | 1 | -1/+1 |
| * | Disable processing of output data after disabling scroll lock by force. | Ed Schouten | 2008-08-31 | 1 | -0/+9 |
| * | Make syscons(4) use ttyv0 instead of consolectl as its primary window. | Ed Schouten | 2008-08-24 | 1 | -11/+6 |
| * | Make sysmouse(4) use its own locks, instead of using Giant. | Ed Schouten | 2008-08-24 | 1 | -14/+10 |
| * | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 8 | -310/+218 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -2/+3 |
| * | Lower the priority of the sleep in the syscons for "waitvt" wchan to | Konstantin Belousov | 2008-08-04 | 1 | -1/+1 |
| * | Introduce a new lock, hostname_mtx, and use it to synchronize access | Robert Watson | 2008-07-05 | 1 | -0/+2 |
| * | The "free-lance" timer in the i8254 is only used for the speaker | Poul-Henning Kamp | 2008-03-26 | 1 | -1/+1 |