Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | de-__P() | alfred | 2002-07-11 | 1 | -1/+1 |
| | |||||
* | WARNS?=4 cleanup. | alfred | 2002-07-11 | 3 | -17/+34 |
| | |||||
* | de-__P() | alfred | 2002-07-11 | 1 | -3/+3 |
| | |||||
* | Fix typo in the BSD copyright: s/withough/without/ | schweikh | 2002-06-02 | 3 | -3/+3 |
| | | | | | Spotted and suggested by: des MFC after: 3 weeks | ||||
* | FreeBSD 4.1 bootstrapping aid (HALT and PDWN are not defined there). | ru | 2002-02-08 | 1 | -2/+8 |
| | |||||
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -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 appearance | sheldonh | 2001-08-01 | 1 | -1/+1 |
| | |||||
* | Perform a major cleanup of the usr.sbin Makefiles. | obrien | 2001-07-20 | 1 | -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. | dd | 2001-07-15 | 2 | -39/+39 |
| | |||||
* | Repeat after me: "when reporting `file not found', perform a little bit of | obrien | 2001-07-13 | 1 | -1/+1 |
| | | | | useful HCI consideration and tell which file was being looked for". | ||||
* | mdoc(7) police: remove extraneous .Pp before and/or after .Sh. | dd | 2001-07-09 | 1 | -1/+0 |
| | |||||
* | - Syncronizes command line syntax warnings with manpage (bin/27010); | sobomax | 2001-05-29 | 2 | -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. | des | 2001-05-28 | 2 | -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 disable | dd | 2001-05-27 | 1 | -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 since | dd | 2001-05-27 | 1 | -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 new | dd | 2001-05-27 | 2 | -5/+18 |
| | | | | | | | CONS_CLRHIST ioctl. PR: 27616 Reviewed by: ru | ||||
* | mdoc(7) police: double spaces in plain text chunks aren't good. | ru | 2001-05-16 | 1 | -1/+1 |
| | |||||
* | If PASTE isn't defined, define it as a transitional measure. This | imp | 2001-05-15 | 1 | -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. | sobomax | 2001-05-14 | 1 | -2/+3 |
| | |||||
* | Allow path where keyboard maps are looked for to be altered using environment | sobomax | 2001-05-12 | 2 | -8/+16 |
| | | | | variable. | ||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -2/+1 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | Document newly added "paste" keyword | ache | 2001-03-12 | 1 | -0/+2 |
| | |||||
* | Implement keyboard paste | ache | 2001-03-11 | 3 | -0/+10 |
| | | | | | PR: 25499 Submitted by: Gaspar Chilingarov <nm@web.am> | ||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -4/+14 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2000-12-27 | 1 | -0/+1 |
| | |||||
* | The GCC 2.96 snapshots have slightly different rules for finding include | obrien | 2000-12-01 | 1 | -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. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: use certified section headers wherever possible. | ru | 2000-11-17 | 1 | -1/+1 |
| | |||||
* | Spell the sos's name correctly. | ru | 2000-11-14 | 1 | -1/+1 |
| | |||||
* | Link kbdmap.5 to keymap.5 | nik | 2000-10-29 | 1 | -0/+1 |
| | | | | PR: docs/19995 docs/20298 | ||||
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -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. | bde | 2000-09-14 | 1 | -2/+4 |
| | | | | Fixed style bugs. | ||||
* | Add kbdmap.5 to build. | dwmalone | 2000-09-13 | 2 | -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". | dwmalone | 2000-09-13 | 1 | -0/+311 |
| | | | | | PR: 19260 Reviewed by: sheldonh | ||||
* | Add the ability to define a "shutdown" and "shutdown and poweroff" key | dwmalone | 2000-09-11 | 3 | -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. | ben | 2000-07-19 | 1 | -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 sections | charnier | 2000-05-28 | 1 | -2/+2 |
| | |||||
* | Fix miscellaneous mdoc macro argument limit infringements. | sheldonh | 2000-05-09 | 1 | -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. | yokota | 1999-12-10 | 3 | -0/+70 |
| | |||||
* | Do not suggest user to change /etc/defaults/rc.conf. | phantom | 1999-11-18 | 1 | -1/+0 |
| | | | | Requested by: sheldonh | ||||
* | mdoc(7)'fy | phantom | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | Fix warning: return type of `main' is not `int' | peter | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 4 | -4/+4 |
| | |||||
* | Document -i, -k, and -K options. | yokota | 1999-08-16 | 1 | -2/+12 |
| | |||||
* | - Add new argument `off' to the `-b' option. This will turn off | yokota | 1999-07-22 | 2 | -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 to | nik | 1999-07-12 | 1 | -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. | yokota | 1999-07-05 | 1 | -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. | yokota | 1999-06-22 | 3 | -3/+13 |
| | |||||
* | Added backward compatibility to set key repeat rate. | yokota | 1999-05-09 | 1 | -7/+28 |
| | | | | Requested by: bde | ||||
* | Fix builds for the AXP | gpalmer | 1999-03-17 | 1 | -6/+1 |
| | | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> |