<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/usr.bin/wall/ttymsg.c, branch release/5.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=release%2F5.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2002-10-11T14:58:34Z</updated>
<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-test/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-test/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-test/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-test/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-test/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-test/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>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A bit of PR7278 which belongs here.</title>
<updated>1998-07-22T20:34:24Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1998-07-22T20:34:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a623ec03f3609ee2abe94e9097464f0ad1abe3ed'/>
<id>urn:sha1:a623ec03f3609ee2abe94e9097464f0ad1abe3ed</id>
<content type='text'>
PR:		7278
Reviewed by:	phk
Submitted by:	Harlan.Stenn@pfcs.com
</content>
</entry>
<entry>
<title>Add rcsid. Sort #includes.</title>
<updated>1998-03-23T07:47:31Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-03-23T07:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a31bd3d64c09481d2a09837706d9ca999cbc4269'/>
<id>urn:sha1:a31bd3d64c09481d2a09837706d9ca999cbc4269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>urn:sha1:9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
</entry>
</feed>
