<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/if_ppp, branch releng/7.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-11-11T15:02:04Z</updated>
<entry>
<title>Teach an IPv6 to ppp(4).</title>
<updated>2006-11-11T15:02:04Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-11-11T15:02:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9f3b75b7b4eaf13bdcbf2f1d9262ac5265289934'/>
<id>urn:sha1:9f3b75b7b4eaf13bdcbf2f1d9262ac5265289934</id>
<content type='text'>
Obtained from:	NetBSD
MFC after:	1 week
</content>
</entry>
<entry>
<title>Don't use touch when what is really meant is :&gt; (create an empty file, or</title>
<updated>2006-08-14T13:28:53Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-08-14T13:28:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b3ae668b13db776ced151f20e9ad3d23eca545d'/>
<id>urn:sha1:8b3ae668b13db776ced151f20e9ad3d23eca545d</id>
<content type='text'>
truncate it if it exists) or :&gt;&gt; (ensure the file exists, but don't change
it if it already does)

Reviewed by:	ru
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>This patch fixes a problem, which exists if you have IPSEC in your kernel</title>
<updated>2006-02-27T16:56:22Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2006-02-27T16:56:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51b4ccb4649893e90ec38a1e8cba0d9682f17e90'/>
<id>urn:sha1:51b4ccb4649893e90ec38a1e8cba0d9682f17e90</id>
<content type='text'>
and want to have crypto support loaded as KLD. By moving zlib to separate
module and adding MODULE_DEPEND directives, it is possible to use such
configuration without complication. Otherwise, since IPSEC is linked with
zlib (just like crypto.ko) you'll get following error:

	interface zlib.1 already present in the KLD 'kernel'!

Approved by:	cognet (mentor)
</content>
</entry>
<entry>
<title>Let modules use the kernel's opt_*.h files if built along with</title>
<updated>2005-10-14T23:30:17Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2005-10-14T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=822923447e454b30d310cb46903c9ddeca9f0a7a'/>
<id>urn:sha1:822923447e454b30d310cb46903c9ddeca9f0a7a</id>
<content type='text'>
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
</content>
</entry>
<entry>
<title>We don't need to generate vnode_if.h anymore</title>
<updated>2004-12-29T08:50:35Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-12-29T08:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4aef7f9a43c5a49dcde36e5dba20635fe31305e'/>
<id>urn:sha1:a4aef7f9a43c5a49dcde36e5dba20635fe31305e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically tidy up the contents of CLEANFILES:M*.h: kmod.mk</title>
<updated>2004-09-01T07:12:24Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-09-01T07:12:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7206243f04e5cc81e1b7367aa22dd082e694345f'/>
<id>urn:sha1:7206243f04e5cc81e1b7367aa22dd082e694345f</id>
<content type='text'>
automatically removes opt_*.h and if_*.h found in SRCS.
</content>
</entry>
<entry>
<title>Make ppp(4) devices clonable and unloadable.</title>
<updated>2002-08-09T15:30:48Z</updated>
<author>
<name>Brooks Davis</name>
<email>brooks@FreeBSD.org</email>
</author>
<published>2002-08-09T15:30:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05c872ad62bc0c7e84d572a8e938299db32c74a8'/>
<id>urn:sha1:05c872ad62bc0c7e84d572a8e938299db32c74a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The ppp and tunnel modules now rely on opt_mac.h.  Missed in a previous</title>
<updated>2002-07-31T20:19:28Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2002-07-31T20:19:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5aae45c2e684c71019d2e320cd37cede913d97aa'/>
<id>urn:sha1:5aae45c2e684c71019d2e320cd37cede913d97aa</id>
<content type='text'>
commit.

Submitted by:	Anders Andersson &lt;anders@hack.org&gt;
</content>
</entry>
<entry>
<title>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
<updated>2002-01-11T15:49:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-11T15:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17d6c636720d00f77e5d098daf4c278f89d84f7b'/>
<id>urn:sha1:17d6c636720d00f77e5d098daf4c278f89d84f7b</id>
<content type='text'>
Not objected to by:	-current
</content>
</entry>
<entry>
<title>Zap some bad examples:</title>
<updated>2001-02-04T08:23:14Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-02-04T08:23:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=205a48f7f3b700b70d2e209c31779f5d6c92d893'/>
<id>urn:sha1:205a48f7f3b700b70d2e209c31779f5d6c92d893</id>
<content type='text'>
opt_foo.h:
	touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
</content>
</entry>
</feed>
