aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/write
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Clean up some ambiguous nested if/elses.Bill Fumerola1999-07-041-2/+3
| | | | Notes: svn path=/head/; revision=48566
* Allow backspace tooAndrey A. Chernov1997-09-151-2/+3
| | | | Notes: svn path=/head/; revision=29433
* Oops, fix upper controls testAndrey A. Chernov1997-09-151-2/+3
| | | | Notes: svn path=/head/; revision=29431
* Localize it. High controls disabled in any case.Andrey A. Chernov1997-09-151-5/+11
| | | | | | | | Shut compiler warning about signal argument. PR: 4466 Notes: svn path=/head/; revision=29430
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-262-67/+60
| | | | Notes: svn path=/head/; revision=28794
* Remove the text that says nroff and pr automatically disableMike Pritchard1997-03-221-6/+1
| | | | | | | writing to the tty while they are running because they don't. Notes: svn path=/head/; revision=24110
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).Alexander Langer1996-10-261-1/+1
| | | | | | | Pointed out by: bde Notes: svn path=/head/; revision=19193
* sprintf --> snprintfAlexander Langer1996-10-261-3/+4
| | | | | | | | | Use _PATH_DEV instead of hard coded "/dev/" Obtained from: OpenBSD, Jason Downs <downsj@OpenBSD.ORG> Notes: svn path=/head/; revision=19190
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+2
| | | | | | | Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41 Notes: svn path=/head/; revision=17891
* Do unctrl in right wayAndrey A. Chernov1995-11-051-6/+12
| | | | | | | Handle '\377' properly Notes: svn path=/head/; revision=12097
* Remove char->int promotion.Andrey A. Chernov1995-10-291-6/+4
| | | | | | | Fix uncontrol function for 8bit chars. Notes: svn path=/head/; revision=11916
* Now works with 8bit chars...Andrey A. Chernov1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=11898
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+441
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590