<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/inetd, branch upstream/10.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2013-01-20T19:44:33Z</updated>
<entry>
<title>- Force inetd to have listen queue size to be set to the value of</title>
<updated>2013-01-20T19:44:33Z</updated>
<author>
<name>Andrey Zonov</name>
<email>zont@FreeBSD.org</email>
</author>
<published>2013-01-20T19:44:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec89b1f97c358fdcd53561c067fb2036166dec00'/>
<id>urn:sha1:ec89b1f97c358fdcd53561c067fb2036166dec00</id>
<content type='text'>
  kern.ipc.somaxconn instead of hardcoded value 64.

Submitted by:	Andrey Ignatov &lt;rdna@rdna.ru&gt;
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>Rework all non-contributed files that use `struct timezone'.</title>
<updated>2012-09-01T14:45:15Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-09-01T14:45:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=902d9eafbf66c52f8513bc38f4d0c8063c0b8a03'/>
<id>urn:sha1:902d9eafbf66c52f8513bc38f4d0c8063c0b8a03</id>
<content type='text'>
This structure is not part of POSIX. According to POSIX, gettimeofday()
has the following prototype:

	int gettimeofday(struct timeval *restrict tp, void *restrict tzp);

Also, POSIX states that gettimeofday() shall return 0 (as long as tzp is
not used). Remove dead error handling code. Also use NULL for a
nul-pointer instead of integer 0.

While there, change all pieces of code that only use tv_sec to use
time(3), as this provides less overhead.
</content>
</entry>
<entry>
<title>Replace the use of wall clock time with monotonically increasing</title>
<updated>2012-06-04T18:02:09Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2012-06-04T18:02:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4f985ef6b9f711bf71474d40f95fa6496781acfa'/>
<id>urn:sha1:4f985ef6b9f711bf71474d40f95fa6496781acfa</id>
<content type='text'>
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.

MFC after:	1 week
Reported by:	Mahesh Arumugam
Submitted by:	Dorr H. Clark via gnn
Sponsored by:	Citrix / NetScaler
</content>
</entry>
<entry>
<title>Replace index() and rindex() calls with strchr() and strrchr().</title>
<updated>2012-01-03T18:51:58Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2012-01-03T18:51:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b3608ae18f1e5598bed81d0a10dd585a5080c40d'/>
<id>urn:sha1:b3608ae18f1e5598bed81d0a10dd585a5080c40d</id>
<content type='text'>
The index() and rindex() functions were marked LEGACY in the 2001
revision of POSIX and were subsequently removed from the 2008 revision.
The strchr() and strrchr() functions are part of the C standard.

This makes the source code a lot more consistent, as most of these C
files also call into other str*() routines. In fact, about a dozen
already perform strchr() calls.
</content>
</entry>
<entry>
<title>Spelling fixes for usr.sbin/</title>
<updated>2011-12-30T10:58:14Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T10:58:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3df5ecac8c5e0a9105ba0e783bd9e7077df944e7'/>
<id>urn:sha1:3df5ecac8c5e0a9105ba0e783bd9e7077df944e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The last big commit: let usr.sbin/ use WARNS=6 by default.</title>
<updated>2010-01-02T11:07:44Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T11:07:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=71ccf09269546d398fa847168fc74c22d6338a62'/>
<id>urn:sha1:71ccf09269546d398fa847168fc74c22d6338a62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy some more tools in usr.sbin/.</title>
<updated>2010-01-02T11:05:34Z</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T11:05:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a958de54ccdc98bccac14218af0cb9fe04e607d'/>
<id>urn:sha1:9a958de54ccdc98bccac14218af0cb9fe04e607d</id>
<content type='text'>
Most of these tools build with WARNS=6, except for their use of K&amp;R
function declarations.
</content>
</entry>
<entry>
<title>Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap</title>
<updated>2009-11-25T15:12:24Z</updated>
<author>
<name>Attilio Rao</name>
<email>attilio@FreeBSD.org</email>
</author>
<published>2009-11-25T15:12:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7a7043c787b61d6bf02733a04ade1947fc4ded2b'/>
<id>urn:sha1:7a7043c787b61d6bf02733a04ade1947fc4ded2b</id>
<content type='text'>
environments.
Please note that this can't be done while such processes run in jails.

Note: in future it would be interesting to find a way to do that
selectively for any desired proccess (choosen by user himself), probabilly
via a ptrace interface or whatever.

Obtained from:	Sandvine Incorporated
Reviewed by:	emaste, arch@
Sponsored by:	Sandvine Incorporated
MFC:		1 month
</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='https://cgit-dev.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='https://cgit-dev.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>
</feed>
