trhodes
65fd02c7ac
Some clarifications to make keyboard configuration under syscons.
...
PR: 89325
Submitted by: Oliver Fromme <olli@secnetix.de>
Reviewed by: emax
2008-01-29 18:28:50 +00:00
ru
f9c44e919a
Grammar fix from Ceri.
2006-11-16 13:43:05 +00:00
ru
d14415a21e
Document that visual bell is the global setting, while
...
other bell types can be set individually for each vty.
2006-11-16 12:37:35 +00:00
ru
9e82974459
Replace magic numbers for console bell types with defines.
2006-11-16 12:27:51 +00:00
ru
081fcce9b9
Markup fixes.
2006-09-29 17:57:04 +00:00
emax
01d5e88001
Make op parameter to mux_keyboard() u_int instead of int.
...
This should fix sparc64 messages like
Sep 15 11:17:39 peahi kernel: WARNING pid 5477 (kbdcontrol): ioctl sign-extension ioctl ffffffff80244b45
PR: sparc64/96798
MFC after: 1 week
2006-09-15 18:41:12 +00:00
sobomax
1d6dbee26a
Reveal sacred spells necessary for putting kbdmux(4) to real use.
...
Hopefully gods of RTFS and RTFCL will not go after me.
2005-12-29 20:11:46 +00:00
markus
7fc28a890c
- Fix spelling of 'multiplexer'
...
- Grammar fixes
Approved by: simon
MFC after: 3 days
2005-07-21 22:50:31 +00:00
emax
d2de93780c
kbdmux(4) keyboard multiplexer integration
...
o Slightly change KBADDKBD and KBRELKBD ioctl() interface. Instead of passing
keyboard index pass keyboard_info_t structure with populated 'kb_unit' and
'kb_name' fields. Keyboard index is not very user-friendly and is not very
easy to obtain. Keyboard driver name and unit, on the other hand, is much
more user friendly and known almost all the time;
o Move definition of keyboard_info_t structure up;
o Teach kbdcontrol(1) how to attach/detach keyboards to/from the keyboard
multiplexor;
o Update kbdcontrol(1) man page and document new functionality.
To attach/detach keyboard to/from keyboard multiplexor one needs to use
keyboard device name (i.e. ukbd0).
MFC after: 1 week
2005-07-14 22:43:20 +00:00
ru
c05985f13f
Sort sections.
2005-01-18 20:02:45 +00:00
brooks
61aaea5fa0
Change the USB keyboard example to use /dev/ukbd0 instead of /dev/kbd1.
...
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.
2005-01-08 06:02:56 +00:00
simon
dbcc99d05d
mdoc(7) janitor:
...
- Fix hard sentence breaks.
MFC after: 3 days
2004-08-21 12:58:09 +00:00
jmg
3115c3a6e9
fix bug which prevented programming function keys that were exactly 16
...
characters long.. strcpy was coping over the length...
PR: 52960
Submitted by: Dmitry Sivachenko
MFC after: 1 week
2004-08-09 04:27:58 +00:00
scottl
638b63391d
Document machdep.enable_panic_key.
...
Submitted by: Craig Rodrigues
2004-08-02 02:07:56 +00:00
ru
6294018a20
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
obrien
7293a24a2b
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
2003-05-03 21:06:42 +00:00
obrien
a920d12f89
style.Makefile(5)
2003-04-04 17:49:21 +00:00
alfred
a241579492
de-__P()
2002-07-11 21:13:37 +00:00
alfred
39c57be6b9
WARNS?=4 cleanup.
2002-07-11 21:12:18 +00:00
alfred
d9e0ad98f3
de-__P()
2002-07-11 20:53:56 +00:00
schweikh
28bcbfe85d
Fix typo in the BSD copyright: s/withough/without/
...
Spotted and suggested by: des
MFC after: 3 weeks
2002-06-02 20:05:59 +00:00
ru
a051ad011b
FreeBSD 4.1 bootstrapping aid (HALT and PDWN are not defined there).
2002-02-08 09:37:12 +00:00
ru
4345758876
mdoc(7) police:
...
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.
2001-08-07 15:48:51 +00:00
sheldonh
80fcc4abbc
MFS: in HISTORY section, fix release number of first appearance
2001-08-01 12:15:21 +00:00
obrien
9c97c8f02d
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
obrien
15642ccfc3
Repeat after me: "when reporting `file not found', perform a little bit of
...
useful HCI consideration and tell which file was being looked for".
2001-07-13 16:30:11 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
sobomax
bdb58711b9
- Syncronizes command line syntax warnings with manpage (bin/27010);
...
- silence gcc(1) warnings (sobomax).
PR: 27010
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>, sobomax
MFC after: 10 days
2001-05-29 13:59:02 +00:00
des
7c380d0012
Move the scrollback controls from kbdcontrol to vidcontrol.
...
Also fix some style bugs in the code and poor language in the man pages.
Reviewed by: sobomax
2001-05-28 11:05:28 +00:00
dd
3be8c16308
Instead of defining CONS_CLRHIST if it isn't defined, simply disable
...
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
2001-05-27 06:28:08 +00:00
dd
29152fc1f5
A la rev. 1.36, define CONS_CLRHIST here if it isn't already since
...
this is a build tool, so it has to build on 4.x with the old headers.
2001-05-27 04:03:52 +00:00
dd
1b6b8f296e
Add a -c option which clears the history buffer using the new
...
CONS_CLRHIST ioctl.
PR: 27616
Reviewed by: ru
2001-05-27 00:47:38 +00:00
ru
ce1be42197
mdoc(7) police: double spaces in plain text chunks aren't good.
2001-05-16 09:40:12 +00:00
imp
4d4667e40d
If PASTE isn't defined, define it as a transitional measure. This
...
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.
2001-05-15 22:53:05 +00:00
sobomax
fdcf9e8aeb
Fix a possible segfault introduced in my previous commit.
2001-05-14 06:15:07 +00:00
sobomax
91ffa34b5c
Allow path where keyboard maps are looked for to be altered using environment
...
variable.
2001-05-12 09:16:09 +00:00
ru
afd506414e
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ache
a02554ace1
Document newly added "paste" keyword
2001-03-12 07:05:44 +00:00
ache
c710e20072
Implement keyboard paste
...
PR: 25499
Submitted by: Gaspar Chilingarov <nm@web.am>
2001-03-11 22:51:05 +00:00
ru
66cd8f698e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:44:04 +00:00
ru
4bb5f49662
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
obrien
cafb2a0daa
The GCC 2.96 snapshots have slightly different rules for finding include
...
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.".
2000-12-01 09:39:28 +00:00
ru
71e2293ad4
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
ru
eb8c554f56
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ru
d8cd612c43
Spell the sos's name correctly.
2000-11-14 13:09:12 +00:00
nik
d4b00de32e
Link kbdmap.5 to keymap.5
...
PR: docs/19995 docs/20298
2000-10-29 15:49:03 +00:00
phk
a4f549597e
Initiate deorbit burn sequence for <machine/console.h>.
...
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.
2000-10-08 21:34:00 +00:00
bde
428d9ab0cb
Fixed breakage of installation of kbdcontrol.1 in previous commit.
...
Fixed style bugs.
2000-09-14 05:29:42 +00:00
dwmalone
ea825661fd
Add kbdmap.5 to build.
...
Refer to kbdmap(5) from a few man pages.
Remove it from TODO list.
Add missing FreeBSD tags.
PR: 19260
2000-09-13 09:16:57 +00:00