summaryrefslogtreecommitdiff
path: root/usr.bin/write/write.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: cosmetic, disallow ctrl char spamming.Jordan K. Hubbard1998-03-081-5/+13
| | | | Notes: svn path=/stable/2.2/; revision=34303
* MFC: Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-271-62/+55
| | | | Notes: svn path=/stable/2.2/; revision=28825
* 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