The NetBSD Project

CVS log for src/sys/dev/pckbport/wskbdmap_mfii.c

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / pckbport

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.35 / (download) - annotate - [select for diffs], Wed Sep 22 17:37:31 2021 UTC (2 years, 6 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, bouyer-sunxi-drm-base, bouyer-sunxi-drm, HEAD
Changes since 1.34: +58 -3 lines
Diff to previous 1.34 (colored) to selected 1.2.4.5 (colored)

wscons: add definitions for BPO, a standardized, Dvorak-style optimized
keyboard layout for French

Revision 1.33.8.1 / (download) - annotate - [select for diffs], Mon May 31 22:15:18 2021 UTC (2 years, 9 months ago) by cjep
Branch: cjep_staticlib_x
Changes since 1.33: +59 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.33.6.1 / (download) - annotate - [select for diffs], Thu May 13 00:47:31 2021 UTC (2 years, 10 months ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.33: +59 -2 lines
Diff to previous 1.33 (colored) next main 1.34 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.34 / (download) - annotate - [select for diffs], Tue May 11 10:16:48 2021 UTC (2 years, 10 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-futex2-base, thorpej-futex2, thorpej-cfargs2-base, thorpej-cfargs2, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1
Changes since 1.33: +59 -2 lines
Diff to previous 1.33 (colored) to selected 1.2.4.5 (colored)

wscons: add support for the Neo 2 German keyboard layout

Neo is an optimized layout for German and English, similar to
Dvorak for English. It can be used to type most Latin-based languages
and has separate layers for symbols and directional commands.

Revision 1.26.10.2 / (download) - annotate - [select for diffs], Mon Jul 13 14:22:47 2020 UTC (3 years, 8 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE
Changes since 1.26.10.1: +152 -2 lines
Diff to previous 1.26.10.1 (colored) to branchpoint 1.26 (colored) next main 1.27 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by nia in ticket #1002):

	sys/dev/wscons/wsksymdef.h: revision 1.68
	sys/dev/wscons/wsksymdef.h: revision 1.69
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.28
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.29
	sys/dev/hid/hidkbdmap.c: revision 1.10
	share/man/man4/pckbd.4: revision 1.23
	share/man/man4/wskbd.4: revision 1.18
	share/man/man4/wskbd.4: revision 1.19
	share/man/man4/pckbd.4: revision 1.25
	sys/dev/wscons/wsksymdef.h: revision 1.70
	sys/dev/wscons/wsksymdef.h: revision 1.71
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.30
	sys/dev/wscons/wsksymdef.h: revision 1.72
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.31
	sys/dev/wscons/wsksymdef.h: revision 1.73
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.32
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.33
	sys/dev/hid/hidkbdmap.c: revision 1.4
	sbin/wsconsctl/wsconsctl.8: revision 1.30
	sys/dev/hid/hidkbdmap.c: revision 1.5
	etc/wscons.conf: revision 1.20
	sys/dev/hid/hidkbdmap.c: revision 1.6
	etc/wscons.conf: revision 1.21
	sys/dev/hid/hidkbdmap.c: revision 1.7
	sys/dev/hid/hidkbdmap.c: revision 1.8
	sys/dev/hid/hidkbdmap.c: revision 1.9

Add support for the Brazilian keyboard layout to pckbd and ukbd.

This is significantly different from the European Portugese layout,
and was pieced together from Wikipedia, X11 layout files, and to
some extent with trial and error.

Thanks to lun-4 for helping test this.

PR kern/44570
Update lists of keyboard layouts to add Turkish and Brazilian

Bring br.nodead closer to X11

Add Estonian layout as a variation of Swedish for ukbd and pckbd

Add KB_TR for uhid keyboards (it was PS/2 only, this seems wrong)

Add Icelandic keyboard layout to ukbd/pckbd.

Add keyboard layout for Latin American Spanish to ukbd/pckbd

Canadian French keyboard layout for ukbd/pckbd

Clarify that KB_TR is the "Q" layout - there's two standards for Turkish.

Move description of keyboard layouts to wskbd.4, add newer layouts

Previously, the best reference was pckbd.4. This does not make much
sense to read if you are on, say, an evbarm device with only USB.
wsconsctl.8 contained a vaguer description of supported language names,
which isn't very useful because you can't pass full language names
to the command. Point readers to wskbd.4 instead.

Note in the wskbd.4 page that while all layouts are generally supported
by pckbd(4) and ukbd(4), older keyboard interfaces might only support
a subset.

wskbd.4: Add KB_LA

Point readers at wskbd.4

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jul 13 09:44:48 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: thorpej-futex-base, thorpej-futex, thorpej-cfargs-base, thorpej-cfargs, cjep_staticlib_x-base
Branch point for: thorpej-i2c-spi-conf, cjep_staticlib_x
Changes since 1.32: +34 -2 lines
Diff to previous 1.32 (colored) to selected 1.2.4.5 (colored)

Canadian French keyboard layout for ukbd/pckbd

Revision 1.32 / (download) - annotate - [select for diffs], Mon Jul 13 08:45:12 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.31: +29 -2 lines
Diff to previous 1.31 (colored) to selected 1.2.4.5 (colored)

Add keyboard layout for Latin American Spanish to ukbd/pckbd

Revision 1.31 / (download) - annotate - [select for diffs], Sun Jul 12 14:31:49 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.30: +39 -2 lines
Diff to previous 1.30 (colored) to selected 1.2.4.5 (colored)

Add Icelandic keyboard layout to ukbd/pckbd.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Jul 12 12:13:05 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.29: +20 -2 lines
Diff to previous 1.29 (colored) to selected 1.2.4.5 (colored)

Add Estonian layout as a variation of Swedish for ukbd and pckbd

Revision 1.29 / (download) - annotate - [select for diffs], Sun Jul 12 01:44:24 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored) to selected 1.2.4.5 (colored)

Bring br.nodead closer to X11

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jul 12 01:35:59 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
Changes since 1.27: +37 -2 lines
Diff to previous 1.27 (colored) to selected 1.2.4.5 (colored)

Add support for the Brazilian keyboard layout to pckbd and ukbd.

This is significantly different from the European Portugese layout,
and was pieced together from Wikipedia, X11 layout files, and to
some extent with trial and error.

Thanks to lun-4 for helping test this.

PR kern/44570

Revision 1.26.4.1 / (download) - annotate - [select for diffs], Wed Apr 8 14:08:11 2020 UTC (3 years, 11 months ago) by martin
Branch: phil-wifi
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored) next main 1.27 (colored) to selected 1.2.4.5 (colored)

Merge changes from current as of 20200406

Revision 1.26.10.1 / (download) - annotate - [select for diffs], Tue Jan 21 15:39:02 2020 UTC (4 years, 2 months ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-0-RELEASE, netbsd-9-0-RC2
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by nia in ticket #635):

	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.27
	share/man/man4/pckbd.4: revision 1.22
	sys/dev/hid/hidkbdmap.c: revision 1.2

Support the combination of KB_SWAPCTRLCAPS and UK layout.
Note some more layouts that work with KB_SWAPCTRLCAPS.

Revision 1.26.12.1 / (download) - annotate - [select for diffs], Fri Jan 17 21:47:32 2020 UTC (4 years, 2 months ago) by ad
Branch: ad-namecache
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored) next main 1.27 (colored) to selected 1.2.4.5 (colored)

Sync with head.

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 11 21:43:11 2020 UTC (4 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1
Changes since 1.26: +3 -2 lines
Diff to previous 1.26 (colored) to selected 1.2.4.5 (colored)

Support the combination of KB_SWAPCTRLCAPS and UK layout.

Revision 1.25.20.1 / (download) - annotate - [select for diffs], Wed Apr 11 14:41:33 2018 UTC (5 years, 11 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1
Changes since 1.25: +39 -2 lines
Diff to previous 1.25 (colored) next main 1.26 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by maya in ticket #735):

	sys/dev/wscons/wsksymdef.h: revision 1.67
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.26

Add Turkish keyboard layout.

from berte in PR kern/53011.

Revision 1.26 / (download) - annotate - [select for diffs], Mon Feb 19 14:34:17 2018 UTC (6 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: phil-wifi-base, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-merge-20190127, pgoyette-compat-base, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, pgoyette-compat, netbsd-9-base, netbsd-9-0-RC1, jdolecek-ncqfixes-base, jdolecek-ncqfixes, isaki-audio2-base, isaki-audio2, ad-namecache-base
Branch point for: phil-wifi, netbsd-9, ad-namecache
Changes since 1.25: +39 -2 lines
Diff to previous 1.25 (colored) to selected 1.2.4.5 (colored)

Add Turkish keyboard layout.

from berte in PR kern/53011.

Revision 1.22.12.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:49 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.22.12.1: +41 -18 lines
Diff to previous 1.22.12.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored) to selected 1.2.4.5 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.23.10.1 / (download) - annotate - [select for diffs], Sun Aug 10 06:54:57 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-earlyentropy
Changes since 1.23: +41 -18 lines
Diff to previous 1.23 (colored) next main 1.24 (colored) to selected 1.2.4.5 (colored)

Rebase.

Revision 1.15.8.6 / (download) - annotate - [select for diffs], Fri Aug 8 06:50:12 2014 UTC (9 years, 7 months ago) by msaitoh
Branch: netbsd-5
Changes since 1.15.8.5: +25 -2 lines
Diff to previous 1.15.8.5 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1915):
	sys/dev/usb/ukbdmap.c: revision 1.29
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.25
Add a belgian keyboard layout, based on the french keyboard layout.
Fixes PR install/46871.

Revision 1.22.8.1 / (download) - annotate - [select for diffs], Thu Aug 7 08:33:36 2014 UTC (9 years, 7 months ago) by msaitoh
Branch: netbsd-6
Changes since 1.22: +25 -2 lines
Diff to previous 1.22 (colored) next main 1.23 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1099):
	sys/dev/usb/ukbdmap.c: revision 1.29
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.25
Add a belgian keyboard layout, based on the french keyboard layout.
Fixes PR install/46871.

Revision 1.25 / (download) - annotate - [select for diffs], Mon Jul 14 10:05:24 2014 UTC (9 years, 8 months ago) by mbalmer
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, tls-maxphys-base, tls-earlyentropy-base, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, nick-nhusb, netbsd-8-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8
Changes since 1.24: +25 -2 lines
Diff to previous 1.24 (colored) to selected 1.2.4.5 (colored)

Add a belgian keyboard layout, based on the french keyboard layout.
Fixes PR install/46871.

Revision 1.24 / (download) - annotate - [select for diffs], Wed Jun 11 20:09:17 2014 UTC (9 years, 9 months ago) by riastradh
Branch: MAIN
Changes since 1.23: +18 -18 lines
Diff to previous 1.23 (colored) to selected 1.2.4.5 (colored)

Nuke trailing whitespace.

Revision 1.22.12.1 / (download) - annotate - [select for diffs], Tue Nov 20 03:02:30 2012 UTC (11 years, 4 months ago) by tls
Branch: tls-maxphys
Changes since 1.22: +13 -2 lines
Diff to previous 1.22 (colored) to selected 1.2.4.5 (colored)

Resync to 2012-11-19 00:00:00 UTC

Revision 1.22.2.1 / (download) - annotate - [select for diffs], Tue Oct 30 17:21:56 2012 UTC (11 years, 5 months ago) by yamt
Branch: yamt-pagecache
CVS Tags: yamt-pagecache-tag8
Changes since 1.22: +13 -2 lines
Diff to previous 1.22 (colored) next main 1.23 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.23 / (download) - annotate - [select for diffs], Sat Oct 13 17:51:51 2012 UTC (11 years, 5 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-pagecache-base9, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, rmind-smpnet-nbase, rmind-smpnet-base, rmind-smpnet, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: tls-earlyentropy
Changes since 1.22: +13 -2 lines
Diff to previous 1.22 (colored) to selected 1.2.4.5 (colored)

Add the extra keys found on the Tadpole SPARCle to the keysym list.

Revision 1.22 / (download) - annotate - [select for diffs], Fri Jul 22 23:22:38 2011 UTC (12 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, tls-maxphys, netbsd-6
Changes since 1.21: +9 -8 lines
Diff to previous 1.21 (colored) to selected 1.2.4.5 (colored)

fixes from gilbert dot fernandes at orange dot fr

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 22 19:20:28 2011 UTC (12 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.20: +10 -34 lines
Diff to previous 1.20 (colored) to selected 1.2.4.5 (colored)

fixes from OpenBSD

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jul 22 18:17:11 2011 UTC (12 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.19: +72 -3 lines
Diff to previous 1.19 (colored) to selected 1.2.4.5 (colored)

PR/35473: Wigcher Spanninga: Add Dutch keyboard support to wscons

Revision 1.15.8.1.4.1 / (download) - annotate - [select for diffs], Wed Apr 21 00:27:50 2010 UTC (13 years, 11 months ago) by matt
Branch: matt-nb5-mips64
CVS Tags: matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-k15
Changes since 1.15.8.1: +89 -2 lines
Diff to previous 1.15.8.1 (colored) next main 1.15.8.2 (colored) to selected 1.2.4.5 (colored)

sync to netbsd-5

Revision 1.15.8.5 / (download) - annotate - [select for diffs], Sun Nov 15 06:03:59 2009 UTC (14 years, 4 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, matt-nb5-pq3-base, matt-nb5-pq3
Changes since 1.15.8.4: +50 -2 lines
Diff to previous 1.15.8.4 (colored) to branchpoint 1.15 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by mbalmer in ticket #1144):
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.18
Add support for Swiss german kezboard to wskbd.
Contributed by Marc Balmer.

Revision 1.15.8.4 / (download) - annotate - [select for diffs], Sun Nov 1 16:13:10 2009 UTC (14 years, 4 months ago) by bouyer
Branch: netbsd-5
Changes since 1.15.8.3: +41 -2 lines
Diff to previous 1.15.8.3 (colored) to branchpoint 1.15 (colored) to selected 1.2.4.5 (colored)

Apply patch, requested by ahoka in ticket #1111:
	sys/dev/pckbport/wskbdmap_mfii.c                patch
	sys/dev/wscons/wsksymdef.h                      patch
	sys/dev/wscons/wskbdutil.c                      patch
Add hungarian keyboard layout.

Revision 1.15.8.3 / (download) - annotate - [select for diffs], Wed Oct 28 13:06:22 2009 UTC (14 years, 5 months ago) by bouyer
Branch: netbsd-5
Changes since 1.15.8.2: +2 -41 lines
Diff to previous 1.15.8.2 (colored) to branchpoint 1.15 (colored) to selected 1.2.4.5 (colored)

Back out ticket #1111, it breaks the build.

Revision 1.15.8.2 / (download) - annotate - [select for diffs], Tue Oct 27 21:39:21 2009 UTC (14 years, 5 months ago) by bouyer
Branch: netbsd-5
Changes since 1.15.8.1: +41 -2 lines
Diff to previous 1.15.8.1 (colored) to branchpoint 1.15 (colored) to selected 1.2.4.5 (colored)

Apply patch, requested by ahoka in ticket #1111:
	sys/dev/pckbport/wskbdmap_mfii.c: patch
Add hungarian keyboard layout

Revision 1.13.10.4 / (download) - annotate - [select for diffs], Wed Aug 19 18:47:18 2009 UTC (14 years, 7 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.10.3: +41 -2 lines
Diff to previous 1.13.10.3 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Jul 28 18:48:27 2009 UTC (14 years, 8 months ago) by ahoka
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-premerge-20091211, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.18: +41 -2 lines
Diff to previous 1.18 (colored) to selected 1.2.4.5 (colored)

Add hungarian qwertz keyboard layout.

Revision 1.16.2.2 / (download) - annotate - [select for diffs], Thu Jul 23 23:32:15 2009 UTC (14 years, 8 months ago) by jym
Branch: jym-xensuspend
Changes since 1.16.2.1: +50 -2 lines
Diff to previous 1.16.2.1 (colored) to branchpoint 1.16 (colored) next main 1.17 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.13.10.3 / (download) - annotate - [select for diffs], Sat Jun 20 07:20:28 2009 UTC (14 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.10.2: +50 -2 lines
Diff to previous 1.13.10.2 (colored) to branchpoint 1.13 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.18 / (download) - annotate - [select for diffs], Sat Jun 13 20:21:56 2009 UTC (14 years, 9 months ago) by tonnerre
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5, jymxensuspend-base
Changes since 1.17: +50 -2 lines
Diff to previous 1.17 (colored) to selected 1.2.4.5 (colored)

Add support for Swiss german kezboard to wskbd.

Contributed by Marc Balmer.

Revision 1.16.2.1 / (download) - annotate - [select for diffs], Wed May 13 17:21:08 2009 UTC (14 years, 10 months ago) by jym
Branch: jym-xensuspend
Changes since 1.16: +42 -2 lines
Diff to previous 1.16 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

Revision 1.13.10.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:14 2009 UTC (14 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13.10.1: +98 -2 lines
Diff to previous 1.13.10.1 (colored) to branchpoint 1.13 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.15.6.2 / (download) - annotate - [select for diffs], Tue Apr 28 07:36:21 2009 UTC (14 years, 11 months ago) by skrll
Branch: nick-hppapmap
Changes since 1.15.6.1: +42 -2 lines
Diff to previous 1.15.6.1 (colored) to branchpoint 1.15 (colored) next main 1.16 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 6 17:32:09 2009 UTC (14 years, 11 months ago) by mkirby
Branch: MAIN
CVS Tags: yamt-nfs-mp-base4, yamt-nfs-mp-base3, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base, jym-xensuspend-base
Changes since 1.16: +42 -2 lines
Diff to previous 1.16 (colored) to selected 1.2.4.5 (colored)

Add a Czech (QWERTY) keyboard layout, and teach wscons about latin 2 characters.

Original code from Lubomir Kundrak, adapted to current and cleaned up by me.

Fixes PR kern/16216

ok agc@ jdc@

Revision 1.15.6.1 / (download) - annotate - [select for diffs], Tue Mar 3 18:31:50 2009 UTC (15 years ago) by skrll
Branch: nick-hppapmap
Changes since 1.15: +52 -29 lines
Diff to previous 1.15 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.15.8.1 / (download) - annotate - [select for diffs], Mon Feb 16 03:22:03 2009 UTC (15 years, 1 month ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20091211, matt-nb4-mips64-k7-u2a-k9b
Branch point for: matt-nb5-mips64
Changes since 1.15: +52 -29 lines
Diff to previous 1.15 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by ghen in ticket #427):
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.16
	sys/dev/usb/ukbdmap.c: revision 1.22
Enable Colemak altgr keys.

Revision 1.16 / (download) - annotate - [select for diffs], Tue Feb 3 17:50:28 2009 UTC (15 years, 1 month ago) by ghen
Branch: MAIN
CVS Tags: nick-hppapmap-base2
Branch point for: jym-xensuspend
Changes since 1.15: +52 -29 lines
Diff to previous 1.15 (colored) to selected 1.2.4.5 (colored)

Enable Colemak altgr keys.

Revision 1.11.26.1 / (download) - annotate - [select for diffs], Thu Sep 4 08:46:45 2008 UTC (15 years, 6 months ago) by skrll
Branch: wrstuden-fixsa
Changes since 1.11: +35 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

Sync with netbsd-4.

Revision 1.14.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:25 2008 UTC (15 years, 9 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.14: +35 -2 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.2.4.5 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.11.12.1 / (download) - annotate - [select for diffs], Sun Jun 8 20:02:16 2008 UTC (15 years, 9 months ago) by bouyer
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base
Changes since 1.11: +35 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

Pull up following revision(s) (requested by ghen in ticket #1155):
	sys/dev/wscons/wsksymdef.h: revision 1.61
	x11/bin/xkbcomp/symbols/pc/Makefile: revision 1.5
	sys/dev/sun/wskbdmap_sun.c: revision 1.15
	x11/bin/xkbcomp/symbols/Makefile: revision 1.6
	sys/dev/pckbport/wskbdmap_mfii.c: revision 1.15
	share/man/man4/pckbd.4: revision 1.15
	distrib/sets/lists/xbase/mi: revision 1.57
	sys/dev/usb/ukbdmap.c: revision 1.20
	distrib/sets/lists/xbase4/mi: revision 1.21
	xsrc/xfree/xc/programs/xkbcomp/symbols/colemak: revision 1.1
	xsrc/xfree/xc/programs/xkbcomp/symbols/pc/colemak: revision 1.1
Add support for the Colemak keyboard layout variant, see http://colemak.com

Revision 1.13.8.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:19 2008 UTC (15 years, 9 months ago) by yamt
Branch: yamt-pf42
Changes since 1.13.8.1: +35 -2 lines
Diff to previous 1.13.8.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.13.6.1 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:45 2008 UTC (15 years, 9 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.13: +35 -9 lines
Diff to previous 1.13 (colored) next main 1.14 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.15 / (download) - annotate - [select for diffs], Wed May 21 07:39:24 2008 UTC (15 years, 10 months ago) by ghen
Branch: MAIN
CVS Tags: yamt-pf42-base4, yamt-pf42-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, netbsd-5-base, netbsd-5-0-RC2, netbsd-5-0-RC1, mjf-devfs2-base, matt-mips64-base2, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-audiomp2-base, ad-audiomp2
Branch point for: nick-hppapmap, netbsd-5
Changes since 1.14: +35 -2 lines
Diff to previous 1.14 (colored) to selected 1.2.4.5 (colored)

Add support for the Colemak keyboard layout variant, see http://colemak.com

Revision 1.13.8.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:35 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-pf42
Changes since 1.13: +2 -9 lines
Diff to previous 1.13 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.13.10.1 / (download) - annotate - [select for diffs], Fri May 16 02:24:57 2008 UTC (15 years, 10 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.13: +2 -9 lines
Diff to previous 1.13 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Apr 28 20:23:56 2008 UTC (15 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.13: +2 -9 lines
Diff to previous 1.13 (colored) to selected 1.2.4.5 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.11.40.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:20 2008 UTC (16 years, 1 month ago) by mjf
Branch: mjf-devfs
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.9.2.2 / (download) - annotate - [select for diffs], Mon Jan 21 09:44:27 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9.2.1: +6 -2 lines
Diff to previous 1.9.2.1 (colored) to branchpoint 1.9 (colored) next main 1.10 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.11.34.1 / (download) - annotate - [select for diffs], Wed Jan 9 01:54:14 2008 UTC (16 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.11: +6 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

sync with HEAD

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Tue Jan 8 22:11:18 2008 UTC (16 years, 2 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) next main 1.13 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD

Revision 1.13 / (download) - annotate - [select for diffs], Sun Jan 6 19:42:33 2008 UTC (16 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base, yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, bouyer-xeni386-nbase, bouyer-xeni386-base, ad-socklock-base1
Branch point for: yamt-pf42, yamt-nfs-mp, mjf-devfs2
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.2.4.5 (colored)

defflag one moe variable.

Revision 1.11.44.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:47:19 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

Sync with head.

Revision 1.11.46.1 / (download) - annotate - [select for diffs], Tue Dec 11 15:37:18 2007 UTC (16 years, 3 months ago) by yamt
Branch: yamt-kmem
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Dec 9 20:28:13 2007 UTC (16 years, 3 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, vmlocking2-base3, cube-autoconf-base, cube-autoconf
Branch point for: bouyer-xeni386
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) to selected 1.2.4.5 (colored)

Merge jmcneill-pm branch.

Revision 1.11.32.1 / (download) - annotate - [select for diffs], Fri Aug 3 22:17:23 2007 UTC (16 years, 7 months ago) by jmcneill
Branch: jmcneill-pm
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.2.4.5 (colored)

Pull in power management changes from private branch.

Revision 1.10.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:53:54 2006 UTC (17 years, 6 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:06:14 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.9: +36 -2 lines
Diff to previous 1.9 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.10.12.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:28 2006 UTC (17 years, 10 months ago) by tron
Branch: peter-altq
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.2.4.5 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.10.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:24 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.2.4.5 (colored)

Sync with head.

Revision 1.10.10.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:25:59 2006 UTC (17 years, 11 months ago) by elad
Branch: elad-kernelauth
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.2.4.5 (colored)

sync with head.

Revision 1.10.8.1 / (download) - annotate - [select for diffs], Tue Apr 11 11:55:18 2006 UTC (17 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) next main 1.11 (colored) to selected 1.2.4.5 (colored)

sync with head

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 1 23:02:32 2006 UTC (18 years ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, yamt-splraiseipl-base2, yamt-splraiseipl-base, yamt-splraiseipl, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-kmem-base, yamt-idlelwp-base8, yamt-idlelwp, wrstuden-fixsa-base-1, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, vmlocking-base, vmlocking, thorpej-atomic-base, thorpej-atomic, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, reinoud-bufcleanup, post-newlock2-merge, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, newlock2-nbase, newlock2-base, newlock2, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, mjf-ufs-trans-base, mjf-ufs-trans, matt-nb4-arm-base, matt-nb4-arm, matt-mips64-base, matt-mips64, matt-armv6-prevmlocking, jmcneill-pm-base, jmcneill-base, hpcarm-cleanup, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, bouyer-xenamd64-base2, bouyer-xenamd64-base, bouyer-xenamd64, ad-audiomp-base, ad-audiomp, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-kmem, wrstuden-fixsa, vmlocking2, netbsd-4, mjf-devfs, matt-armv6, jmcneill-pm
Changes since 1.10: +36 -2 lines
Diff to previous 1.10 (colored) to selected 1.2.4.5 (colored)

Greek console keymap from Eye of the Beholder

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 11 12:23:22 2005 UTC (18 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, peter-altq, elad-kernelauth
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.2.4.5 (colored)

merge ktrace-lwp.

Revision 1.2.4.10 / (download) - annotate - [select for diffs], Thu Nov 10 14:07:24 2005 UTC (18 years, 4 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.9: +5 -5 lines
Diff to previous 1.2.4.9 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD. Here we go again...

Revision 1.2.2.2.2.1 / (download) - annotate - [select for diffs], Mon May 16 04:49:18 2005 UTC (18 years, 10 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1
Changes since 1.2.2.2: +5 -5 lines
Diff to previous 1.2.2.2 (colored) next main 1.2.4.1 (colored) to selected 1.2.4.5 (colored)

Pull up revisions 1.8-1.9 (requested by abs in ticket #1506):
Fix for Portuguese keymap from Rui Paulo

Fix for portuguese keymap '4' and '+' keys, from Rui Paulo

Revision 1.7.2.2 / (download) - annotate - [select for diffs], Mon May 9 17:20:27 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.7.2.1: +4 -4 lines
Diff to previous 1.7.2.1 (colored) to branchpoint 1.7 (colored) next main 1.8 (colored) to selected 1.2.4.5 (colored)

Pull up revision 1.9 (requested by abs in ticket #268):
Fix for portuguese keymap '4' and '+' keys, from Rui Paulo

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Mon May 9 17:19:54 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.2.4.5 (colored)

Pull up revision 1.8 (requested by abs in ticket #268):
Fix for Portuguese keymap from Rui Paulo

Revision 1.9 / (download) - annotate - [select for diffs], Thu May 5 22:31:13 2005 UTC (18 years, 10 months ago) by abs
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.8: +4 -4 lines
Diff to previous 1.8 (colored) to selected 1.2.4.5 (colored)

Fix for portuguese keymap '4' and '+' keys, from Rui Paulo

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:13 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.6: +4 -4 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.2.4.5 (colored)

sync with -current

Revision 1.8 / (download) - annotate - [select for diffs], Sun Apr 24 08:18:47 2005 UTC (18 years, 11 months ago) by abs
Branch: MAIN
CVS Tags: kent-audio2-base
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored) to selected 1.2.4.5 (colored)

Fix for Portuguese keymap from Rui Paulo

Revision 1.6.4.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:34 2005 UTC (19 years ago) by yamt
Branch: yamt-km
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) next main 1.7 (colored) to selected 1.2.4.5 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.2.4.9 / (download) - annotate - [select for diffs], Fri Mar 4 16:49:38 2005 UTC (19 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.8: +3 -3 lines
Diff to previous 1.2.4.8 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 27 00:27:42 2005 UTC (19 years, 1 month ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base
Branch point for: netbsd-3
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored) to selected 1.2.4.5 (colored)

nuke trailing whitespace

Revision 1.2.4.8 / (download) - annotate - [select for diffs], Mon Jan 17 19:31:52 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.7: +3 -2 lines
Diff to previous 1.2.4.7 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 11 01:39:36 2005 UTC (19 years, 2 months ago) by uwe
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base
Branch point for: yamt-km, kent-audio2
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored) to selected 1.2.4.5 (colored)

Add KB_ES | KB_MACHDEP placeholder for Jornada 680/690 Spanish (ABE).

Revision 1.2.4.7 / (download) - annotate - [select for diffs], Tue Oct 19 15:57:26 2004 UTC (19 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.6: +8 -2 lines
Diff to previous 1.2.4.6 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD

Revision 1.5 / (download) - annotate - [select for diffs], Mon Oct 4 00:20:23 2004 UTC (19 years, 5 months ago) by hubertf
Branch: MAIN
CVS Tags: kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Changes since 1.4: +8 -2 lines
Diff to previous 1.4 (colored) to selected 1.2.4.5 (colored)

Add & document WSKBD_USONLY: In order to strip down the space usage of wscons,
all keymaps except the US english one can be removed from the kernel
with this option, which results in a space gain of about 10kB.

XXX it would be nice if we could strip down more kernel facilities

Revision 1.2.4.6 / (download) - annotate - [select for diffs], Tue Sep 21 13:32:19 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.5: +2 -2 lines
Diff to previous 1.2.4.5 (colored) to branchpoint 1.2 (colored)

Fix the sync with head I botched.

Revision 1.2.4.5 / (download) - annotate - [selected], Sat Sep 18 14:50:23 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.4: +2 -2 lines
Diff to previous 1.2.4.4 (colored) to branchpoint 1.2 (colored)

Sync with HEAD.

Revision 1.2.4.4 / (download) - annotate - [select for diffs], Wed Aug 25 06:58:42 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.3: +4 -4 lines
Diff to previous 1.2.4.3 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.2.2.2 / (download) - annotate - [select for diffs], Sun Aug 22 13:45:38 2004 UTC (19 years, 7 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.2.2.1: +4 -4 lines
Diff to previous 1.2.2.1 (colored) to branchpoint 1.2 (colored) next main 1.3 (colored) to selected 1.2.4.5 (colored)

Pull up revision 1.4 (requested by recht in ticket #774):
Allow keypad PgUp/PgDn to scroll as well.

Revision 1.2.2.1 / (download) - annotate - [select for diffs], Sun Aug 22 13:44:12 2004 UTC (19 years, 7 months ago) by tron
Branch: netbsd-2-0
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.2.4.5 (colored)

Pull up revision 1.3 (requested by recht in ticket #774):
by popular demand, bind the scroll keys by default.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Aug 14 16:42:36 2004 UTC (19 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +4 -4 lines
Diff to previous 1.3 (colored) to selected 1.2.4.5 (colored)

Allow keypad PgUp/PgDn to scroll as well.

Revision 1.2.4.3 / (download) - annotate - [select for diffs], Thu Aug 12 11:41:59 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.2: +4 -4 lines
Diff to previous 1.2.4.2 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Aug 8 19:24:49 2004 UTC (19 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.2: +4 -4 lines
Diff to previous 1.2 (colored) to selected 1.2.4.5 (colored)

by popular demand, bind the scroll keys by default.

Revision 1.2.4.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:50:14 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.2.4.1: +560 -0 lines
Diff to previous 1.2.4.1 (colored) to branchpoint 1.2 (colored) to selected 1.2.4.5 (colored)

Sync with HEAD

Revision 1.2.4.1, Wed Mar 17 04:09:57 2004 UTC (20 years ago) by skrll
Branch: ktrace-lwp
Changes since 1.2: +0 -560 lines
FILE REMOVED

file wskbdmap_mfii.c was added on branch ktrace-lwp on 2004-08-03 10:50:14 +0000

Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 17 04:09:57 2004 UTC (20 years ago) by uwe
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0, ktrace-lwp
Changes since 1.1: +6 -2 lines
Diff to previous 1.1 (colored) to selected 1.2.4.5 (colored)

Add KB_FR | KB_MACHDEP placeholder.  Need it for the Jornada 680/690
French (ABF) keyboard layout (to be enabled soon).

Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 13 17:31:33 2004 UTC (20 years ago) by bjh21
Branch: MAIN
Diff to selected 1.2.4.5 (colored)

Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it.  This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111.  The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers.  To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned.  Thy just use rather more function pointers than before.  Tested
on i386 and (with a new host driver) acorn32.  Compiled on several other
affected architectures.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>