<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-09-19T07:09:55Z</updated>
<entry>
<title>Make ppp(8) buildable.</title>
<updated>2018-09-19T07:09:55Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2018-09-19T07:09:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16e2656210b01bb8608041cda9bcd6d05e827c42'/>
<id>urn:sha1:16e2656210b01bb8608041cda9bcd6d05e827c42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add u3g ppp.conf entry. It provides some starting point to making</title>
<updated>2018-09-11T17:05:26Z</updated>
<author>
<name>Edward Tomasz Napierala</name>
<email>trasz@FreeBSD.org</email>
</author>
<published>2018-09-11T17:05:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=94df44ee6c0b28407cca551d89d777f8263bb06e'/>
<id>urn:sha1:94df44ee6c0b28407cca551d89d777f8263bb06e</id>
<content type='text'>
use of u3g(4) dongles, and in many cases can work out of the box.

Reviewed by:	hselasky
Approved by:	re (gjb)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D16974
</content>
</entry>
<entry>
<title>Add the possibility to mark packets urgent based on their length.</title>
<updated>2018-08-17T10:18:45Z</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2018-08-17T10:18:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f80b39d182ac49e4209ca505f47aa4f8963035ca'/>
<id>urn:sha1:f80b39d182ac49e4209ca505f47aa4f8963035ca</id>
<content type='text'>
This allows preferring small (e.g. ACK) packets, in upload heavy
environments.

It was already possible to mark packets urgent based on destination
port. This option piggy backs on that feature.
</content>
</entry>
<entry>
<title>ppp(8): fix code producing debugging logs</title>
<updated>2018-02-10T17:09:51Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2018-02-10T17:09:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6cd3353ba3043275400d8a45eebbe47d1efc709e'/>
<id>urn:sha1:6cd3353ba3043275400d8a45eebbe47d1efc709e</id>
<content type='text'>
Fix several cases when long buffer is copied to shorter one
using snprintf that results in contents truncation and
clobbering unsaved errno value and creation of misleading logs.

PR:		218517
Approved by:	avg (mentor)
MFC after:	1 month
</content>
</entry>
<entry>
<title>SPDX: mostly fixes to previous changes.</title>
<updated>2017-12-13T16:13:17Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-12-13T16:13:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9b10f59a10b7adff0a5ea3b0fd182d521c3da643'/>
<id>urn:sha1:9b10f59a10b7adff0a5ea3b0fd182d521c3da643</id>
<content type='text'>
Introduce the recently approved BSD-1-Clause and replace 0BSD which
never did fit well our use cases.
</content>
</entry>
<entry>
<title>SPDX: Fix some cases wrongly attributed to MIT.</title>
<updated>2017-11-30T15:10:11Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-30T15:10:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8820ecc040f2b2392de20f32ee40cb5f3b90d0d3'/>
<id>urn:sha1:8820ecc040f2b2392de20f32ee40cb5f3b90d0d3</id>
<content type='text'>
In the cases of BSD-style license variants without clauses, use 0BSD for
the time being in lack of a better description.
</content>
</entry>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>urn:sha1:1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
</entry>
<entry>
<title>General further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-20T19:49:47Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-20T19:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8a16b7a18f5d0b031f09832fd7752fba717e2a97'/>
<id>urn:sha1:8a16b7a18f5d0b031f09832fd7752fba717e2a97</id>
<content type='text'>
Mainly focus on files that use BSD 3-Clause license.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.
</content>
</entry>
<entry>
<title>DIRDEPS_BUILD: Update dependencies.</title>
<updated>2017-10-31T00:07:04Z</updated>
<author>
<name>Bryan Drewery</name>
<email>bdrewery@FreeBSD.org</email>
</author>
<published>2017-10-31T00:07:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ea825d02749f382c3f7e17f28247f20a48733eab'/>
<id>urn:sha1:ea825d02749f382c3f7e17f28247f20a48733eab</id>
<content type='text'>
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>ppp(8): style(9) fix after r325157</title>
<updated>2017-10-30T15:19:28Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2017-10-30T15:19:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81a5dbd52ca089bb220247a1c7e65a3a53be2602'/>
<id>urn:sha1:81a5dbd52ca089bb220247a1c7e65a3a53be2602</id>
<content type='text'>
Approved by:	mav (mentor)
</content>
</entry>
</feed>
