summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall/wall.c
Commit message (Expand)AuthorAgeFilesLines
* Check the return error of set[e][ug]id. While this can never fail in theeadler2012-10-221-1/+2
* Add multibyte char support.glebius2012-03-211-48/+34
* Add missing static keywords to wall(1)ed2011-11-061-4/+4
* If one's message is longer than the buffer size, then we reset 'cnt' at theobrien2011-07-121-1/+2
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Perform all trivial ports to utmpx for usr.bin/.ed2010-01-131-2/+1
* Add missing `void' keyword.ed2009-12-291-1/+1
* Let wall(1) use utmpx.ed2009-12-051-18/+11
* Fix some bugs in wall(1):das2008-01-151-6/+13
* In wall and who, check that the utmp entry isn't stalled, as it is done in w.cognet2006-02-211-0/+15
* Remove "sleeper" nonsense.tjr2003-02-211-4/+1
* WARNS=2 fix, use __FBSDID().markm2001-12-111-9/+10
* - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkddd2001-09-091-2/+4
* Make ``wall -g'' really DTRT.ru2001-09-051-8/+11
* When opening the file to broadcast, do it with the user's gid, not thekris2001-05-081-2/+8
* Add -g group to usage message.imp2001-03-021-2/+4
* o Add support for wall -g. This will send a message to all members ofimp2001-03-011-13/+53
* Cleanup this code a bit by attempting to sync it up with NetBSD andkris2000-11-261-14/+15
* Instead of printing '(null)' if there is no tty, print 'no tty'.n_hibma2000-10-021-1/+5
* Let wall report the local timezone as well on output.asmodai2000-07-271-2/+2
* column counter (cnt) not reset to 0 on display of '\r' which could causedbaker1999-09-011-1/+4
* Corrected apparent omission in program logic which was causing thedbaker1999-09-011-1/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* PR: bin/8680dillon1998-12-131-6/+8
* Change manual declarations of some functions to proper includesache1997-09-151-15/+30
* Use err(3). Add usage().charnier1997-08-251-31/+30
* Add locale-independent control checks for security reasonache1997-05-141-2/+4
* Localize itache1997-05-131-0/+3
* Fix 8bit chars handlingache1997-04-081-2/+11
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
* Fix some improperly wrapped lines in the code.alex1996-08-111-4/+2
* The talkd security hole can ealso be exploited by wall (and thus rwall).guido1994-10-231-0/+5
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+201
OpenPOWER on IntegriCloud