summaryrefslogtreecommitdiff
path: root/usr.bin/write/write.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
| | | | | | 'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
* Fix a typo in comment.Olivier Houchard2005-01-051-1/+1
| | | | | | | Reviewed by: mux (mentor) Notes: svn path=/head/; revision=139718
* ANSIify function definitions.David Malone2002-09-041-21/+9
| | | | | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5 Notes: svn path=/head/; revision=102944
* Use getopt() to reject any options and skip "--" arguments.Tim J. Robbins2002-05-291-10/+15
| | | | Notes: svn path=/head/; revision=97454
* remove __PWarner Losh2002-03-221-7/+7
| | | | Notes: svn path=/head/; revision=92922
* 1) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.David Malone2002-02-271-5/+7
| | | | | | | 2) Add missing include of stdlib.h for exit(), spotted by gcc3. Notes: svn path=/head/; revision=91378
* WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray2001-12-111-10/+11
| | | | Notes: svn path=/head/; revision=87682
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | 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-261-62/+55
| | | | Notes: svn path=/head/; revision=28794
* 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
* 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-271-0/+326
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590