summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol
Commit message (Collapse)AuthorAgeFilesLines
...
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+2
| | | | | | | | | 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.
* Fixed breakage of installation of kbdcontrol.1 in previous commit.bde2000-09-141-2/+4
| | | | Fixed style bugs.
* Add kbdmap.5 to build.dwmalone2000-09-132-0/+3
| | | | | | | | Refer to kbdmap(5) from a few man pages. Remove it from TODO list. Add missing FreeBSD tags. PR: 19260
* Man page for the file format accepted by "kbdcontrol -l".dwmalone2000-09-131-0/+311
| | | | | PR: 19260 Reviewed by: sheldonh
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-113-0/+20
| | | | | | | | to syscons. I have a man page to follow describing the format of the kbdmap file. PR: 19273 Reviewed by: sheldonh
* * document that 'kbdcontrol -k' needs stdin to be the console.ben2000-07-191-0/+19
| | | | | | | | * add an example of how to switch the console keyboard to a USB keyboard. PR: 18520 Submitted by: n_hibma Reviewed by: sheldonh
* Dot not dot terminate in FILES and SEE ALSO sectionscharnier2000-05-281-2/+2
|
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-2/+4
| | | | | PR: 18465 Reported by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* Define some more function keys in the keymap: panic, lshifta, rshifta, etc.yokota1999-12-103-0/+70
|
* Do not suggest user to change /etc/defaults/rc.conf.phantom1999-11-181-1/+0
| | | | Requested by: sheldonh
* mdoc(7)'fyphantom1999-10-301-1/+1
|
* Fix warning: return type of `main' is not `int'peter1999-09-151-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-284-4/+4
|
* Document -i, -k, and -K options.yokota1999-08-161-2/+12
|
* - Add new argument `off' to the `-b' option. This will turn offyokota1999-07-222-4/+8
| | | | | | | | the bell. - Document it in the man page. - Fix a couple of typo in the man page. Submitted by: cpiazza
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Added the EXAMPLE section and try to make the text slightly more informative.yokota1999-07-051-26/+109
| | | | | | | Grammar and Spelling Reviewed by: mpp While mpp kindly checked grammar and spelling, any technical errors remaining in the man pages are entirely of mine.
* Reflect recent changes in syscons.yokota1999-06-223-3/+13
|
* Added backward compatibility to set key repeat rate.yokota1999-05-091-7/+28
| | | | Requested by: bde
* Fix builds for the AXPgpalmer1999-03-171-6/+1
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-33/+12
| | | | | | | | | | | | | | | | | | | | | | | - Refined internal interface in keyboard drivers so that: 1. the side effect of device probe is kept minimal, 2. polling mode function is added, 3. and new ioctl and configuration options are added (see below). - Added new ioctl: KDSETREPEAT Set keyboard typematic rate. There has existed an ioctl command, KDSETRAD, for the same purpose. However, KDSETRAD is dependent on the AT keyboard. KDSETREPEAT provides more generic interface. KDSETRAD will still be supported in the atkbd driver. - Added new configuration options: ATKBD_DFLT_KEYMAP Specify a keymap to be used as the default, built-in keymap. (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP, SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap. These options are now gone for good. The new option is more general.) KBD_DISABLE_KEYMAP_LOADING Don't allow the user to change the keymap.
* Remove a workaround for the alpha port using an outdated version of syscons.dfr1999-01-231-6/+1
|
* Fix for compiling on alpha.mjacob1999-01-121-1/+20
| | | | Obtained from:yokota@zodiac.mech.utsunomiya-u.ac.jp
* The first stage of console driver reorganization: activate newyokota1999-01-111-5/+109
| | | | keyboard and video card drivers.
* Make a spelling fix, and make sure all instances of belltype contain thebillf1998-12-031-2/+2
| | | | | | | preceded option "quiet." PR: docs/8506 Submitted by: Kazuo Horikawa <horikawa@jp.FreeBSD.org>
* Add description on the "quiet" modifier for bell types.yokota1998-10-121-1/+6
|
* The fix in the previous commit was not sufficient; the upper 24 bitsyokota1998-09-101-14/+9
| | | | | | of an int argument still contained garbage. Pointed out by: bde PR: bin/7799
* Fix uninitialized variable.yokota1998-09-041-1/+2
| | | | | PR: bin/7799 Submitted by: Sheldon Hearn (axl@iafrica.com)
* The control code ^_ (0x1f) should really be called "us" rather than "ns".yokota1998-08-062-3/+4
| | | | | In the mean time, accept both "us" and "ns" in the keymap file as ^_ for the compatibility with the existing keymap files.
* Added the `saver' key definition. The saver key will activate the screenyokota1998-08-033-3/+13
| | | | saver if one is loaded.
* - Set bell pitch in hertz and duration in msecs.yokota1998-08-032-6/+14
| | | | | | | The change corresponds to syscons.c 1.268. PR: bin/6037 Submitted by: Kouichi Hirabayashi (kh@eve.mogami-wire.co.jp)
* Fix the search sequence for keymaps.des1998-05-051-3/+3
| | | | | PR: bin/6522 Submitted by: Rudolf Cejka
* Fix the output of `kbdcontrol -L _keymap_file_' which I broke in the lastyokota1998-01-121-11/+16
| | | | | commit ;-< /usr/src/release/sysinstall/Makefile uses it to generate built-in keymap tables.
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-073-39/+363
| | | | | | | | | | | | | | | | | | | | | | | | | | | With a keymap with accent key definitions loaded to syscons, you press an accent key followed by a regular letter key to produce an accented letter. Press an accent key followed by the space bar to get the accent letter itself. Code is based on the ideas and work by jmrueda@diatel.upm.es and totii@est.is. PR: i386/4016 - Added keywords for accent (dead) keys: dgra, dacu, dcir, dtil... - Recognize accent map definitions. <accent_map_definition> ::= <accent_key_name> <accent_char> <accent_map> <accent_key_name> ::= dgra | dacu | dcir | dtil | dmac | dbre | ddot | duml | dsla | drin | dced | dapo | ddac | dogo | dcar <accent_map> ::= <map_entry> | <map_entry> <accent_map> <map_entry> ::= ( <regular_letter_char> <accented_char> ) - Use ioctls PIO_DEADKEYMAP and GIO_DEADKEYMAP to set and get the accent key map table in syscons. - Made the output for the -L option more intelligible and look like initializers in kbdtables.h. - Reorganized print functions in order to print the accent key map.
* Use err(3). Typo fixes in man page.charnier1997-09-192-58/+44
|
* Show the real revision date and not the date that thissteve1997-06-231-1/+1
| | | | manpage is being viewed.
* Revert $FreeBSD$ to $Id$peter1997-02-223-3/+3
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-143-3/+3
| | | | | | | | 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.
* Convert to mdoc format.mpp1996-12-211-56/+67
|
* Implement a -L option that dumps the compiled keymap (as C code) tojoerg1996-11-092-6/+36
| | | | stdout. The next commit to sysinstall will use this...
* document values for option -rwosch1996-05-281-6/+8
|
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-9/+12
|
* Remove trailing whitespace.rgrimes1995-05-301-23/+23
|
* Added h option for setting the historysize.sos1995-01-302-25/+28
| | | | fixed problem with Both n&C flags.
* Third round in syscons update.sos1995-01-283-24/+40
| | | | | | | | | | | | | | 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...
* First round in syscons update. Several new features has been added:sos1995-01-122-26/+38
| | | | | | | | | | | | | | No kernel config options anymore besides keyboard language layout. Virtual consoles are now dynamically allocated, no NCONS anymore. Software cursor blinking/nonblinking. Visual bell for laptops (don't beep at meetings :-). Cursor/bell default type setable via config "flags" instead of as defines. Cursor/bell type setable via ioctl's. New video modes 80x30 80x60 for some laptops, and those with multisync monitors. Scroll-lock history (length currently fixed at 100 lines). Lots of cleanups, some only commented out for now (will goaway soon). Support for new features in vidcontrol/kbdcontrol. Updated manpages.
* Applied patch009. Also added appropriate #include <string.h> whichswallace1994-10-251-2/+3
| | | | | | | would have detected that memset was not being passed a pointer in the first place. Submitted by: Gene Stark (?) - 1.1.5.1 patch009
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
| | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
* Add -ll to link flags to link with the lex library.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* Added kbdcontrol util from 1.1.5.1+sos1994-08-176-0/+820
Reviewed by: Submitted by:
OpenPOWER on IntegriCloud