aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/wall
Commit message (Expand)AuthorAgeFilesLines
* Add RFC 5424 syslog message output to syslogd.Ed Schouten2018-04-152-1/+3
* 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-202-2/+6
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-283-3/+3
* Revert r286144 leaving the original fix to the buffer overflow.Pedro F. Giffuni2015-08-041-3/+2
* Buffer overflow in wall(1).Pedro F. Giffuni2015-08-011-2/+3
* Buffer overflow in wall(1).Pedro F. Giffuni2015-07-311-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-1/+2
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | 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-212-53/+35
* 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-113-12/+0
* Perform all trivial ports to utmpx for usr.bin/.Ed Schouten2010-01-132-5/+1
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* Add missing `void' keyword.Ed Schouten2009-12-291-1/+1
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Let wall(1) use utmpx.Ed Schouten2009-12-052-18/+17
* 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
* make wall(1) work with pts.Hajimu UMEMOTO2006-01-271-2/+6
* Mention in the BUGS section that write and wall bogusly use the sender'sTim J. Robbins2004-07-171-0/+7
* Document incorrect handling of multibyte characters.Tim J. Robbins2004-07-171-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
* Remove "sleeper" nonsense.Tim J. Robbins2003-02-211-4/+1
* Change iov_base's type from `char *' to the standard `void *'. AllMike Barcroft2002-10-111-1/+1
* Note that this appeared at least as early as PWB UNIX.Juli Mallett2002-06-101-2/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* WARNS=2 fix, use __FBSDID().Mark Murray2001-12-112-14/+15
* - Move the prototype of ttymsg() into ttymsg.h. syslogd and talkdDima Dorfman2001-09-093-7/+15
* Make ``wall -g'' really DTRT.Ruslan Ermilov2001-09-051-8/+11
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* When opening the file to broadcast, do it with the user's gid, not theKris Kennaway2001-05-081-2/+8
* Fix ttynames generation broken with strlcatAndrey A. Chernov2001-03-051-1/+1
* 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-013-27/+71
* Cleanup this code a bit by attempting to sync it up with NetBSD andKris Kennaway2000-11-261-14/+15
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* 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
* O_NONBLOCK was used as a command with a bogus arg to fcntl(2).Guy Helmer2000-06-091-2/+2