| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.2.0_cvs | cvs2svn | 2004-01-10 | 1 | -1/+1 |
| * | 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 |
| * | Merge pc98 support from sys/pc98/pc98/syscons.c. | Yoshihiro Takahashi | 2003-08-25 | 1 | -0/+21 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | - Add a font width field to struct scr_stat. Use this instead of '8'. | Jake Burkholder | 2003-08-24 | 1 | -3/+2 |
| * | Add sparc64 ifdefs. | Jake Burkholder | 2003-08-24 | 1 | -9/+27 |
| * | Fix endian bugs accessing ioctl arguments that are passed by value. | Jake Burkholder | 2003-08-24 | 1 | -3/+3 |
| * | Trivial addition of __amd64__ to the ifdefs for platforms that use | Peter Wemm | 2003-05-09 | 1 | -9/+9 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -1/+1 |
| * | Don't call sysbeep() in sc_bell() if either duration or pitch is zero. | John Baldwin | 2003-03-24 | 1 | -1/+1 |
| * | Make nokqfilter() return the correct return value. | Poul-Henning Kamp | 2003-03-03 | 1 | -1/+1 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -14/+11 |
| * | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -6/+6 |
| * | When DDB is in the kernel, unlock VTY switching so that we | Maxime Henrion | 2003-02-27 | 1 | -0/+4 |
| * | Cleanup of the d_mmap_t interface. | Maxime Henrion | 2003-02-25 | 1 | -2/+2 |
| * | Change the console interface to pass a "struct consdev *" instead of a | Poul-Henning Kamp | 2003-02-20 | 1 | -4/+4 |
| * | Add a "hw.syscons.bell" sysctl, which can disable the bell at syscons level. | Olivier Houchard | 2003-02-20 | 1 | -1/+4 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | Make kqueue(2) work for virtual terminals. | Kelly Yancey | 2002-10-17 | 1 | -1/+2 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -5/+5 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-21 | 1 | -1/+1 |
| * | 1. Allow information about current history size be retrieved using ioctl(2); | Maxim Sobolev | 2002-08-19 | 1 | -5/+44 |
| * | Add a VT_LOCKSWITCH ioctl that disallows vty switching. Something | Dima Dorfman | 2002-07-10 | 1 | -0/+14 |
| * | Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only) | Alfred Perlstein | 2002-06-06 | 1 | -1/+1 |
| * | When a program launched on the local console exits, the shell will | Maxime Henrion | 2002-05-04 | 1 | -1/+2 |
| * | Turn on TGA support. | David E. O'Brien | 2002-04-13 | 1 | -2/+2 |
| * | remove blanktime sysctl, this can't be done as easily as it looks. | Alfred Perlstein | 2002-04-05 | 1 | -2/+0 |
| * | Add some functionality via sysctl to syscons. | Alfred Perlstein | 2002-04-05 | 1 | -1/+8 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -2/+2 |
| * | Extend CONS_GETINFO ioctl to provide information about size of the currently | Maxim Sobolev | 2002-03-16 | 1 | -0/+1 |
| * | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | John Baldwin | 2002-02-27 | 1 | -1/+1 |
| * | Some fix for the recent apm module changes. | Mitsuru IWASAKI | 2001-11-01 | 1 | -11/+3 |
| * | cn_tab no longer exists, use cnadd() to add a console device. Note that | Jonathan Lemon | 2001-10-24 | 1 | -1/+1 |
| * | Enable console. There are far too many 'ifdef __i386__' in this file. | Doug Rabson | 2001-10-06 | 1 | -7/+7 |
| * | o Modify syscons ioctl securelevel checks to use securelevel_gt() (oh look, | Robert Watson | 2001-09-26 | 1 | -2/+3 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -17/+17 |
| * | Don't call wakeup() while we are in DDB. The patch was | Kazutaka YOKOTA | 2001-08-07 | 1 | -3/+16 |
| * | Use #ifdef DEV_SPLASH (from opt_splash.h) rather than | Kazutaka YOKOTA | 2001-08-02 | 1 | -28/+28 |
| * | Refine cursor type/shape control escape sequences and | Kazutaka YOKOTA | 2001-08-02 | 1 | -51/+113 |
| * | Fix grammar nit. | Dima Dorfman | 2001-08-01 | 1 | -1/+1 |
| * | - Fix "off by one" error in VT_WAITACTIVATE. Correctly accept | Kazutaka YOKOTA | 2001-07-22 | 1 | -5/+5 |
| * | Define a couple of subroutines to replace duplicated common code. You | Kazutaka YOKOTA | 2001-07-20 | 1 | -65/+59 |
| * | - Define a convenience macro ISTTYOPEN(). | Kazutaka YOKOTA | 2001-07-12 | 1 | -21/+28 |
| * | Fix dependencies between kernel options: | Kazutaka YOKOTA | 2001-07-10 | 1 | -5/+2 |
| * | Remove the resume method. It is not necessary any more, because | Kazutaka YOKOTA | 2001-06-30 | 1 | -12/+0 |
| * | If we are in DDB, don't switch to a vty in the VT_PROCESS mode. | Kazutaka YOKOTA | 2001-06-30 | 1 | -0/+6 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 1 | -2/+2 |
| * | Test "sc->kbd != NULL" rather than "sc != NULL" before | Kazutaka YOKOTA | 2001-06-29 | 1 | -1/+1 |