<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pppd, branch releng/5.1</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F5.1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-05-19T15:52:01Z</updated>
<entry>
<title>Retire the useless NOSECURE knob.</title>
<updated>2003-05-19T15:52:01Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-05-19T15:52:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7691f66abfbcf43a14ca86b9875c01a31f101db3'/>
<id>urn:sha1:7691f66abfbcf43a14ca86b9875c01a31f101db3</id>
<content type='text'>
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Add __amd64__ to an ifdef set so that pppd compiles.  Reactivate on amd64.</title>
<updated>2003-05-12T18:51:31Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2003-05-12T18:51:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec480a974073a5b7ec8fcc4312fdf9152cac0dc7'/>
<id>urn:sha1:ec480a974073a5b7ec8fcc4312fdf9152cac0dc7</id>
<content type='text'>
Approved by:  re (amd64 "safe" ifdefs etc)
</content>
</entry>
<entry>
<title>RFC1548, section 5.8:</title>
<updated>2003-04-07T13:34:00Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2003-04-07T13:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d4c6c8f99233e1c3d67d6c62bf316b5b1a01c786'/>
<id>urn:sha1:d4c6c8f99233e1c3d67d6c62bf316b5b1a01c786</id>
<content type='text'>
Echo-Request and Echo-Reply packets may only be sent in the LCP
Opened state.  Echo-Request and Echo-Reply packets received in any
state other than the LCP Opened state SHOULD be silently discarded.

PR:		45760
Submitted by:	Eugene Grosbein
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>style.Makefile(5)</title>
<updated>2003-04-04T17:49:21Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-04-04T17:49:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=052238b16cf05cb96be651f5ab80deacf8d6cf0a'/>
<id>urn:sha1:052238b16cf05cb96be651f5ab80deacf8d6cf0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,</title>
<updated>2003-01-01T18:49:04Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2003-01-01T18:49:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d5abbddbf03791c777fed86500976ea3dd19245'/>
<id>urn:sha1:9d5abbddbf03791c777fed86500976ea3dd19245</id>
<content type='text'>
especially in troff files.
</content>
</entry>
<entry>
<title>Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/</title>
<updated>2002-12-30T21:18:15Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-30T21:18:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d64ada501ae33c02e7c4e3ce21962907df814a5a'/>
<id>urn:sha1:d64ada501ae33c02e7c4e3ce21962907df814a5a</id>
<content type='text'>
Add FreeBSD Id tag where missing.
</content>
</entry>
<entry>
<title>english(4) police.</title>
<updated>2002-12-27T12:15:40Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2002-12-27T12:15:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=57bd0fc6e89b888516b6a64206715bef500fc2d1'/>
<id>urn:sha1:57bd0fc6e89b888516b6a64206715bef500fc2d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utmp.ut_time and lastlog.ll_time are explicitly int32_t rather than</title>
<updated>2002-11-15T22:42:00Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-11-15T22:42:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6ceeb6902a155dfa35c39a3d360736584fbefb7f'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Test for the existance of kernel ppp support by seeing if the kernel has</title>
<updated>2002-11-05T05:58:31Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2002-11-05T05:58:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51480d2ffff2818b97c813b219cb34f91132a372'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Check for FD_SET overruns.</title>
<updated>2002-09-17T15:52:35Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2002-09-17T15:52:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=24280a8fbb0440cb881efee90a405ac6e9e5978a'/>
<id>urn:sha1:24280a8fbb0440cb881efee90a405ac6e9e5978a</id>
<content type='text'>
Approved by:	peter
</content>
</entry>
</feed>
