summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kbdcontrol
Commit message (Collapse)AuthorAgeFilesLines
* Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1.brooks2005-01-081-2/+2
| | | | | | This example caused me to incorrectly believe that you must use the generic device nodes when you can in fact use either. It's often better to use the driver specific node.
* mdoc(7) janitor:simon2004-08-211-1/+2
| | | | | | - Fix hard sentence breaks. MFC after: 3 days
* fix bug which prevented programming function keys that were exactly 16jmg2004-08-091-1/+1
| | | | | | | | characters long.. strcpy was coping over the length... PR: 52960 Submitted by: Dmitry Sivachenko MFC after: 1 week
* Document machdep.enable_panic_key.scottl2004-08-021-1/+5
| | | | Submitted by: Craig Rodrigues
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+1
|
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
|
* style.Makefile(5)obrien2003-04-041-2/+1
|
* de-__P()alfred2002-07-111-1/+1
|
* WARNS?=4 cleanup.alfred2002-07-113-17/+34
|
* de-__P()alfred2002-07-111-3/+3
|
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-023-3/+3
| | | | | Spotted and suggested by: des MFC after: 3 weeks
* FreeBSD 4.1 bootstrapping aid (HALT and PDWN are not defined there).ru2002-02-081-2/+8
|
* mdoc(7) police:ru2001-08-071-2/+5
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* MFS: in HISTORY section, fix release number of first appearancesheldonh2001-08-011-1/+1
|
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-2/+4
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove whitespace at EOL.dd2001-07-152-39/+39
|
* Repeat after me: "when reporting `file not found', perform a little bit ofobrien2001-07-131-1/+1
| | | | useful HCI consideration and tell which file was being looked for".
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* - Syncronizes command line syntax warnings with manpage (bin/27010);sobomax2001-05-292-9/+14
| | | | | | | | - silence gcc(1) warnings (sobomax). PR: 27010 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>, sobomax MFC after: 10 days
* Move the scrollback controls from kbdcontrol to vidcontrol.des2001-05-282-82/+42
| | | | | | Also fix some style bugs in the code and poor language in the man pages. Reviewed by: sobomax
* Instead of defining CONS_CLRHIST if it isn't defined, simply disabledd2001-05-271-6/+6
| | | | | | | | the -c option [when CONS_CLRHIST isn't defined]. This is okay since the only time CONS_CLRHIST wouldn't be defined is when kbdcontrol is being built in bootstrap-tools, and -c isn't needed then. Submitted by: imp
* A la rev. 1.36, define CONS_CLRHIST here if it isn't already sincedd2001-05-271-2/+6
| | | | this is a build tool, so it has to build on 4.x with the old headers.
* Add a -c option which clears the history buffer using the newdd2001-05-272-5/+18
| | | | | | | CONS_CLRHIST ioctl. PR: 27616 Reviewed by: ru
* mdoc(7) police: double spaces in plain text chunks aren't good.ru2001-05-161-1/+1
|
* If PASTE isn't defined, define it as a transitional measure. Thisimp2001-05-151-6/+13
| | | | | | | allows me to complete make buildworld on my stable machine. Also change termination case to be clearer what is going on while searching for map files.
* Fix a possible segfault introduced in my previous commit.sobomax2001-05-141-2/+3
|
* Allow path where keyboard maps are looked for to be altered using environmentsobomax2001-05-122-8/+16
| | | | variable.
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-2/+1
| | | | - MAN[1-9] -> MAN.
* Document newly added "paste" keywordache2001-03-121-0/+2
|
* Implement keyboard pasteache2001-03-113-0/+10
| | | | | PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am>
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-4/+14
|
* Prepare for mdoc(7)NG.ru2000-12-271-0/+1
|
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-0/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Spell the sos's name correctly.ru2000-11-141-1/+1
|
* Link kbdmap.5 to keymap.5nik2000-10-291-0/+1
| | | | PR: docs/19995 docs/20298
* 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
|
OpenPOWER on IntegriCloud