aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-1786-12424/+0
| | | | Notes: svn path=/head/; revision=158687
* Remove the vttest program. It lives in ports/sysutils/vttest now.Poul-Henning Kamp2005-07-216-2554/+0
| | | | Notes: svn path=/head/; revision=148253
* Decouple vttest from the tree so we can remove <sgtty.h>Poul-Henning Kamp2005-07-151-1/+1
| | | | | | | This program probably should live in src/tools or ports anyway. Notes: svn path=/head/; revision=148033
* Use __FBSDID() over #ident.Stefan Farfeleder2005-05-314-4/+8
| | | | Notes: svn path=/head/; revision=146836
* Expand contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141851
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Utilize bsd.files.mk.Ruslan Ermilov2005-01-281-8/+4
| | | | Notes: svn path=/head/; revision=140942
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-281-1/+0
| | | | Notes: svn path=/head/; revision=140941
* Sort sections.Ruslan Ermilov2005-01-187-28/+28
| | | | Notes: svn path=/head/; revision=140442
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
| | | | Notes: svn path=/head/; revision=140368
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-215-5/+5
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-245-5/+5
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-022-4/+6
| | | | Notes: svn path=/head/; revision=131500
* Call exit(0), not exit.Alexander Kabaev2003-04-291-1/+1
| | | | Notes: svn path=/head/; revision=114252
* style.Makefile(5)David E. O'Brien2003-04-041-0/+2
| | | | Notes: svn path=/head/; revision=113091
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-013-10/+12
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* 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