| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
size of the current font used instead. For this reason extend
CONS_GETINFO ioctl to provide information about size of the currently
displayed font.
Notes:
svn path=/stable/4/; revision=94219
|
| |
|
|
|
|
|
|
|
|
|
| |
Fix mouse cursor bug, blinking and eating all CPU while near text
cursor.
PR: 25536
Submitted by: David Xu <davidx@viasoft.com.cn>
Notes:
svn path=/stable/4/; revision=86412
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=85811
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=84286
|
| |
|
|
|
|
|
|
|
|
| |
from syscons.
atkbd_isa.c rev 1.9, ukbd.c rev 1.31, syscons.h rev 1.69,
syscons.c rev 1.364, syscons_isa.c rev 1.17.
Notes:
svn path=/stable/4/; revision=80892
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80659
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=80658
|
| |
|
|
|
|
|
|
|
|
|
|
| |
syscons.c rev 1.365, 1.366
syscons.h rev 1.70
scmouse.c rev 1.25
scvgarndr.c rev 1.11
sctermvar.h rev 1.3
consio.h rev 1.10
Notes:
svn path=/stable/4/; revision=80498
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=79929
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- syscons.c rev 1.361
Test "sc->kbd != NULL" rather than "sc != NULL" before
accessing the keyboard in scopen().
- syscons.c rev 1.363
If we are in DDB, don't switch to a vty in the VT_PROCESS mode.
- syscons.h rev 1.68, scvtb.c rev 1.8
Don't free buffers we didn't allocate.
- scmouse.c rev 1.24
Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessary
information. There is no need to stick around any longer.
Notes:
svn path=/stable/4/; revision=79780
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=78125
|
| |
|
|
|
|
|
| |
Make the beep duration independent of HZ.
Notes:
svn path=/stable/4/; revision=78052
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=77225
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=74488
|
| |
|
|
|
|
|
| |
Requested by: gallatin
Notes:
svn path=/stable/4/; revision=73808
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=67900
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=65130
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63920
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63650
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63222
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=63220
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=61312
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=61298
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=61073
|
| |
|
|
|
|
|
| |
Use sys/random.h rather than i386 specific one.
Notes:
svn path=/stable/4/; revision=60307
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=60039
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.
- Fix non-destructive, underline text cursor.
- Unbreak LINT.
They correspond to:
syscons_isa.c 1.12, scmouse.c 1.13, scvgarndr.c 1.7,
scvidctl.c 1.20, syscons.c 1.337, 1.338, syscons.h 1.61, 1.62.
Notes:
svn path=/stable/4/; revision=58974
|
| |
|
|
|
|
|
| |
(rev 1.5).
Notes:
svn path=/stable/4/; revision=58376
|
| |
|
|
|
|
|
| |
text mode (rev 1.6).
Notes:
svn path=/stable/4/; revision=58375
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=57955
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=57130
|
| |
|
|
|
|
|
|
|
|
| |
won't appear on the screen, and "blinking" and "destructive" cursor
won't appear in the vty for which the text cursor is currently hidden.
Approved by: jkh
Notes:
svn path=/head/; revision=57129
|
| |
|
|
|
|
|
|
| |
modular compilation harder. I'm doing this because people seem to like
cut/pasting examples of bad practices in existing code.
Notes:
svn path=/head/; revision=56836
|
| |
|
|
|
|
|
|
|
| |
if the screen is in a graphics mode
Reported by: Maxim Sobolev <sobomax@altavista.net>
Notes:
svn path=/head/; revision=56528
|
| |
|
|
| |
Notes:
svn path=/head/; revision=56329
|
| |
|
|
|
|
|
|
|
|
| |
scp->font_size in the first place. It is redundant now and is
removed.
Found by: bde
Notes:
svn path=/head/; revision=56328
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Split terminal emulation code from the main part of the driver so
that we can have alternative terminal emulator modules if we like in
the future. (We are not quite there yet, though.)
- Put sysmouse related code in a separate file, thus, simplifying the
main part of the driver.
As some files are added to the source tree, you need to run config(8)
before you compile a new kernel next time.
You shouldn't see any functional change by this commit; this is only
internal code reorganization.
Notes:
svn path=/head/; revision=56043
|
| |
|
|
|
|
|
|
|
| |
ioctl.
By popular demand.
Notes:
svn path=/head/; revision=55849
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ddb is entered. Don't refer to `in_Debugger' to see if we
are in the debugger. (The variable used to be static in Debugger()
and wasn't updated if ddb is entered via traps and panic anyway.)
- Don't refer to `in_Debugger'.
- Add `db_active' to i386/i386/db_interface.d (as in
alpha/alpha/db_interface.c).
- Remove cnpollc() stub from ddb/db_input.c.
- Add the dbctl function to syscons, pcvt, and sio. (The function for
pcvt and sio is noop at the moment.)
Jointly developed by: bde and me
(The final version was tweaked by me and not reviewed by bde. Thus,
if there is any error in this commit, that is entirely of mine, not
his.)
Some changes were obtained from: NetBSD
Notes:
svn path=/head/; revision=55823
|
| |
|
|
|
|
|
|
| |
- Add a new ioctl, KDGETREPEAT, to retrieve the keyboard repeat rate.
- Delete unnecessary #include.
Notes:
svn path=/head/; revision=54543
|
| |
|
|
|
|
|
|
| |
PR: kern/15363
Submitted by: Oliver Fromme
Notes:
svn path=/head/; revision=54387
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
keymap and pressed, the system panic will be forced.
This feature must be specifically enabled by a new sysctl variable:
machdep.enable_panic_key. Its default value is 0. The panic key
won't do anything unless this variable is set to non-zero.
To use the panic key, add a keyword 'panic' to a key in your
keymap file. The following example assigns the panic function
to SysReq (Alt-PrintScreen) key (keycode 84).
083 del '.' '.' '.' '.' '.' boot boot N
084 panic nop nop nop panic nop nop nop O
085 nop nop nop nop nop nop nop nop O
PR: kern/13721
Notes:
svn path=/head/; revision=54381
|
| |
|
|
|
|
|
| |
Reported by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes:
svn path=/head/; revision=54182
|
| |
|
|
|
|
|
| |
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
Notes:
svn path=/head/; revision=54144
|
| |
|
|
|
|
|
|
|
| |
X server, is not responding to the VT switching protocol. (This part
of the code has been somewhat wrong in -CURRENT, but -STABLE has the
correct code...)
Notes:
svn path=/head/; revision=53816
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53057
|
| |
|
|
|
|
|
|
|
|
| |
The new option will make the right mouse button the `paste' button.
Useful for two button mice.
Submitted by: morganw@engr.sc.edu (Wes Morgan)
Notes:
svn path=/head/; revision=53011
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53008
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=51966
|