<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/inetd, branch stable/8</title>
<subtitle>FreeBSD source tree</subtitle>
<id>http://cgit.freebsd.org/src/atom?h=stable%2F8</id>
<link rel='self' href='http://cgit.freebsd.org/src/atom?h=stable%2F8'/>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<updated>2013-02-06T13:17:41Z</updated>
<entry>
<title>MFC r245696:</title>
<updated>2013-02-06T13:17:41Z</updated>
<author>
<name>Andrey Zonov</name>
<email>zont@FreeBSD.org</email>
</author>
<published>2013-02-06T13:17:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aaa086268f729188aab80641119ca0808d458b5e'/>
<id>urn:sha1:aaa086268f729188aab80641119ca0808d458b5e</id>
<content type='text'>
- Force inetd to have listen queue size to be set to the value of
  kern.ipc.somaxconn instead of hardcoded value 64.
</content>
</entry>
<entry>
<title>MFC r236572:</title>
<updated>2012-06-11T07:11:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-06-11T07:11:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=085733d00e586b35b0ec299d2d06b39e52320a59'/>
<id>urn:sha1:085733d00e586b35b0ec299d2d06b39e52320a59</id>
<content type='text'>
Replace the use of wall clock time with monotonically increasing
clock.  In general, gettimeofday() is not appropriate interface
when accounting for elasped time because it can go backward, in
which case the policy code could errornously consider the limit
as exceeded.

Reported by:	Mahesh Arumugam
Submitted by:	Dorr H. Clark via gnn
Sponsored by:	Citrix / NetScaler
</content>
</entry>
<entry>
<title>MFC r199804:</title>
<updated>2009-12-19T19:35:53Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-12-19T19:35:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=acd3c01512155cf09c7cad3d9527d3e5fa9a11a6'/>
<id>urn:sha1:acd3c01512155cf09c7cad3d9527d3e5fa9a11a6</id>
<content type='text'>
Avoid sshd, crond, inetd and syslogd to be killed in an high-pressure
swapping environment.

Sponsored by:	Sandvine Incorporated
</content>
</entry>
<entry>
<title>Sync comment with actual configuration format.</title>
<updated>2009-02-13T22:48:05Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2009-02-13T22:48:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=882284ccd1b02f9d06476898bc3763a0ede29831'/>
<id>urn:sha1:882284ccd1b02f9d06476898bc3763a0ede29831</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o inetd(8) requires wait/nowait column in inetd.conf for</title>
<updated>2008-01-12T21:09:48Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2008-01-12T21:09:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=30e95be8ce753357991f5253183b2b19376053d5'/>
<id>urn:sha1:30e95be8ce753357991f5253183b2b19376053d5</id>
<content type='text'>
ONC services as well.

PR:		bin/119203
Submitted by:	Peter Jeremy
MFC atfer:	1 week
</content>
</entry>
<entry>
<title>Remove the -DFAST_IPSEC from Makefiles again.</title>
<updated>2007-07-05T08:56:46Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2007-07-05T08:56:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=53bf725ae1eeeb1b907c22adb46060e9fe8966a7'/>
<id>urn:sha1:53bf725ae1eeeb1b907c22adb46060e9fe8966a7</id>
<content type='text'>
This was needed during the IPSEC-&gt;FAST_IPSEC-&gt;IPSEC transition
period to not break the build after picking up netipsec header
files. Now that the FAST_IPSEC kernel option is gone and the
default is IPSEC again those defines are superfluous.

Approved by:	re (rwatson)
</content>
</entry>
<entry>
<title>Commit IPv6 support for FAST_IPSEC to the tree.</title>
<updated>2007-07-01T12:08:08Z</updated>
<author>
<name>George V. Neville-Neil</name>
<email>gnn@FreeBSD.org</email>
</author>
<published>2007-07-01T12:08:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8409aedfa67396980986b68417d5e6ef1351b491'/>
<id>urn:sha1:8409aedfa67396980986b68417d5e6ef1351b491</id>
<content type='text'>
This commit includes all remaining changes for the time being including
user space updates.

Submitted by:    bz
Approved by:    re
</content>
</entry>
<entry>
<title>Don't try to apply connection-per-ip rate limiting to unix domain</title>
<updated>2007-03-11T16:30:49Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-03-11T16:30:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7149ee16963d25a78af50c0dd473372f03d23dbd'/>
<id>urn:sha1:7149ee16963d25a78af50c0dd473372f03d23dbd</id>
<content type='text'>
sockets.  Instead of rejecting all unix domain connections when the
-C flag is given, allow them instead. Aragon tested an earlier
version of the patch.

PR:		109315
MFC after:	2 weeks
Tested-by:	Aragon Gouveia &lt;aragon@phat.za.net&gt;
</content>
</entry>
<entry>
<title>Removed T/TCP bits.</title>
<updated>2006-09-14T08:36:53Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-14T08:36:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=906c8a734ce063ce2683d89a8a97c8b8110f5fd2'/>
<id>urn:sha1:906c8a734ce063ce2683d89a8a97c8b8110f5fd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inetd and telnetd are not included in the standard release</title>
<updated>2006-07-31T19:15:10Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-07-31T19:15:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=af73d4e69e2088607b2315fa644bcfe27dde8b76'/>
<id>urn:sha1:af73d4e69e2088607b2315fa644bcfe27dde8b76</id>
<content type='text'>
crunched floppies, but they can be included as options in
src/release/picobsd (omitted by default though.)  Therefore
preserve the RELEASE_CRUNCH knob in their Makefiles, but
tell its real purpose in a comment.
</content>
</entry>
</feed>
