| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) deleted #if 0
pc98/pc98/mse.c
(2) hold per-unit I/O ports in ed_softc
pc98/pc98/if_ed.c
pc98/pc98/if_ed98.h
(3) merge more files by segregating changes into headers.
new file (moved from pc98/pc98):
i386/isa/aic_98.h
deleted:
well, it's already in the commit message so I won't repeat the
long list here ;)
Submitted by: The FreeBSD(98) Development Team
Notes:
svn path=/head/; revision=19269
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13632
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12724
|
| |
|
|
|
|
|
| |
Submitted by: ache
Notes:
svn path=/head/; revision=7452
|
| |
|
|
|
|
|
|
|
|
|
| |
Now the keymaps are as follows:
"backspace / <-" ^H
"grey del" ^? (0x7f)
"numpad , del" ^? (, if numlocked)
Notes:
svn path=/head/; revision=7420
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6868
|
| |
|
|
|
|
|
|
|
|
| |
Let "grey delete" be a function key (default is 0x7f)
Fix the xor cursor again..
Made the backspace key generate del as default
Made CTRL-space generate nul as default.
Notes:
svn path=/head/; revision=6851
|
| |
|
|
|
|
|
|
| |
Submitted by:
Obtained from:
Notes:
svn path=/head/; revision=6044
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Display update method changed, now allways write in memory buffer,
then periodically update physical display.
Speed improvements (now > 5 times faster than the old syscons).
History now circular buffer, with changeable size.
History scroll by up/down line, up/down page, home and end.
Backtab proberly implemented.
Now space for 96 function keys, 63 allocated standard, default now
SCO/SYSV compat again as in the old days.
New keyboard definition files ~share/syscons/keymaps/*
Misc fixes for old "hacks" that broke SCO/SYSV compat.
More that I forgot before writing this...
Notes:
svn path=/head/; revision=5994
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5935
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5933
|
| |
|
|
|
|
|
| |
Get rid of overloaded fkeys
Notes:
svn path=/head/; revision=5931
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5924
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5308
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4685
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4684
|
| |
|
|
|
|
|
|
| |
Add support for ws_xpixel & ws_ypixel in winsize.
Submitted by: Natural support suggested by Kaleb Keithley (kaleb@x.org)
Notes:
svn path=/head/; revision=4573
|
| |
|
|
|
|
|
| |
Submitted by: HOSOKAWA Tatsumi
Notes:
svn path=/head/; revision=3258
|
| |
|
|
| |
Notes:
svn path=/head/; revision=3186
|
| |
|
|
|
|
|
|
| |
>date: 1994/05/27 01:09:16; author: ache; state: Exp; lines: +3 -3
>Russian keymap: Ctrl-Alt-Del with NumLock on fixed
Notes:
svn path=/head/; revision=2953
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1417
|
| |
|
|
|
|
|
| |
Nate, please, be more careful next time.
Notes:
svn path=/head/; revision=1065
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: syscons-1.3
Date: Sat, 29 Jan 94 23:33:50 MET
But here is the (hopefully) final syscons-1.3....
....
I've changed sgetc so it works as the pccons parallel
(it now uses a scgetc internally).
[
There were a couple changes that Bruce Evans sent me that were applied
to this version along with some changes that S'ren didn't incorporate
into the final version. There will be only minor changes if anything
from this version to his final release.
]
Notes:
svn path=/head/; revision=1061
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1009
|
| |
|
|
|
|
|
| |
debugger and <CTL-ALT-DEL> call the reboot command.
Notes:
svn path=/head/; revision=983
|
| |
|
|
|
|
|
|
|
| |
New syscons keys added: NEXT, DBG, RBT
AltGr Shift removed from right Alt
Shift state on -,+ keys exchanged
Notes:
svn path=/head/; revision=699
|
| |
|
|
| |
Notes:
svn path=/head/; revision=679
|
| |
|
|
| |
Notes:
svn path=/head/; revision=677
|
| |
|
|
|
|
|
| |
minor cleanup. Added $Id$ to files that did not have any version info, etc
Notes:
svn path=/head/; revision=619
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
>Subject: Bad bug in kbdtables.h [FreeBSD]
I found a bug in /sys/i386/isa/kbdtables.h which contain the
different keyboard layouts for syscons. This regards all tables exept
the Danish and US. When compiling the kernel with any other keymapping
than Danish or none at all (US), you get an error that 'key_map' is undefined.
This is because there is a typo in the name of the struct containing
the tables, keymap intead of key_map.
Notes:
svn path=/head/; revision=470
|
| |
|
|
|
|
|
| |
release, but it's still worth testing.
Notes:
svn path=/head/; revision=210
|
|
|
it's easier to leave there since I don't feel like breaking anything).
Notes:
svn path=/head/; revision=192
|