<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/tail, branch release/10.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F10.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-06-09T08:06:26Z</updated>
<entry>
<title>Print file names without stdio buffering to avoid mixing buffered and</title>
<updated>2013-06-09T08:06:26Z</updated>
<author>
<name>Jaakko Heinonen</name>
<email>jh@FreeBSD.org</email>
</author>
<published>2013-06-09T08:06:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=849d265d53a721b9bfb8bd5a5e204c026436316d'/>
<id>urn:sha1:849d265d53a721b9bfb8bd5a5e204c026436316d</id>
<content type='text'>
unbuffered ouput.

PR:		bin/176886
Reviewed by:	mjg
</content>
</entry>
<entry>
<title>Remove EOL whitespace accidentally introduced in r248393.</title>
<updated>2013-03-17T06:57:25Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-03-17T06:57:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9ca6ee33d0553b44b10e9ffc46d08f391b4a8cf8'/>
<id>urn:sha1:9ca6ee33d0553b44b10e9ffc46d08f391b4a8cf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a couple of examples.</title>
<updated>2013-03-16T22:53:38Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-03-16T22:53:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b16958a1003832503a24a5cb9bdaf33021a833f6'/>
<id>urn:sha1:b16958a1003832503a24a5cb9bdaf33021a833f6</id>
<content type='text'>
Obtained from:	OpenBSD
</content>
</entry>
<entry>
<title>Use calloc() to get zeroed memory.</title>
<updated>2013-01-08T22:14:45Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2013-01-08T22:14:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dea85013f1d16893c2cce8c63c2033372dbc2070'/>
<id>urn:sha1:dea85013f1d16893c2cce8c63c2033372dbc2070</id>
<content type='text'>
MFC after:	1 month
</content>
</entry>
<entry>
<title>Add missing static keywords to tail(1)</title>
<updated>2011-11-06T08:17:17Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2011-11-06T08:17:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7c497f1c5239e0d122e957cc59cfab1a5e3e57e'/>
<id>urn:sha1:c7c497f1c5239e0d122e957cc59cfab1a5e3e57e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tail: Fix crash if -F'ed file's filesystem disappears.</title>
<updated>2011-08-14T13:37:38Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2011-08-14T13:37:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=54d34ff63deb6b929444de83db4c9fa96e7ba6e5'/>
<id>urn:sha1:54d34ff63deb6b929444de83db4c9fa96e7ba6e5</id>
<content type='text'>
If tail notices that a file it is following no longer exists (because stat()
fails), it will output any final lines and then close the file. If the read
operation also causes an error, such as when the filesystem is forcefully
unmounted, it closes the file as well, leading to fclose(NULL) and a
segmentation fault.

PR:		bin/159750
Submitted by:	swills
Approved by:	re (kib)
MFC after:	1 week
</content>
</entry>
<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>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>urn:sha1:b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
</entry>
<entry>
<title>ANSIfy various tools in usr.bin/.</title>
<updated>2010-01-02T10:09:20Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:09:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ef636796f6443dbb7214182450240bba4ddd515f'/>
<id>urn:sha1:ef636796f6443dbb7214182450240bba4ddd515f</id>
<content type='text'>
Most of these tools properly build at WARNS=6, except for their K&amp;R
function declarations. Fix this, so we can bump WARNS as well.
</content>
</entry>
<entry>
<title>Use our canonical .Dd format.</title>
<updated>2009-11-02T12:35:38Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2009-11-02T12:35:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cf6c5eebe7a6f0f1e8b75d249a54989c5fa3bcdc'/>
<id>urn:sha1:cf6c5eebe7a6f0f1e8b75d249a54989c5fa3bcdc</id>
<content type='text'>
Submitted by:	Ulrich Spoerlein
</content>
</entry>
</feed>
