<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pppd/sys-bsd.c, branch release/6.0.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2005-11-03T00:35:26+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2005-11-03T00:35:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3640cb54210edbb7edbf1b12ef0127ecfcea967d'/>
<id>3640cb54210edbb7edbf1b12ef0127ecfcea967d</id>
<content type='text'>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_6_0_0_RELEASE'.

This commit was manufactured to restore the state of the 6.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>o SIOCGIFCONF-&gt;getifaddrs(2) conversion.</title>
<updated>2004-04-09T16:59:05+00:00</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2004-04-09T16:59:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=efccc7dc2509c651afbabd5aae3e2a64d0b0ef1b'/>
<id>efccc7dc2509c651afbabd5aae3e2a64d0b0ef1b</id>
<content type='text'>
PR:		bin/9379
Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/9379
Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Test for the existance of kernel ppp support by seeing if the kernel has</title>
<updated>2002-11-05T05:58:31+00:00</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2002-11-05T05:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=51480d2ffff2818b97c813b219cb34f91132a372'/>
<id>51480d2ffff2818b97c813b219cb34f91132a372</id>
<content type='text'>
the module compiled in or loaded instead of bogusly checking for ppp0.
Also if and only if the caller is actually root and the kernel does not
have ppp support, try to load the ppp module before giving up.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the module compiled in or loaded instead of bogusly checking for ppp0.
Also if and only if the caller is actually root and the kernel does not
have ppp support, try to load the ppp module before giving up.
</pre>
</div>
</content>
</entry>
<entry>
<title>Check for FD_SET overruns.</title>
<updated>2002-09-17T15:52:35+00:00</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-09-17T15:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=24280a8fbb0440cb881efee90a405ac6e9e5978a'/>
<id>24280a8fbb0440cb881efee90a405ac6e9e5978a</id>
<content type='text'>
Approved by:	peter
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	peter
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:35:59+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=97d92980a96a50750844f420cc225ddf918f0699'/>
<id>97d92980a96a50750844f420cc225ddf918f0699</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When incrementing through a SIOCGIFCONF list, enforce a lower limit of</title>
<updated>1999-06-05T05:55:07+00:00</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-06-05T05:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=eed2b804bfb096b58ff8b3c4d9124ac2c19ddb45'/>
<id>eed2b804bfb096b58ff8b3c4d9124ac2c19ddb45</id>
<content type='text'>
sizeof(ifr-&gt;ifr_addr) for the variable length field ifr-&gt;ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.

Obtained from:  Whistle source tree
For the record: Garrett Wollman &lt;wollman@khavrinen.lcs.mit.edu&gt; suggests
                SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sizeof(ifr-&gt;ifr_addr) for the variable length field ifr-&gt;ifr_addr.sa_len.
Otherwise the increment will be wrong in certain cases.

Obtained from:  Whistle source tree
For the record: Garrett Wollman &lt;wollman@khavrinen.lcs.mit.edu&gt; suggests
                SIOCGIFCONF should be dropped in favor of a sysctl mechanism.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove old hack that's no longer needed and now breaks the compile</title>
<updated>1998-06-21T04:47:21+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-21T04:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0e40275a28a621e39261290b5f5e2f2cdfbf9b80'/>
<id>0e40275a28a621e39261290b5f5e2f2cdfbf9b80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge ppp 2.3.3 -&gt; 2.3.5 changes onto mainline.</title>
<updated>1998-06-20T18:02:16+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-06-20T18:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f3af07bd28460e579e5b9b3913c6bdfe1d6ffce0'/>
<id>f3af07bd28460e579e5b9b3913c6bdfe1d6ffce0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge ppp-2.3.3 changes onto mainline</title>
<updated>1998-03-22T05:33:08+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1998-03-22T05:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1ceb7f1f59905b5797358745d4169c8796c69484'/>
<id>1ceb7f1f59905b5797358745d4169c8796c69484</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed most unused includes of &lt;net/if_var.h&gt; outside the kernel.</title>
<updated>1998-01-16T17:38:56+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-01-16T17:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc03533c8d698cc0fe91cf91e79c016327c7f0bb'/>
<id>cc03533c8d698cc0fe91cf91e79c016327c7f0bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
