<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/wall, branch releng/6.4</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.4'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2004-07-17T04:15:27Z</updated>
<entry>
<title>Mention in the BUGS section that write and wall bogusly use the sender's</title>
<updated>2004-07-17T04:15:27Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-17T04:15:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70ad92ab84270b5e2d752814c42d78c1560fd554'/>
<id>urn:sha1:70ad92ab84270b5e2d752814c42d78c1560fd554</id>
<content type='text'>
LC_CTYPE setting instead of the receiver's when determining which
characters are printable.
</content>
</entry>
<entry>
<title>Document incorrect handling of multibyte characters.</title>
<updated>2004-07-17T04:04:30Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2004-07-17T04:04:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3d1a01487ac99da152f985897c3ddb9eee30ce63'/>
<id>urn:sha1:3d1a01487ac99da152f985897c3ddb9eee30ce63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T22:22:35Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T22:22:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a3e8b0adc8c622ae61275a94d5d869980a68069'/>
<id>urn:sha1:6a3e8b0adc8c622ae61275a94d5d869980a68069</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "sleeper" nonsense.</title>
<updated>2003-02-21T08:46:44Z</updated>
<author>
<name>Tim J. Robbins</name>
<email>tjr@FreeBSD.org</email>
</author>
<published>2003-02-21T08:46:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ca78e3fb20fcb3d25d377cc63299e6275bda3cd1'/>
<id>urn:sha1:ca78e3fb20fcb3d25d377cc63299e6275bda3cd1</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-test2/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>Note that this appeared at least as early as PWB UNIX.</title>
<updated>2002-06-10T22:59:59Z</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-06-10T22:59:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6fc8ba94c60e3325b9b6329cd9df9029246f68a0'/>
<id>urn:sha1:6fc8ba94c60e3325b9b6329cd9df9029246f68a0</id>
<content type='text'>
Use the literal string 'PWB UNIX', as we still have no .At macro for it.
</content>
</entry>
<entry>
<title>Use `The .Nm utility'</title>
<updated>2002-04-20T12:18:28Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-04-20T12:18:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e8937ba00998cca6f259b3fdf32a7f7a38bc26ec'/>
<id>urn:sha1:e8937ba00998cca6f259b3fdf32a7f7a38bc26ec</id>
<content type='text'>
</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-test2/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-test2/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>Make ``wall -g'' really DTRT.</title>
<updated>2001-09-05T15:31:07Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-09-05T15:31:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2cfec5ade47d5bd7e44a3fcb7bb5b5454e9f1e8f'/>
<id>urn:sha1:2cfec5ade47d5bd7e44a3fcb7bb5b5454e9f1e8f</id>
<content type='text'>
Reviewed by:	imp, markm
</content>
</entry>
</feed>
