<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/wall/ttymsg.c, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2010-12-11T08:32:16Z</updated>
<entry>
<title>Remove the advertising clause from UCB copyrighted files in usr.bin.  This</title>
<updated>2010-12-11T08:32:16Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2010-12-11T08:32:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=da52b4caaf187775f6b56a72c6b16e94ad728f7b'/>
<id>urn:sha1:da52b4caaf187775f6b56a72c6b16e94ad728f7b</id>
<content type='text'>
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with:	imp, rwatson
</content>
</entry>
<entry>
<title>Revert most part of 200420 as requested, as more review and polish is</title>
<updated>2009-12-13T03:14:06Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-13T03:14:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=821df508e882ca532bec415852399c6558f22f7a'/>
<id>urn:sha1:821df508e882ca532bec415852399c6558f22f7a</id>
<content type='text'>
needed.
</content>
</entry>
<entry>
<title>Remove unneeded header includes from usr.bin/ except contributed code.</title>
<updated>2009-12-11T23:35:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-12-11T23:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6f2d322192a3949db6e0f0b4bad4c763abc52bed'/>
<id>urn:sha1:6f2d322192a3949db6e0f0b4bad4c763abc52bed</id>
<content type='text'>
Tested with:	make universe
</content>
</entry>
<entry>
<title>make wall(1) work with pts.</title>
<updated>2006-01-27T08:52:14Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-01-27T08:52:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d042befb986bfdab6e40a99b111a1a27533a537c'/>
<id>urn:sha1:d042befb986bfdab6e40a99b111a1a27533a537c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change iov_base's type from `char *' to the standard `void *'.  All</title>
<updated>2002-10-11T14:58:34Z</updated>
<author>
<name>Mike Barcroft</name>
<email>mike@FreeBSD.org</email>
</author>
<published>2002-10-11T14:58:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2b7f24d21041e3f89b69c6ba9cb4864d472246ad'/>
<id>urn:sha1:2b7f24d21041e3f89b69c6ba9cb4864d472246ad</id>
<content type='text'>
uses of iov_base which assume its type is `char *' (in order to do
pointer arithmetic) have been updated to cast iov_base to `char *'.
</content>
</entry>
<entry>
<title>WARNS=2 fix, use __FBSDID().</title>
<updated>2001-12-11T22:22:15Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-11T22:22:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=075f293932a2d528611f0eac0b7406dc3dd25a0b'/>
<id>urn:sha1:075f293932a2d528611f0eac0b7406dc3dd25a0b</id>
<content type='text'>
Not added to Makefile as WARNS=2 will be made default.
</content>
</entry>
<entry>
<title>- Move the prototype of ttymsg() into ttymsg.h.  syslogd and talkd</title>
<updated>2001-09-09T14:23:31Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-09-09T14:23:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=728d043e5b39a81a38d72ccac31e4bc0056ac619'/>
<id>urn:sha1:728d043e5b39a81a38d72ccac31e4bc0056ac619</id>
<content type='text'>
  also use this, and they shouldn't have to have their own prototypes.

- Silence warnings about constness and signedness in ttymsg().  This
  includes changing the return value to a `const char *', and changing
  the types of `left' and `wret' (both byte counts) to ssize_t.

Reviewed by:	bde
</content>
</entry>
<entry>
<title>Fix ttynames generation broken with strlcat</title>
<updated>2001-03-05T14:10:15Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>2001-03-05T14:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=92992ece4680fdf3d6fc6c7d82c3938b6ca21b1e'/>
<id>urn:sha1:92992ece4680fdf3d6fc6c7d82c3938b6ca21b1e</id>
<content type='text'>
PR:		25541
Submitted by:	Nickolay Dudorov &lt;nnd@mail.nsk.ru&gt;
</content>
</entry>
<entry>
<title>o Add support for wall -g.  This will send a message to all members of</title>
<updated>2001-03-01T05:43:12Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2001-03-01T05:43:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6a20d55a591484ce93ad7002606c9ca4dbbd7ebb'/>
<id>urn:sha1:6a20d55a591484ce93ad7002606c9ca4dbbd7ebb</id>
<content type='text'>
  a given group.
o Minor code style cleanups while I'm here

Reviewed by: bde, kris, markm, audit@
</content>
</entry>
<entry>
<title>O_NONBLOCK was used as a command with a bogus arg to fcntl(2).</title>
<updated>2000-06-09T19:38:28Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2000-06-09T19:38:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7111b0acefc667e94cbfbcfc422e74791a80acbd'/>
<id>urn:sha1:7111b0acefc667e94cbfbcfc422e74791a80acbd</id>
<content type='text'>
Change it to F_SETFD with an arg of 0 to clear O_NONBLOCK.

PR:		bin/8681
Submitted by:	koyama takahiro &lt;tah@d1.dion.ne.jp&gt;
Prompted by:	Nathan Ahlstrom &lt;nrahlstr@winternet.com&gt;
</content>
</entry>
</feed>
