<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec, branch upstream/2.0.5_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F2.0.5_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-06-10T19:44:55Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1995-06-10T19:44:55Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-10T19:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbe312c9f723b704a542825383058d1a2eb63f94'/>
<id>urn:sha1:fbe312c9f723b704a542825383058d1a2eb63f94</id>
<content type='text'>
'RELENG_2_0_5_RELEASE'.

This commit was manufactured to restore the state of the 2.0.5-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_0_5'.</title>
<updated>1995-05-30T08:29:08Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-05-30T08:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9347db35098be57530c997e1a0212f9927be848a'/>
<id>urn:sha1:9347db35098be57530c997e1a0212f9927be848a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:05:38Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:05:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4399be3cbd35324f7a2c00d77229d995b4022138'/>
<id>urn:sha1:4399be3cbd35324f7a2c00d77229d995b4022138</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make last change a little more robust by checking for failure of getcwd().</title>
<updated>1995-05-22T11:03:55Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-22T11:03:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=956455631cc48e19327b53f79cbd43f02ec2cfa8'/>
<id>urn:sha1:956455631cc48e19327b53f79cbd43f02ec2cfa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set "HOME" so that tilde expands correctly. It previously was always root's</title>
<updated>1995-05-22T09:53:02Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-05-22T09:53:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=82c76939c1b5010bf28fb251c15853712e94cb40'/>
<id>urn:sha1:82c76939c1b5010bf28fb251c15853712e94cb40</id>
<content type='text'>
directory /root.
</content>
</entry>
<entry>
<title>Speed up ftpd and make it more efficient:</title>
<updated>1995-05-03T16:58:12Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>1995-05-03T16:58:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fc5823a7a8cebcdc15ffa3c7be4529fa296920f'/>
<id>urn:sha1:9fc5823a7a8cebcdc15ffa3c7be4529fa296920f</id>
<content type='text'>
- set TCP_NOPUSH to keep from sending short packets at each write(2) boundary
- set SO_SNDBUF to 64k so we have a reasonable amount of buffer space
- for a regular file in binary mode which is not being restarted and is
. smaller than 16 Meg, use mmap(2) and write(2) the whole file in one big
  gulp

In the most common circumstances, this should dramatically reduce the
system-call load from ftpd, since the call to write() will not return until
the entire file has been written, rather than writing just a few K at a time
in a loop.
</content>
</entry>
<entry>
<title>Fix bug:</title>
<updated>1995-04-26T22:33:15Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1995-04-26T22:33:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d3e6b9f3932f893fe33937e22ed66e46ae4ef037'/>
<id>urn:sha1:d3e6b9f3932f893fe33937e22ed66e46ae4ef037</id>
<content type='text'>
When hostname len &gt; 8, name replaced with dot notation when -u flag
not specified (default case).
Use _PATH_* for utmp/wtmp.
</content>
</entry>
<entry>
<title>Sync. up bits with Paul K.  Cascade support plus some cosmetic changes.</title>
<updated>1995-04-21T04:57:50Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1995-04-21T04:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=110aea11f270767d939f24db57b69d197f27afb0'/>
<id>urn:sha1:110aea11f270767d939f24db57b69d197f27afb0</id>
<content type='text'>
Obtained from: NetBSD
</content>
</entry>
<entry>
<title>Extensive updates to this package.</title>
<updated>1995-04-18T01:54:25Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-04-18T01:54:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bcca63cba47746e1a0e49d0e566d98a9d5bb67da'/>
<id>urn:sha1:bcca63cba47746e1a0e49d0e566d98a9d5bb67da</id>
<content type='text'>
Submitted by:	Gene Stark &lt;gene@starkhome.cs.sunysb.edu&gt;
</content>
</entry>
</feed>
