summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt
Commit message (Collapse)AuthorAgeFilesLines
* Send the pcvt(4) driver off to retirement.phk2006-05-1786-12424/+0
|
* Remove the vttest program. It lives in ports/sysutils/vttest now.phk2005-07-216-2554/+0
|
* Decouple vttest from the tree so we can remove <sgtty.h>phk2005-07-151-1/+1
| | | | This program probably should live in src/tools or ports anyway.
* Use __FBSDID() over #ident.stefanf2005-05-314-4/+8
|
* Expand contractions.ru2005-02-131-1/+1
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Utilize bsd.files.mk.ru2005-01-281-8/+4
|
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Sort sections.ru2005-01-187-28/+28
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-215-5/+5
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-245-5/+5
| | | | any fake value.
* Mechanically kill hard sentence breaks.ru2004-07-022-4/+6
|
* Call exit(0), not exit.kan2003-04-291-1/+1
|
* style.Makefile(5)obrien2003-04-041-0/+2
|
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-10/+12
| | | | especially in troff files.
* english(4) police.schweikh2002-12-271-1/+1
|
* Don't depend on <sys/types.h> pollution in <sys/fcntl.h>.mike2002-09-172-0/+2
|
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* 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.
OpenPOWER on IntegriCloud