summaryrefslogtreecommitdiffstats
path: root/usr.bin/wall
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-212-53/+35
* 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-113-12/+0
* Perform all trivial ports to utmpx for usr.bin/.ed2010-01-132-5/+1
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-2/+0
* Add missing `void' keyword.ed2009-12-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Let wall(1) use utmpx.ed2009-12-052-18/+17
* 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
* make wall(1) work with pts.ume2006-01-271-2/+6
* Mention in the BUGS section that write and wall bogusly use the sender'stjr2004-07-171-0/+7
* Document incorrect handling of multibyte characters.tjr2004-07-171-1/+5
* Mechanically kill hard sentence breaks.ru2004-07-021-1/+2
* Remove "sleeper" nonsense.tjr2003-02-211-4/+1
* Change iov_base's type from `char *' to the standard `void *'. Allmike2002-10-111-1/+1
* Note that this appeared at least as early as PWB UNIX.jmallett2002-06-101-2/+1
* Use `The .Nm utility'charnier2002-04-201-2/+3
* WARNS=2 fix, use __FBSDID().markm2001-12-112-14/+15
* - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkddd2001-09-093-7/+15
* Make ``wall -g'' really DTRT.ru2001-09-051-8/+11
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* When opening the file to broadcast, do it with the user's gid, not thekris2001-05-081-2/+8
* Fix ttynames generation broken with strlcatache2001-03-051-1/+1
* 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-013-27/+71
* Cleanup this code a bit by attempting to sync it up with NetBSD andkris2000-11-261-14/+15
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* 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
* O_NONBLOCK was used as a command with a bogus arg to fcntl(2).ghelmer2000-06-091-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-283-3/+3
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* PR: bin/8680dillon1998-12-131-6/+8
* A bit of PR7278 which belongs here.phk1998-07-221-2/+2
* Add rcsid. Sort #includes.charnier1998-03-231-3/+7
* 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-274-0/+435
OpenPOWER on IntegriCloud