<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/ftpd, branch release/2.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1996-01-01T11:01:15Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1996-01-01T11:01:15Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1996-01-01T11:01:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e'/>
<id>urn:sha1:26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e</id>
<content type='text'>
'RELENG_2_1_0_RELEASE'.

This commit was manufactured to restore the state of the 2.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Brought in change from rev 1.12: check for expired accounts.</title>
<updated>1995-09-01T03:07:17Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-09-01T03:07:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bae10d783bf6268b722671a4bec2dba080c6df3'/>
<id>urn:sha1:2bae10d783bf6268b722671a4bec2dba080c6df3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Brought in changes from main branch: use ports 40000-44999.</title>
<updated>1995-08-26T00:53:52Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-08-26T00:53:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5c4eff16b83a292a023252351cb6c370bf89db4b'/>
<id>urn:sha1:5c4eff16b83a292a023252351cb6c370bf89db4b</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-test2/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</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-test2/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-test2/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-test2/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 two more references to /etc/motd that I overlooked. PR #29</title>
<updated>1995-04-15T07:05:07Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1995-04-15T07:05:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7253b58b7b9f243b6ceb14c68de0191b3716404f'/>
<id>urn:sha1:7253b58b7b9f243b6ceb14c68de0191b3716404f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Close PR #29. The file should be /etc/ftpmotd, not /etc/motd.</title>
<updated>1995-04-15T07:02:22Z</updated>
<author>
<name>Gary Palmer</name>
<email>gpalmer@FreeBSD.org</email>
</author>
<published>1995-04-15T07:02:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=025362a70b9b6a0161c17816347b0d681eb3a933'/>
<id>urn:sha1:025362a70b9b6a0161c17816347b0d681eb3a933</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change the library order so libcrypt is the last library in the list.</title>
<updated>1995-03-18T06:41:08Z</updated>
<author>
<name>Nate Williams</name>
<email>nate@FreeBSD.org</email>
</author>
<published>1995-03-18T06:41:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=79f5f586acfb5d7e6756a7b4566980fa9291a4ba'/>
<id>urn:sha1:79f5f586acfb5d7e6756a7b4566980fa9291a4ba</id>
<content type='text'>
libskey contains references to _crypt and can't resolve it unless
-lcrypt occurs after it in the link command.  This only occurs when
linking statically.
</content>
</entry>
</feed>
