<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/include/Makefile, branch release/4.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>2000-03-20T08:47:53+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-03-20T08:47:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7e6cd705f344de2f9f08475a0fa2ef9191f88dd0'/>
<id>7e6cd705f344de2f9f08475a0fa2ef9191f88dd0</id>
<content type='text'>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_4_0_0_RELEASE'.

This commit was manufactured to restore the state of the 4.0-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sigh. Really fix it this time.  It seems the first time through the</title>
<updated>2000-01-26T17:38:51+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-26T17:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4ba5197729ef8fa5660479d98cc7150817c6291a'/>
<id>4ba5197729ef8fa5660479d98cc7150817c6291a</id>
<content type='text'>
run it would modify the source tree, causing it to fail the second
time around. Sigh.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
run it would modify the source tree, causing it to fail the second
time around. Sigh.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix world breakage (kdump, truss) causes by rev 1.107 (adding dev/usb).</title>
<updated>2000-01-26T17:12:09+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2000-01-26T17:12:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=400dc950120cf4d7087c36cf9308f97db43f38b9'/>
<id>400dc950120cf4d7087c36cf9308f97db43f38b9</id>
<content type='text'>
It was creating ${.OBJDIR}/${MACHINE}/usr/include/dev -&gt; .../sys/dev
and mkioctls would descend that and saw *all* of src/sys/dev/*/*.h,
not just dev/usb/*.h.  It then choked on the dpt includes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was creating ${.OBJDIR}/${MACHINE}/usr/include/dev -&gt; .../sys/dev
and mkioctls would descend that and saw *all* of src/sys/dev/*/*.h,
not just dev/usb/*.h.  It then choked on the dpt includes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install the USB include files in /usr/include/dev/usb.</title>
<updated>2000-01-25T09:24:23+00:00</updated>
<author>
<name>Nick Hibma</name>
<email>n_hibma@FreeBSD.org</email>
</author>
<published>2000-01-25T09:24:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fcc56d9930f0fd5724607437a64b5ef9ff17af70'/>
<id>fcc56d9930f0fd5724607437a64b5ef9ff17af70</id>
<content type='text'>
We should still sort out some way of avoiding the clutter. Not all files
should be there.

Prompted by:   Louis A. Mamakos &lt;louie@TransSys.COM&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should still sort out some way of avoiding the clutter. Not all files
should be there.

Prompted by:   Louis A. Mamakos &lt;louie@TransSys.COM&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert previous commit.</title>
<updated>1999-12-09T09:35:36+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-12-09T09:35:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15f3c66cd24235ecdf4d0b8b08334240bd411a52'/>
<id>15f3c66cd24235ecdf4d0b8b08334240bd411a52</id>
<content type='text'>
Requested by: bde
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by: bde
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for symlinks instead of copies. This also avoids</title>
<updated>1999-12-08T13:47:30+00:00</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-12-08T13:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=02cca882994a644a9f2588bd50517d93f0fb95e5'/>
<id>02cca882994a644a9f2588bd50517d93f0fb95e5</id>
<content type='text'>
using mtree. Space is being saved by other means.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using mtree. Space is being saved by other means.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create a symlink for &lt;machine/joystick.h&gt;, like soundcard.h</title>
<updated>1999-12-05T21:34:09+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-05T21:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5af7944d913e49fc14db94a08c1b589fb8342c8b'/>
<id>5af7944d913e49fc14db94a08c1b589fb8342c8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added ntfs subdir to be filled.</title>
<updated>1999-12-03T20:22:45+00:00</updated>
<author>
<name>Semen Ustimenko</name>
<email>semenu@FreeBSD.org</email>
</author>
<published>1999-12-03T20:22:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5bf4211543c73e3e7bc1aa9d9f217fa563f89357'/>
<id>5bf4211543c73e3e7bc1aa9d9f217fa563f89357</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing netinet6.</title>
<updated>1999-11-05T18:49:00+00:00</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>1999-11-05T18:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fd9ec25aaadbb1c57d8274edc77e00225e69bfed'/>
<id>fd9ec25aaadbb1c57d8274edc77e00225e69bfed</id>
<content type='text'>
Detected by:	make world
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detected by:	make world
</pre>
</div>
</content>
</entry>
<entry>
<title>Whistle's Netgraph link-layer (sometimes more) networking infrastructure.</title>
<updated>1999-10-21T09:06:11+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>1999-10-21T09:06:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4cf49a43559ed9fdad601bdcccd2c55963008675'/>
<id>4cf49a43559ed9fdad601bdcccd2c55963008675</id>
<content type='text'>
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.

Reviewed by: Doug Rabson (dfr@freebsd.org)
Obtained from:  Whistle CVS tree
</pre>
</div>
</content>
</entry>
</feed>
