<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/tail/forward.c, branch release/2.2.7</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC: doc fixes, enhancements to locate &amp; more, new tail functionality.</title>
<updated>1998-07-17T04:21:57+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-07-17T04:21:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d2b5d3d9b22eaf88c8bed2cae02ac8811923614'/>
<id>3d2b5d3d9b22eaf88c8bed2cae02ac8811923614</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: MAP_SHARED, cosmetic tweaks.</title>
<updated>1998-03-08T13:29:51+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-03-08T13:29:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d7a2ce56b35587f54ccfbe91937829dd68de1ea1'/>
<id>d7a2ce56b35587f54ccfbe91937829dd68de1ea1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:  Lots of cosmetics (plus one gripe from bde about a comment in tail's</title>
<updated>1997-09-15T09:20:57+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-09-15T09:20:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d253a26a86fb4da73f5914a545a731a1c8235eb6'/>
<id>d253a26a86fb4da73f5914a545a731a1c8235eb6</id>
<content type='text'>
sources, of all places).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sources, of all places).
</pre>
</div>
</content>
</entry>
<entry>
<title>complete err() changes, actually use warn() in most instances</title>
<updated>1996-08-26T20:37:48+00:00</updated>
<author>
<name>Adam David</name>
<email>adam@FreeBSD.org</email>
</author>
<published>1996-08-26T20:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=44cf272f781c1703c921e2a0baacb048481e7cb9'/>
<id>44cf272f781c1703c921e2a0baacb048481e7cb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Dont forget to #include &lt;err.h&gt;</title>
<updated>1996-08-25T21:14:19+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-25T21:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c3fd5728c2e4ff027b6fe4cd58aea643713fb994'/>
<id>c3fd5728c2e4ff027b6fe4cd58aea643713fb994</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some bogons:</title>
<updated>1996-08-25T21:03:50+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1996-08-25T21:03:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0a6f6077af8e24dd4a1b4c13d62a3094ae3a1d09'/>
<id>0a6f6077af8e24dd4a1b4c13d62a3094ae3a1d09</id>
<content type='text'>
- timeval in select loop was depending on not having the remaining time
  returned from select(), causing a busy spin on an implementation that
  does implement it.
- the err() usage was pretty bogus, some of the error messages had
  strerror attached manually and then reattached by err().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- timeval in select loop was depending on not having the remaining time
  returned from select(), causing a busy spin on an implementation that
  does implement it.
- the err() usage was pretty bogus, some of the error messages had
  strerror attached manually and then reattached by err().
</pre>
</div>
</content>
</entry>
<entry>
<title>one file somehow slipped by me in the previous commit</title>
<updated>1996-07-30T15:44:30+00:00</updated>
<author>
<name>Adam David</name>
<email>adam@FreeBSD.org</email>
</author>
<published>1996-07-30T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6439f56e806024463b3c91e2e563abdfde40cd48'/>
<id>6439f56e806024463b3c91e2e563abdfde40cd48</id>
<content type='text'>
tidy up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tidy up
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Usr.bin Sources</title>
<updated>1994-05-27T12:33:43+00:00</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b50d9027575220cb6dd09b3e62f03f511e908b8'/>
<id>9b50d9027575220cb6dd09b3e62f03f511e908b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
