summaryrefslogtreecommitdiffstats
path: root/share/syscons
Commit message (Collapse)AuthorAgeFilesLines
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-182-2/+2
|
* Add the Euro symbol mapping to the UK keyboard keymap.asmodai2002-04-081-1/+1
| | | | | | PR: 33956 Submitted by: Andrew McKay <andy@openirc.co.uk> MFC after: 3 weeks
* The idea of mapping non-existen characters to space (0x20) was nice alone,ache2002-01-215-58/+58
| | | | | | | | | | but those maps also used as backward maps for Paste, so space becomes mapped to last non-existen character on Paste as result. Fix it by mapping non-existen characters to another non-existen one, i.e. to 0x00, so unused 0x00 can be backward-mapped to some junk without real harm. Pointed by: Alexander Kabaev <ak03@gte.com>
* Fix to conform standardache2002-01-013-64/+64
|
* Add 8859-5 keymapsache2002-01-014-2/+496
| | | | | PR: 32449 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Add 8859-5 fontsache2002-01-015-0/+243
| | | | | PR: 32448 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Add missed capital GHE letter.sobomax2001-12-051-1/+1
| | | | | PR: 28571 Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>
* Add us-ascii_to_cp437 screenmapache2001-11-232-1/+40
|
* Add table for iso-8859-4 vga9 fontsache2001-11-232-1/+69
|
* 1) Map all unused characters into 'space'.ache2001-11-236-107/+43
| | | | 2) iso-8859-4_to_cp437 not do what its name tells at all, remove it
* Standard conformance cleanupache2001-11-233-36/+36
|
* Standards conformance cleanupache2001-11-2234-603/+609
|
* Improve Greek support in sysconsache2001-11-206-1/+351
| | | | | PR: 32119 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Replace wrong CP437 font by actual Latin7 oneache2001-11-201-29/+29
| | | | | PR: 32120 Submitted by: Basileios Anastasatos <B.Anastasatos@MyRealBox.com>
* Add support for entering the Ukrainian letter GHE with upturn and for Russiansobomax2001-11-141-2/+2
| | | | | | | | YO (`e' with two dots). PR: 28573 Submitted by: Alexey Klimov <klim@unique.kiev.ua> MFC after: 2 weeks
* Style: don't mix decimal and hex values in the same file (convert all tosobomax2001-11-141-10/+10
| | | | | | decimal). MFC after: 2 weeks
* fix ukrainian translation of 'Norwegian' wordphantom2001-11-141-5/+5
| | | | | PR: misc/28605 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Added PC-98x1 keymaps.nyan2001-06-174-1/+273
|
* ISO_ -> ISO renameache2001-06-111-116/+0
|
* ISO_ -> ISO (partially)ache2001-06-112-6/+6
|
* Remove commented out line that doesn't belong here.sobomax2001-05-311-1/+0
|
* Add Ukrainian language support for FreeBSD console.sobomax2001-04-1713-4/+865
| | | | | Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> Reviewed by: ache, phantom, ru, sobomax
* Whitespace only: convert several tabs into spaces to make style consistent.sobomax2001-04-091-8/+8
|
* Whitespace only: Convert several tabs into spaces, to make style consistent.sobomax2001-04-092-16/+16
|
* Shift+Ins - paste bufferache2001-03-1169-160/+160
| | | | Shift+PrintScr - prev. screen
* Add Greek keyboardache2001-01-173-0/+563
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Add iso07 fontsache2001-01-174-0/+231
| | | | | PR: 24324 Submitted by: past@netmode.ntua.gr
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+3
| | | | | | | | | Replace all in-tree uses with necessary subset of <sys/{fb,kb,cons}io.h>. This is also the appropriate fix for exo-tree sources. Put warnings in <machine/console.h> to discourage use. November 15th 2000 the warnings will be converted to errors. January 15th 2001 the <machine/console.h> files will be removed.
* Add Turkish keyboardache2000-08-303-0/+132
| | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
* 8859-9 fontache2000-08-293-0/+99
| | | | Submitted by: Evren Yurtesen <yurtesen@ispro.net.tr>
* Add iso08 fontsache2000-08-291-0/+1
|
* Fix Hebrew langcodeache2000-08-291-6/+6
|
* Hebrew keyboardache2000-08-292-0/+6
|
* Add Hebrew keyboardache2000-08-291-0/+114
| | | | | PR: 20864 Submitted by: Allow Ole <allow@darkserver.dyndns.org>
* 8859-8 fontsache2000-08-284-1/+242
| | | | | PR: 20864 Submitted by: Allow Ole <allow@darkserver.dyndns.org>
* Add versions of the UK keymaps with the key marked "Caps Lock"joe2000-07-023-3/+3
| | | | | | | | | | acting as a left control key. Many want a control key in the "real" place, but still want the keymap to match the printed keys as much as possible. Inspired by obrien's us.pc-ctrl.kbd keymap, although I've had these in my tree for a long time (since the left control key on my laptop stopped working :)
* Finland is also entitled to have an Euro character :)roberto2000-05-311-1/+1
| | | | Submitted by: Mikko Hyvarinen <morphy@morphy.iki.fi>
* Add the Euro character on AltGr + E in these european keymaps as well.roberto2000-05-3114-14/+14
| | | | | Reminded by: Anders Andersson <anders@sanyusan.se> alex@big.endian.de (Alexander Langer)
* Makes AltGr + E generate the ISO code for the Euro character instead ofroberto2000-05-313-3/+3
| | | | a plain 'e'.
* Add FreeBSD ID tags while I'm here, since people often copy an exitingobrien2000-05-0650-0/+59
| | | | keyboard map and then edit that and try to commit it.
* Add a keymap that is the standard ISO PC-101/3 layout, but with theobrien2000-05-062-1/+116
| | | | | | key marked "Caps Lock" acting as a left control key. Many want a control key in the Real place, but still want the keymap to match the printed keys as much as possible.
* Add Bulgarian keyboardsache2000-04-114-0/+509
| | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com>
* Add Codepage 1251 fontsache2000-04-115-0/+240
| | | | Submitted by: Boris Stoev <borko_stoev@yahoo.com>
* Add ISO-8859-15 versions of the 8x8, 8x14, 8x16 VGA fonts.jmas2000-03-025-15/+269
| | | | | Reviewed by: yokota Approved by: jkh
* Add Spanish ISO-8859-15 keymap (Alt-E yields Euro sign)jmas2000-03-023-4/+151
| | | | | Reviewed by: yokota Approved by: jkh
* Add Latin4 wide fontsache2000-01-084-1/+199
| | | | Submitted by: Ricardas Cepas <rch@richard.eu.org>
* Add Latin4 fonts, VGA 9bit mappedache2000-01-085-0/+240
| | | | Submitted by: Ricardas Cepas <rch@richard.eu.org>
* add Latin4 screen mapache2000-01-082-1/+68
| | | | Submitted by: Ricardas Cepas <rch@richard.eu.org>
* Add cs.latin2 keyboardache2000-01-071-0/+1
| | | | Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
* Fix typoache2000-01-071-1/+1
|
OpenPOWER on IntegriCloud