aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.Mike Barcroft2002-09-172-0/+2
| | | | Notes: svn path=/head/; revision=103498
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=100313
* The .Nm utilityPhilippe Charnier2002-07-141-1/+3
| | | | Notes: svn path=/head/; revision=99968
* Comment out comments trailing #endif directivesAlfred Perlstein2002-05-281-16/+17
| | | | Notes: svn path=/head/; revision=97430
* PR: 33966Hellmuth Michaelis2002-04-241-6/+6
| | | | | | | | | Submitted by: Nicola Vitale <nivit@libero.it> Reviewed by: hm MFC after: 3 days Notes: svn path=/head/; revision=95372
* Usage style sweep: spell "usage" with a small 'u'.Dag-Erling Smørgrav2002-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}/. Notes: svn path=/head/; revision=95258
* Use `The .Nm utility'Philippe Charnier2002-04-205-15/+29
| | | | Notes: svn path=/head/; revision=95127
* Install files via FILES.Ruslan Ermilov2001-12-171-9/+4
| | | | Notes: svn path=/head/; revision=88066
* FILES support for bsd.prog.mk. See bsd.README for details.Ruslan Ermilov2001-12-174-33/+9
| | | | | | | Stolen from: NetBSD Notes: svn path=/head/; revision=88055
* mdoc(7) police: join split punctuation to macro calls.Ruslan Ermilov2001-08-102-6/+6
| | | | Notes: svn path=/head/; revision=81462
* mdoc(7) police:Ruslan Ermilov2001-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. Notes: svn path=/head/; revision=81251
* Fixed bitrot in DPADD in previous commit. The previous commit changedBruce Evans2001-07-301-8/+0
| | | | | | | | LDADD to link to a correct copy of libkeycap but didn't change DPADD to match. Notes: svn path=/head/; revision=80631
* Remove -traditional from CFLAGS and add unistd.h to header.h so thisBrooks Davis2001-07-273-2/+3
| | | | | | | | actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional. Notes: svn path=/head/; revision=80435
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. TheSheldon Hearn2001-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> Notes: svn path=/head/; revision=80381
* s/adress/address/Kris Kennaway2001-07-231-2/+4
| | | | | | | | Inspired by: OpenBSD MFC After: 1 week Notes: svn path=/head/; revision=80203
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80029
* Remove whitespace at EOL.Dima Dorfman2001-07-156-17/+17
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-109-9/+9
| | | | Notes: svn path=/head/; revision=79537
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
| | | | Notes: svn path=/head/; revision=79454
* It seems to be no longer true that -O2 is required to compile this.Kris Kennaway2001-07-051-1/+0
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=79302
* mdoc(7) police: misc. markup fixes in the DIAGNOSTICS section.Dima Dorfman2001-04-131-12/+15
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=75496
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-2610-9/+4
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-2011-12/+15
| | | | Notes: svn path=/head/; revision=74532
* Include <unistd.h> for getopt's interface rather than declare thingsWarner Losh2001-03-016-23/+11
| | | | | | | individually here. Notes: svn path=/head/; revision=73264
* Finish cleaning up the error reporting (standardize on err*()/warn*())Kris Kennaway2001-01-284-140/+44
| | | | | | | | | and fix some overflows. Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71732
* Prevent overflow in -d argument by replacing hand-rolledKris Kennaway2001-01-191-23/+5
| | | | | | | | | strcat+strcpy+perror with err() Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71270
* man(7) -> mdoc(7).Ruslan Ermilov2001-01-173-156/+225
| | | | Notes: svn path=/head/; revision=71154
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71102
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-275-41/+32
| | | | Notes: svn path=/head/; revision=70403
* mdoc(7) police: added missing .Os call.Ruslan Ermilov2000-12-149-3/+10
| | | | Notes: svn path=/head/; revision=70022
* getopt interface is defined in <unistd.h> so use that in preference to externs.Warner Losh2000-12-111-4/+1
| | | | Notes: svn path=/head/; revision=69875
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-092-3/+6
| | | | | | | Use _PATH_* where where possible. Notes: svn path=/head/; revision=69793
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-207-26/+26
| | | | Notes: svn path=/head/; revision=68965
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-171-2/+2
| | | | Notes: svn path=/head/; revision=68854
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-103-8/+3
| | | | Notes: svn path=/head/; revision=68575
* Don't extract these files as mode 664 during build, use mode 644 instead.Kris Kennaway2000-08-153-3/+6
| | | | Notes: svn path=/head/; revision=64662
* exchange rc.local for a more modern, up to date and ready to runHellmuth Michaelis2000-03-313-265/+164
| | | | | | | example configuration startup script. Notes: svn path=/head/; revision=58855
* Add support for "green" screensaver mode.Hellmuth Michaelis2000-03-311-1/+5
| | | | Notes: svn path=/head/; revision=58854
* PR: i386/1671Hellmuth Michaelis2000-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) Notes: svn path=/head/; revision=58773
* pcvt cleanup. remove hopeless outdated example/demo MicroemacsHellmuth Michaelis2000-03-282-595/+1
| | | | | | | file. update Makefile. Notes: svn path=/head/; revision=58736
* pcvt cleanup.Hellmuth Michaelis2000-03-286-1217/+4
| | | | | | | | add $FreeBSD$ remove obsolete and completely outdated files. Notes: svn path=/head/; revision=58734
* pcvt update.Hellmuth Michaelis2000-03-281-113/+6
| | | | | | | remove obsolete stuff. Notes: svn path=/head/; revision=58729
* pcvt cleanup.Hellmuth Michaelis2000-03-282-8/+6
| | | | | | | | add $FreeBSD$ get copyright in sync with FreeBSD recommendation. Notes: svn path=/head/; revision=58728
* pcvt cleanup.Hellmuth Michaelis2000-03-287-84/+78
| | | | | | | | | | add $FreeBSD$. get copyright in sync with FreeBSD recommendation. make it compile and run again. add a manpage. Notes: svn path=/head/; revision=58727
* pcvt cleanup.Hellmuth Michaelis2000-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. Notes: svn path=/head/; revision=58726
* pcvt cleanup. add $FreeBSD$.Hellmuth Michaelis2000-03-282-24/+2
| | | | Notes: svn path=/head/; revision=58725
* pcvt cleanup. add $FreeBSD$. get copyright in sync withHellmuth Michaelis2000-03-283-22/+11
| | | | | | | FreeBSD recommendation. Notes: svn path=/head/; revision=58724
* pcvt cleanup. add $FreeBSD$. get copyright header in sync withHellmuth Michaelis2000-03-283-18/+12
| | | | | | | FreeBSD recommendation. Notes: svn path=/head/; revision=58722
* pcvt cleanup. added $FreeBSD$. get copyright header in sync withHellmuth Michaelis2000-03-283-35/+15
| | | | | | | the FreeBSD recommendation. Notes: svn path=/head/; revision=58721