<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/ppp/physical.c, branch release/7.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

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

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bunch of malloc() return checks</title>
<updated>2004-10-11T09:45:58+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-10-11T09:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5d604c11618e342901aac84755c4379713adbad7'/>
<id>5d604c11618e342901aac84755c4379713adbad7</id>
<content type='text'>
PR:		71592
Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt; with further changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		71592
Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt; with further changes
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the build on 64-bit platforms.</title>
<updated>2004-09-06T00:07:58+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2004-09-06T00:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1814213e06f91d3989ec8707faceef2d8d3e4256'/>
<id>1814213e06f91d3989ec8707faceef2d8d3e4256</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make ppp WARNS=5 clean</title>
<updated>2004-09-05T01:46:52+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-09-05T01:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=057f1760a8171825b260dad27502f74ed5f69faf'/>
<id>057f1760a8171825b260dad27502f74ed5f69faf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add configuration option "set pppoe [standard|3Com]" which allows</title>
<updated>2004-07-29T05:59:43+00:00</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2004-07-29T05:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b5bc6d4db0d4a428ce9fc6395ba1b12ec45cd95f'/>
<id>b5bc6d4db0d4a428ce9fc6395ba1b12ec45cd95f</id>
<content type='text'>
to configure mode for ng_pppoe(4) node under control.

Reviewed by:	brian
Approved by:	julian (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to configure mode for ng_pppoe(4) node under control.

Reviewed by:	brian
Approved by:	julian (mentor)
</pre>
</div>
</content>
</entry>
<entry>
<title>Report the number of bytes not written when complaining about failed writes</title>
<updated>2004-07-20T01:42:30+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2004-07-20T01:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b00fb497421eb7d6360f15bca267004ca1bd1326'/>
<id>b00fb497421eb7d6360f15bca267004ca1bd1326</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than</title>
<updated>2002-11-15T22:42:00+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-11-15T22:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6ceeb6902a155dfa35c39a3d360736584fbefb7f'/>
<id>6ceeb6902a155dfa35c39a3d360736584fbefb7f</id>
<content type='text'>
time_t.  Deal with the possibility that time_t != int32_t.  This boils
down to this sort of thing:
 -   time(&amp;ut.ut_time);
 +   ut.ut_time = time(NULL);
and similar for ctime(3) etc.  I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.

Approved by: re (jhb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
time_t.  Deal with the possibility that time_t != int32_t.  This boils
down to this sort of thing:
 -   time(&amp;ut.ut_time);
 +   ut.ut_time = time(NULL);
and similar for ctime(3) etc.  I've kept it minimal for the stuff
that may need to be portable (or 3rd party code), but used Matt's time32
stuff for cases where that isn't as much of a concern.

Approved by: re (jhb)
</pre>
</div>
</content>
</entry>
<entry>
<title>Include the correct file (stdarg.h) and use va_list rather than _BSD_VA_LIST_</title>
<updated>2002-08-27T20:11:58+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-08-27T20:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6eafd35305dee6df318b4652fdea0360ab4c4569'/>
<id>6eafd35305dee6df318b4652fdea0360ab4c4569</id>
<content type='text'>
Suggested by: mike
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by: mike
</pre>
</div>
</content>
</entry>
<entry>
<title>Show the port number (tty slot, pppoe session id etc) under</title>
<updated>2002-06-30T01:46:22+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-06-30T01:46:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dfc1b4ac01fd4c2c8787b74e437311084a04e088'/>
<id>dfc1b4ac01fd4c2c8787b74e437311084a04e088</id>
<content type='text'>
``show physical''.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
``show physical''.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove whitespace at the end of lines.</title>
<updated>2002-06-15T08:03:30+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2002-06-15T08:03:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=10be78d3ae11fbdd8fab4a4a34d5337ce071dd1d'/>
<id>10be78d3ae11fbdd8fab4a4a34d5337ce071dd1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
