<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/tip, branch release/9.2.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F9.2.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2011-05-10T10:58:57Z</updated>
<entry>
<title>Flush the scriptfile whenever we see a non-graphical character to get</title>
<updated>2011-05-10T10:58:57Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2011-05-10T10:58:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fc9ddee092fe25ffabe10302cc12250b03913e4'/>
<id>urn:sha1:9fc9ddee092fe25ffabe10302cc12250b03913e4</id>
<content type='text'>
more real-time logging, without forcing a write(2) on every single
character.
</content>
</entry>
<entry>
<title>Fix typos - remove duplicate "is".</title>
<updated>2011-02-23T09:22:33Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-23T09:22:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=974206cf705867f4eff213841d85545e7fad4117'/>
<id>urn:sha1:974206cf705867f4eff213841d85545e7fad4117</id>
<content type='text'>
PR:		docs/154934
Submitted by:	Eitan Adler &lt;lists at eitanadler.com&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Relinquish exclusive TTY access when tip(1) or cu(1) exit.</title>
<updated>2008-05-03T02:29:02Z</updated>
<author>
<name>Bruce M Simpson</name>
<email>bms@FreeBSD.org</email>
</author>
<published>2008-05-03T02:29:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a0ad4c4d370c5732ce0237e5f3ad6f513df53eff'/>
<id>urn:sha1:a0ad4c4d370c5732ce0237e5f3ad6f513df53eff</id>
<content type='text'>
Previously they would have left TIOCEXCL enabled, requiring
either a reboot or use of tip/cu as the root user.

Observed when running QEMU with character devices redirected to pty instances.

MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Reduce the WARNS levels in a couple of places so that we can enable</title>
<updated>2007-11-18T00:29:36Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>2007-11-18T00:29:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13959da95cf7b0102523a270f57759a669b595c2'/>
<id>urn:sha1:13959da95cf7b0102523a270f57759a669b595c2</id>
<content type='text'>
-Werror at higher WARNS levels like we did before gcc4 was imported.
</content>
</entry>
<entry>
<title>Replace rev. 1.9 with patch from OpenBSD.</title>
<updated>2007-05-12T23:29:33Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-05-12T23:29:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=67a09fffe1943695a3f78b547bdf15c2ec4a10ec'/>
<id>urn:sha1:67a09fffe1943695a3f78b547bdf15c2ec4a10ec</id>
<content type='text'>
Submitted by:	Ray Lai &lt;ray@cyth.net&gt;
Obtained from:	http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tip/acu.c.diff?r1=1.13&amp;r2=1.14
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix crash when using 'du' capability: NULL return of strpbrk was not handled</title>
<updated>2007-05-12T13:36:13Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-05-12T13:36:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bae1345b9d7fab29e4db6f59b2e22e77bac41f8b'/>
<id>urn:sha1:bae1345b9d7fab29e4db6f59b2e22e77bac41f8b</id>
<content type='text'>
PR:		bin/108368
Reported by:	Ivo Hazmuk &lt;ivo@vutbr.cz&gt;
Submitted by:	rdivacky
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Make cu/tip handle when $HOME is not set in the environment.</title>
<updated>2007-02-23T18:41:12Z</updated>
<author>
<name>Jordan Sissel</name>
<email>jls@FreeBSD.org</email>
</author>
<published>2007-02-23T18:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ee35eb7aa15505be53d6c190103f9a7c53a93a7a'/>
<id>urn:sha1:ee35eb7aa15505be53d6c190103f9a7c53a93a7a</id>
<content type='text'>
Approved by: philip
Submitted by: ale
PR: bin/108775
</content>
</entry>
<entry>
<title>Fixed the -# option to work as documented in a manpage.</title>
<updated>2006-09-07T19:48:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-07T19:48:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2aebb8bcb4e9552e723739ce37a912dd8cffceeb'/>
<id>urn:sha1:2aebb8bcb4e9552e723739ce37a912dd8cffceeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump WARNS level to 3.</title>
<updated>2006-09-01T17:09:09Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-01T17:09:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=934464be64b196ae2a9afdab3ae9753ff9ea8562'/>
<id>urn:sha1:934464be64b196ae2a9afdab3ae9753ff9ea8562</id>
<content type='text'>
OK'ed by:	make universe
</content>
</entry>
<entry>
<title>Fix markup (in the same way as it was fixed in tip.1) and thus</title>
<updated>2006-08-31T20:44:59Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-08-31T20:44:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=763e2b058d5ad4b4065dd1264808fb16946f3619'/>
<id>urn:sha1:763e2b058d5ad4b4065dd1264808fb16946f3619</id>
<content type='text'>
make the diffs against tip.1 minimal (as in OpenBSD).
</content>
</entry>
</feed>
