summaryrefslogtreecommitdiff
path: root/usr.bin/write/write.c
AgeCommit message (Expand)Author
2007-11-12write(1) needs to strip off the leading /dev/ from the tty name for theJohn Baldwin
2005-01-05Fix a typo in comment.Olivier Houchard
2002-09-04ANSIify function definitions.David Malone
2002-05-29Use getopt() to reject any options and skip "--" arguments.Tim J. Robbins
2002-03-22remove __PWarner Losh
2002-02-271) Move FreeBSD tag to after vendor ID, #if 0 vendor ID.David Malone
2001-12-11WARNS=2 fixes, use __FBSDID(), kill register keyword.Mark Murray
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-04Clean up some ambiguous nested if/elses.Bill Fumerola
1997-09-15Allow backspace tooAndrey A. Chernov
1997-09-15Oops, fix upper controls testAndrey A. Chernov
1997-09-15Localize it. High controls disabled in any case.Andrey A. Chernov
1997-08-26Use err(3). Add usage() and prototypes.Philippe Charnier
1996-10-26Replace hardcoded length of "/dev/" with strlen(_PATH_DEV).Alexander Langer
1996-10-26sprintf --> snprintfAlexander Langer
1995-11-05Do unctrl in right wayAndrey A. Chernov
1995-10-29Remove char->int promotion.Andrey A. Chernov
1995-10-28Now works with 8bit chars...Andrey A. Chernov
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes