| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvs | Ken Smith | 2010-03-21 | 27 | -27/+27 |
| * | MFC r190868 | Maksim Yevmenkin | 2009-05-04 | 1 | -8/+1 |
| * | MFC r177431: | Konstantin Belousov | 2008-08-11 | 1 | -13/+6 |
| * | Merge r177253, r177255 from head to stable/7: | Robert Watson | 2008-07-22 | 1 | -1/+1 |
| * | Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6, | Robert Watson | 2008-03-30 | 1 | -1/+2 |
| * | MFC: Mark the syscons video spin mutex as recursable. | John Baldwin | 2008-03-05 | 1 | -1/+2 |
| * | MFC rev. 1.457: | Konstantin Belousov | 2008-01-27 | 1 | -0/+2 |
| * | Serialize output routine of terminal emulator (te_puts()) by a lock. | Hidetoshi Shimokawa | 2007-09-20 | 2 | -1/+14 |
| * | Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl | Joe Marcus Clarke | 2007-09-19 | 1 | -2/+1 |
| * | According to the default font size on sparc64 provide a 12 x 22 | Marius Strobl | 2007-06-18 | 1 | -1/+32 |
| * | - Change comments and asserts to reflect the removal of the global | Jeff Roberson | 2007-06-04 | 1 | -2/+2 |
| * | Make the comparsion more obvious. | Xin LI | 2007-05-25 | 1 | -1/+2 |
| * | Optimize set_origin() use in some screensavers to stop them eating | Philip Paeps | 2007-02-21 | 4 | -12/+40 |
| * | Correct the VGA_NO_MODE_CHANGE end marker comment. | Marius Strobl | 2007-01-10 | 1 | -1/+1 |
| * | Replace magic numbers for console bell types with defines. | Ruslan Ermilov | 2006-11-16 | 1 | -2/+2 |
| * | Sometimes the vty switching has to be delayed; the vty | Ruslan Ermilov | 2006-11-06 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 2 | -3/+6 |
| * | Fix our ioctl(2) implementation when the argument is "int". New | Ruslan Ermilov | 2006-09-27 | 2 | -7/+108 |
| * | Introduce a spinlock for synchronizing access to the video output hardware | Scott Long | 2006-09-13 | 3 | -19/+38 |
| * | Convert to new console api | Poul-Henning Kamp | 2006-05-26 | 1 | -19/+11 |
| * | GC the cn_dbctl_t hook for consoles, it is unused. | Poul-Henning Kamp | 2006-05-26 | 1 | -33/+1 |
| * | APM was calling the suspend process from a timeout. This meant that | Warner Losh | 2006-05-25 | 1 | -0/+4 |
| * | Send the pcvt(4) driver off to retirement. | Poul-Henning Kamp | 2006-05-17 | 1 | -1/+0 |
| * | Check the return code of sc_clean_up() in the only place where it | Giorgos Keramidas | 2006-05-12 | 1 | -1/+3 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 3 | -18/+4 |
| * | Integrate kbdmux(4) into syscons(4) and kbd code. | Maksim Yevmenkin | 2006-02-28 | 1 | -4/+42 |
| * | When SC_DISABLE_KDBKEY or SC_DISABLE_REBOOT are not defined allow the | Brooks Davis | 2006-01-14 | 1 | -4/+25 |
| * | Fix -Wundef. | Ruslan Ermilov | 2005-12-04 | 5 | -8/+8 |
| * | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | Marius Strobl | 2005-09-28 | 6 | -26/+31 |
| * | In set_mouse_pos(), try to avoid division by zero errors. | Craig Rodrigues | 2005-09-07 | 1 | -1/+2 |
| * | In sc_set_text_mode(), reset fontwidth if it is <= 0. | Craig Rodrigues | 2005-09-06 | 1 | -0/+2 |
| * | Prevent division by zero errors in sc_mouse_move() | Craig Rodrigues | 2005-08-30 | 5 | -14/+17 |
| * | kbdmux(4) keyboard multiplexer integration | Maksim Yevmenkin | 2005-07-13 | 1 | -0/+7 |
| * | Fix syscons on amd64. The SC_PIXEL_MODE commit from May 29th added a new | Peter Wemm | 2005-06-14 | 2 | -4/+4 |
| * | Only set mode when the incoming ioctl is IOC_VOID, until we have better | Xin LI | 2005-06-10 | 1 | -1/+3 |
| * | Fix LINT by defining vga_pxlmouse_planar and vga_pxlmouse_direct. | Scott Long | 2005-05-30 | 1 | -1/+2 |
| * | Deny to switch into banked video mode when it is not available. Some | Xin LI | 2005-05-30 | 1 | -1/+2 |
| * | Add vr_init_t member to sc_rndr_sw_t instances in order to unbreak | Marius Strobl | 2005-05-29 | 1 | -0/+3 |
| * | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI | 2005-05-29 | 6 | -71/+479 |
| * | - Not every architecture defaults to a black background (e.g. sparc64 | Marius Strobl | 2005-05-21 | 1 | -9/+9 |
| * | On sparc64 use 'syscons' rather than 'sc' for SC_DRIVER_NAME so | Marius Strobl | 2005-05-21 | 1 | -0/+8 |
| * | Remove superfluous braces and add #ifndef __sparc64__ around the | Marius Strobl | 2005-05-21 | 1 | -18/+41 |
| * | For sparc64 conditionalize the compilation of the gfb_cursor() variant | Marius Strobl | 2005-05-21 | 1 | -4/+1 |
| * | Remove old epson note support. | Yoshihiro Takahashi | 2005-05-15 | 1 | -21/+2 |
| * | - Add color tables for 16 colors mode and 8 colors mode, use a different | Yoshihiro Takahashi | 2005-05-15 | 1 | -27/+16 |
| * | - Mask an underline attribute on the pc98 console. It enables to use the same | Yoshihiro Takahashi | 2005-05-15 | 1 | -49/+28 |
| * | Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all. | Yoshihiro Takahashi | 2005-05-15 | 1 | -6/+0 |
| * | Change a directory layout for pc98. | Yoshihiro Takahashi | 2005-05-10 | 1 | -1/+1 |
| * | No need to ifdef this pc98. | Warner Losh | 2005-04-04 | 1 | -2/+0 |
| * | Remove debug printout of major/minor numbers, print name instead. | Poul-Henning Kamp | 2005-02-27 | 2 | -4/+4 |