summaryrefslogtreecommitdiff
path: root/usr.bin/write
AgeCommit message (Expand)Author
2019-09-05Pull up following revision(s) (requested by sevan in ticket #174):martin
2011-09-06static + __deadjoerg
2011-08-31NULL does not need a castplunky
2009-04-14fix sign-compare issuelukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-06-17strncpy -> strlcpyelad
2004-11-30PR/28474: Geoff C. Wing: write does some weird checking and can't handle ptyfschristos
2004-10-27make the atime and msgok optional. If we did not request atime, then wechristos
2004-10-26Allow root to write even if it does not have a tty.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-13PR/21568: Martin Husemann: Shutdown gets permission denied error from wallchristos
2003-05-03improve error handling and knf.christos
2003-04-20separate the term check stuff.christos
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-08-16defend against malicious line in ut_line, which could cause unwanteditojun
2002-08-02utmpx support.christos
2001-01-03un__Pify, ANSIfy and constify.mjl
2001-01-03/dev -> _PATH_DEVmjl
2000-07-03Make gcc 2.96 (and maybe earlier) happier. Include <stdlib.h>,<string.>,matt
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1998-12-20char -> unsigned charchristos
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-07-26const poisoning.mycroft
1998-07-06KNF. use S_IWGRP instead of homegrown crap. ensure tty buffer is nul-termina...mrg
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1997-10-20deprecate registerlukem
1997-10-19WARNSify; clean up .Nmmrg
1997-02-11remove possibly dangerous sprintf and strcpy calls.mrg
1997-01-20sprintf -> snprintf, from David A. Holland <dholland@eecs.harvard.edu>explorer
1997-01-17fix write to print a warning if the sender has "mesg n" set, insteadperry
1997-01-09RCS ID policetls
1995-08-31sync with 4.4lite2jtc
1994-12-21misc cleanup by jimj and myself.jtc
1994-09-19Update to 4.4-Lite version, converted to use err*(3) and warn*(3).mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd