aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wall/wall.c
Commit message (Expand)AuthorAgeFilesLines
* Close the fp rather than the fd since we fdopen the fd so we don'tWarner Losh2017-12-281-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Check the return error of set[e][ug]id. While this can never fail in theEitan Adler2012-10-221-1/+2
* Add multibyte char support.Gleb Smirnoff2012-03-211-48/+34
* Add missing static keywords to wall(1)Ed Schouten2011-11-061-4/+4
* If one's message is longer than the buffer size, then we reset 'cnt' at theDavid E. O'Brien2011-07-121-1/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-131-2/+1
* Add missing `void' keyword.Ed Schouten2009-12-291-1/+1
* Let wall(1) use utmpx.Ed Schouten2009-12-051-18/+11
* Fix some bugs in wall(1):David Schultz2008-01-151-6/+13
* In wall and who, check that the utmp entry isn't stalled, as it is done in w.Olivier Houchard2006-02-211-0/+15
* Remove "sleeper" nonsense.Tim J. Robbins2003-02-211-4/+1
* 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