<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/inetd, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-01-19T18:02:11Z</updated>
<entry>
<title>MFC rev. 1.85: wait/nowait column for ONC services.</title>
<updated>2008-01-19T18:02:11Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2008-01-19T18:02:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=97f2dc9582b7d915b09d17406aa107f66e0a537e'/>
<id>urn:sha1:97f2dc9582b7d915b09d17406aa107f66e0a537e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: Man page improvements and don't put unix domain sockets into the</title>
<updated>2007-04-29T19:24:11Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2007-04-29T19:24:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9711f15b2ec3d60d921f7b836d01647d649ecf15'/>
<id>urn:sha1:9711f15b2ec3d60d921f7b836d01647d649ecf15</id>
<content type='text'>
per-ip limits code.
</content>
</entry>
<entry>
<title>MFC: v1.45, v1.44</title>
<updated>2006-05-02T18:32:08Z</updated>
<author>
<name>David Malone</name>
<email>dwmalone@FreeBSD.org</email>
</author>
<published>2006-05-02T18:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8775d04b18559845fa580c7f9703d14d279703d'/>
<id>urn:sha1:a8775d04b18559845fa580c7f9703d14d279703d</id>
<content type='text'>
Make port 37 time work on machines with 64 bit longs. Also merge a couple
of updates to comments.

Approved by:    re
</content>
</entry>
<entry>
<title>MFC pidfile(3) function, and convert several applications to make use</title>
<updated>2006-01-15T17:50:38Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-01-15T17:50:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6d94903ba024205ce03d50ff5b5212b74084a85d'/>
<id>urn:sha1:6d94903ba024205ce03d50ff5b5212b74084a85d</id>
<content type='text'>
of it.

Bump __FreeBSDversion for the MFC.

Discussed with:	pjd
</content>
</entry>
<entry>
<title>MFC revision 1.82:</title>
<updated>2006-01-07T13:57:58Z</updated>
<author>
<name>Ceri Davies</name>
<email>ceri@FreeBSD.org</email>
</author>
<published>2006-01-07T13:57:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ac40ea229746524bfbcaed8e83b3869d0a9d7e84'/>
<id>urn:sha1:ac40ea229746524bfbcaed8e83b3869d0a9d7e84</id>
<content type='text'>
  inetd(8) requires that /etc/netconfig be present, and contain entries
  for each of udp and tcp (and their IPv6 equivalents when INET6 is
  enabled).  Note that dependency here.

  PR:             docs/90435
  Submitted by:   Dmitry Kazarov &lt;kazarov at mcm dot ru&gt;
  Pointed out by: Daniel Gerzo &lt;danger at rulez dot sk&gt;
</content>
</entry>
<entry>
<title>Remove rexecd(8), a server that implements a particularly insecure</title>
<updated>2005-06-10T20:52:36Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2005-06-10T20:52:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8e0b2e8abb8ccc18102c82d7acf5fa58546751c'/>
<id>urn:sha1:a8e0b2e8abb8ccc18102c82d7acf5fa58546751c</id>
<content type='text'>
method of executing commands remotely.  There are no rexec clients in
the FreeBSD tree, and the client function rexec(3) is present only in
libcompat.  It has been documented as "obsolete" since 4.3BSD, and its
use has been discouraged in the man page for over 10 years.
</content>
</entry>
<entry>
<title>NI_WITHSCOPEID cleanup.  Neither RFC 2553 nor RFC 3493 defines</title>
<updated>2005-05-13T16:31:11Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2005-05-13T16:31:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4f101318489d72d2eeada2463a8fc3d105855628'/>
<id>urn:sha1:4f101318489d72d2eeada2463a8fc3d105855628</id>
<content type='text'>
NI_WITHSCOPEID, and our getaddrinfo(3) does nothing special
for it, now.
</content>
</entry>
<entry>
<title>Prefer C99's __func__ over GCC's __FUNCTION__.</title>
<updated>2004-09-26T13:47:25Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2004-09-26T13:47:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=80c4c0db4fc10b2007afce66399f629e8e766c18'/>
<id>urn:sha1:80c4c0db4fc10b2007afce66399f629e8e766c18</id>
<content type='text'>
Approved by:	dwmalone
</content>
</entry>
<entry>
<title>Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived software</title>
<updated>2004-08-07T04:28:56Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-08-07T04:28:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=486c8cc4c6cb7a6077c0598a04262be512749b36'/>
<id>urn:sha1:486c8cc4c6cb7a6077c0598a04262be512749b36</id>
<content type='text'>
(with permission of addtional copyright holders where appropriate)
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
</entry>
</feed>
