| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvs | Ken Smith | 2009-05-01 | 1 | -1/+1 |
| * | MFC r177431: | Konstantin Belousov | 2008-08-11 | 1 | -13/+6 |
| * | Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6, | Robert Watson | 2008-03-30 | 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 | 1 | -1/+13 |
| * | Fix a bug that will cause a process that calls the VT_WAITACTIVE ioctl | Joe Marcus Clarke | 2007-09-19 | 1 | -2/+1 |
| * | - Change comments and asserts to reflect the removal of the global | Jeff Roberson | 2007-06-04 | 1 | -2/+2 |
| * | 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 | 1 | -2/+3 |
| * | Fix our ioctl(2) implementation when the argument is "int". New | Ruslan Ermilov | 2006-09-27 | 1 | -5/+80 |
| * | Introduce a spinlock for synchronizing access to the video output hardware | Scott Long | 2006-09-13 | 1 | -14/+17 |
| * | 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 |
| * | Check the return code of sc_clean_up() in the only place where it | Giorgos Keramidas | 2006-05-12 | 1 | -1/+3 |
| * | 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 | 1 | -2/+2 |
| * | Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_t | Marius Strobl | 2005-09-28 | 1 | -16/+18 |
| * | Prevent division by zero errors in sc_mouse_move() | Craig Rodrigues | 2005-08-30 | 1 | -2/+2 |
| * | kbdmux(4) keyboard multiplexer integration | Maksim Yevmenkin | 2005-07-13 | 1 | -0/+7 |
| * | Add VESA mode support for syscons, which enables the support of 15, 16, | Xin LI | 2005-05-29 | 1 | -0/+6 |
| * | - Not every architecture defaults to a black background (e.g. sparc64 | Marius Strobl | 2005-05-21 | 1 | -9/+9 |
| * | Remove the ADJUST_CLOCK ioctl on pc98. It's not used at all. | Yoshihiro Takahashi | 2005-05-15 | 1 | -6/+0 |
| * | Remove debug printout of major/minor numbers, print name instead. | Poul-Henning Kamp | 2005-02-27 | 1 | -2/+2 |
| * | Remove the last vestiges of the userconfig option. None of this actually | Scott Long | 2004-12-01 | 1 | -1/+1 |
| * | Add new function ttyinitmode() which sets our systemwide default | Poul-Henning Kamp | 2004-10-18 | 1 | -20/+20 |
| * | Fix echo in console mode. | Poul-Henning Kamp | 2004-10-14 | 1 | -15/+22 |
| * | Disallow negative coordinates and sizes in the syscons CONS_SCRSHOT | Jacques Vidrine | 2004-09-29 | 1 | -2/+4 |
| * | Implement the KDENABIO etc ioctl's for amd64 as well. | Peter Wemm | 2004-09-24 | 1 | -2/+5 |
| * | Just because we have a serial console attached does not mean we don't | Dag-Erling Smørgrav | 2004-08-05 | 1 | -1/+1 |
| * | Document machdep.enable_panic_key. | Scott Long | 2004-08-02 | 1 | -1/+1 |
| * | Avoid casts as lvalues. | Alexander Kabaev | 2004-07-28 | 1 | -2/+2 |
| * | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -1/+1 |
| * | Update for the KDB framework. Sanitize the alpha console code now that | Marcel Moolenaar | 2004-07-10 | 1 | -72/+4 |
| * | Second half of the dev_t cleanup. | Poul-Henning Kamp | 2004-06-17 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -13/+13 |
| * | Machine generated patch which changes linedisc calls from accessing | Poul-Henning Kamp | 2004-06-04 | 1 | -11/+11 |
| * | Gainfully employ the new ttyioctl in the trivial cases. | Poul-Henning Kamp | 2004-06-01 | 1 | -7/+1 |
| * | Rearrangements needed for syscons(4) to be used as a console device | Ken Smith | 2004-04-02 | 1 | -20/+41 |
| * | Fixed a nasty old bug where a visual bell in the currently active | Ruslan Ermilov | 2004-03-18 | 1 | -1/+2 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -4/+2 |
| * | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -3/+0 |
| * | Try again to get rid of makedev(). | Poul-Henning Kamp | 2004-02-14 | 1 | -5/+9 |
| * | Back out my last commit to syscons, things seem to be far more evil | Poul-Henning Kamp | 2004-02-13 | 1 | -9/+5 |
| * | Don't use makedev() to hack up dev_t's early in boot, do it right | Poul-Henning Kamp | 2004-02-12 | 1 | -5/+9 |
| * | Eliminate global cons_unavailable flag and replace it by the status | Alexander Kabaev | 2004-02-05 | 1 | -6/+9 |
| * | __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer. | Peter Grehan | 2004-01-21 | 1 | -10/+10 |
| * | Fix a panic that occurs when resuming. For some reason, sc->cur_scp is | Nate Lawson | 2003-10-29 | 1 | -0/+3 |
| * | Convert to cn_name rather than cn_dev. | Poul-Henning Kamp | 2003-09-26 | 1 | -2/+2 |