aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wall/wall.c
Commit message (Expand)AuthorAgeFilesLines
* WARNS=2 fix, use __FBSDID().Mark Murray2001-12-111-9/+10
* - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkdDima Dorfman2001-09-091-2/+4
* Make ``wall -g'' really DTRT.Ruslan Ermilov2001-09-051-8/+11
* When opening the file to broadcast, do it with the user's gid, not theKris Kennaway2001-05-081-2/+8
* Add -g group to usage message.Warner Losh2001-03-021-2/+4
* o Add support for wall -g. This will send a message to all members ofWarner Losh2001-03-011-13/+53
* Cleanup this code a bit by attempting to sync it up with NetBSD andKris Kennaway2000-11-261-14/+15
* Instead of printing '(null)' if there is no tty, print 'no tty'.Nick Hibma2000-10-021-1/+5
* Let wall report the local timezone as well on output.Jeroen Ruigrok van der Werven2000-07-271-2/+2
* column counter (cnt) not reset to 0 on display of '\r' which could causeDaniel Baker1999-09-011-1/+4
* Corrected apparent omission in program logic which was causing theDaniel Baker1999-09-011-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* PR: bin/8680Matthew Dillon1998-12-131-6/+8
* Change manual declarations of some functions to proper includesAndrey A. Chernov1997-09-151-15/+30
* Use err(3). Add usage().Philippe Charnier1997-08-251-31/+30
* Add locale-independent control checks for security reasonAndrey A. Chernov1997-05-141-2/+4
* Localize itAndrey A. Chernov1997-05-131-0/+3
* Fix 8bit chars handlingAndrey A. Chernov1997-04-081-2/+11
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Fix some improperly wrapped lines in the code.Alexander Langer1996-08-111-4/+2
* The talkd security hole can ealso be exploited by wall (and thus rwall).Guido van Rooij1994-10-231-0/+5
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+201