<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp/README.changes, 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>Catch up with PHK's sio(4) cuaa-&gt;cuad rework [sys/dev/sio/sio.c rev. 1.456].</title>
<updated>2004-11-19T03:56:47+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2004-11-19T03:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37c510c7c0c46b344026d7b0eb65d0cf91420c39'/>
<id>37c510c7c0c46b344026d7b0eb65d0cf91420c39</id>
<content type='text'>
PR:		73879
Submitted by:	Steve Kargl &lt;sgk@troutmask.apl.washington.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		73879
Submitted by:	Steve Kargl &lt;sgk@troutmask.apl.washington.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add BSD style copyrights (with permission from Charles Mott where appropriate)</title>
<updated>2001-06-04T14:38:29+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-06-04T14:38:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=057fee78cc1a251c540fdfa543ab06a292837d63'/>
<id>057fee78cc1a251c540fdfa543ab06a292837d63</id>
<content type='text'>
Deprecate -alias further (after a repo-copy)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate -alias further (after a repo-copy)
</pre>
</div>
</content>
</entry>
<entry>
<title>Accept MSCHAPv2 by default.</title>
<updated>2000-11-19T16:53:50+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-11-19T16:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=385167a6b0d618e8ded845b0bf6b87a8c6d12f37'/>
<id>385167a6b0d618e8ded845b0bf6b87a8c6d12f37</id>
<content type='text'>
Enable and accept MPPE by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable and accept MPPE by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>If we're in MP mode with a single open link, MP link level compression</title>
<updated>2000-08-17T14:14:54+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-08-17T14:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3fd1e17c025dbd33a2389c9a1c9b0d17cd0ad20f'/>
<id>3fd1e17c025dbd33a2389c9a1c9b0d17cd0ad20f</id>
<content type='text'>
isn't open and the links MRU &gt;= our MRRU, send outbound traffic as
PROTO_IP rather than PROTO_MP.  This shaves some bytes off the front
of each packet 'till the second link is brought up.

Idea obtained from: Cisco
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
isn't open and the links MRU &gt;= our MRRU, send outbound traffic as
PROTO_IP rather than PROTO_MP.  This shaves some bytes off the front
of each packet 'till the second link is brought up.

Idea obtained from: Cisco
</pre>
</div>
</content>
</entry>
<entry>
<title>Maintain input and output throughput averages and choose the highest</title>
<updated>2000-08-15T10:25:42+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-08-15T10:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=91cbd2eec0d10f7e8be60a45cb28464a8dd47f06'/>
<id>91cbd2eec0d10f7e8be60a45cb28464a8dd47f06</id>
<content type='text'>
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.

This makes more sense as all links I know of are full-duplex.  This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).

This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of the two when calculating the MP throughput average for the ``set
autoload'' implementation.

This makes more sense as all links I know of are full-duplex.  This
also means that people may need to adjust their autoload settings
as 100% bandwidth is now the theoretical maximum rather than 200%
(but of course, halfing the current settings is probably not the
correct answer either!).

This involves a ppp version bump as we need to pass an extra
throughput array through the MP local domain socket.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow leading ``!'' characters in authkeys and chat scripts to</title>
<updated>2000-08-09T19:29:50+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-08-09T19:29:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a2240f353a3426b2cba97dd84aaccf2a35f30ef3'/>
<id>a2240f353a3426b2cba97dd84aaccf2a35f30ef3</id>
<content type='text'>
be doubled up to mean a single literaly ``!''.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
be doubled up to mean a single literaly ``!''.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ``nat pptp'' as this is now done transparently by libalias.</title>
<updated>2000-06-20T12:18:40+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-06-20T12:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=86c5e1ea4da1fd1b4499b998b2cc58a98d5d1ccd'/>
<id>86c5e1ea4da1fd1b4499b998b2cc58a98d5d1ccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Understand environment variables in commands</title>
<updated>2000-03-14T01:47:31+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2000-03-14T01:47:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2a30e2ac0b09cb67cd405a077241278929a8ca65'/>
<id>2a30e2ac0b09cb67cd405a077241278929a8ca65</id>
<content type='text'>
Submitted by: Mark Knight &lt;markk@knigma.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Mark Knight &lt;markk@knigma.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Mention that it's only necessary to escape the '-' in chat scripts</title>
<updated>1999-12-29T22:31:10+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-12-29T22:31:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bb7d10c9c586f498cc643121d65bd0f6a592ff18'/>
<id>bb7d10c9c586f498cc643121d65bd0f6a592ff18</id>
<content type='text'>
twice (once for the arg parsing and once to make it a normal character).
Make the man page example consistent.

Reminded by: Bryan Liesner &lt;bleez@netaxs.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
twice (once for the arg parsing and once to make it a normal character).
Make the man page example consistent.

Reminded by: Bryan Liesner &lt;bleez@netaxs.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
