summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-141-1/+3
|
* Comment out comments trailing #endif directivesalfred2002-05-281-16/+17
|
* PR: 33966hm2002-04-241-6/+6
| | | | | | Submitted by: Nicola Vitale <nivit@libero.it> Reviewed by: hm MFC after: 3 days
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Use `The .Nm utility'charnier2002-04-205-15/+29
|
* Install files via FILES.ru2001-12-171-9/+4
|
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-174-33/+9
| | | | Stolen from: NetBSD
* mdoc(7) police: join split punctuation to macro calls.ru2001-08-102-6/+6
|
* mdoc(7) police:ru2001-08-072-4/+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.
* Fixed bitrot in DPADD in previous commit. The previous commit changedbde2001-07-301-8/+0
| | | | | LDADD to link to a correct copy of libkeycap but didn't change DPADD to match.
* Remove -traditional from CFLAGS and add unistd.h to header.h so thisbrooks2001-07-273-2/+3
| | | | | actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-263-16/+28
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* s/adress/address/kris2001-07-231-2/+4
| | | | | Inspired by: OpenBSD MFC After: 1 week
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-209-34/+47
| | | | | 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-156-17/+17
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-109-9/+9
|
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-2/+0
|
* It seems to be no longer true that -O2 is required to compile this.kris2001-07-051-1/+0
| | | | MFC after: 1 week
* mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section.dd2001-04-131-12/+15
| | | | Submitted by: ru
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-2610-9/+4
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-2011-12/+15
|
* Include <unistd.h> for getopt's interface rather than declare thingsimp2001-03-016-23/+11
| | | | individually here.
* Finish cleaning up the error reporting (standardize on err*()/warn*())kris2001-01-284-140/+44
| | | | | | and fix some overflows. Submitted by: Mike Heffner <mheffner@vt.edu>
* Prevent overflow in -d argument by replacing hand-rolledkris2001-01-191-23/+5
| | | | | | strcat+strcpy+perror with err() Submitted by: Mike Heffner <mheffner@vt.edu>
* man(7) -> mdoc(7).ru2001-01-173-156/+225
|
* Prepare for mdoc(7)NG.ru2001-01-161-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-275-41/+32
|
* mdoc(7) police: added missing .Os call.ru2000-12-149-3/+10
|
* getopt interface is defined in <unistd.h> so use that in preference to externs.imp2000-12-111-4/+1
|
* Add `_PATH_DEVZERO'.obrien2000-12-092-3/+6
| | | | Use _PATH_* where where possible.
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-207-26/+26
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-2/+2
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-103-8/+3
|
* Don't extract these files as mode 664 during build, use mode 644 instead.kris2000-08-153-3/+6
|
* exchange rc.local for a more modern, up to date and ready to runhm2000-03-313-265/+164
| | | | example configuration startup script.
* Add support for "green" screensaver mode.hm2000-03-311-1/+5
|
* PR: i386/1671hm2000-03-291-18/+15
| | | | | | | | | Submitted by: Mats O Jansson <maja@celsiustech.se> The existing s2 map is supposed to be ISO 8859-1 but some characters are not (it's CP850). But the f1 map applied on sweden2 will fixit. (Fulfilled request by Joerg to close this PR)
* pcvt cleanup. remove hopeless outdated example/demo Microemacshm2000-03-282-595/+1
| | | | file. update Makefile.
* pcvt cleanup.hm2000-03-286-1217/+4
| | | | | add $FreeBSD$ remove obsolete and completely outdated files.
* pcvt update.hm2000-03-281-113/+6
| | | | remove obsolete stuff.
* pcvt cleanup.hm2000-03-282-8/+6
| | | | | add $FreeBSD$ get copyright in sync with FreeBSD recommendation.
* pcvt cleanup.hm2000-03-287-84/+78
| | | | | | | add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage.
* pcvt cleanup.hm2000-03-283-93/+38
| | | | | | | | | | add $FreeBSD. get copyright in sync with FreeBSD recommendation. remove obsolete stuff resuling from pcvt kernel part cleanup (caution: this depends in part on modifications to pcvt_ioctl.h, commit will follow shortly). add new option "-n" to ispcvt to get number of compiled-in virtual screens.
* pcvt cleanup. add $FreeBSD$.hm2000-03-282-24/+2
|
* pcvt cleanup. add $FreeBSD$. get copyright in sync withhm2000-03-283-22/+11
| | | | FreeBSD recommendation.
* pcvt cleanup. add $FreeBSD$. get copyright header in sync withhm2000-03-283-18/+12
| | | | FreeBSD recommendation.
* pcvt cleanup. added $FreeBSD$. get copyright header in sync withhm2000-03-283-35/+15
| | | | the FreeBSD recommendation.
* pcvt cleanup. added $FreeBSD$.hm2000-03-281-0/+2
|
* pcvt cleanup. removed obsolete dependencies.hm2000-03-281-14/+0
|
* pcvt cleanup. remove the "mcon" utility: the PCVT_EMU_MOUSE codehm2000-03-264-372/+1
| | | | in the driver is gone, because of this mcon is of no use anymore.
OpenPOWER on IntegriCloud