<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/bootparamd, branch release/2.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F2.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>1995-10-06T10:12:53Z</updated>
<entry>
<title>Sync with main branch.</title>
<updated>1995-10-06T10:12:53Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-10-06T10:12:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b56830a31d083dd7bc3a46f7291c2e6359eeb8dc'/>
<id>urn:sha1:b56830a31d083dd7bc3a46f7291c2e6359eeb8dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Brought in changes from main branch: misc cleanup, add missing usage arg.</title>
<updated>1995-08-26T11:32:31Z</updated>
<author>
<name>David Greenman</name>
<email>dg@FreeBSD.org</email>
</author>
<published>1995-08-26T11:32:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9d1be8093c3458e2b7409d8b17565f14079a6694'/>
<id>urn:sha1:9d1be8093c3458e2b7409d8b17565f14079a6694</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.</title>
<updated>1995-06-13T18:05:17Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1995-06-13T18:05:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e506c6f0ea9f3b267e874555538b2f22b5778b8f'/>
<id>urn:sha1:e506c6f0ea9f3b267e874555538b2f22b5778b8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T03:57:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T03:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=709e8f9ae1d734c1a163c9b421df4b8153939ce7'/>
<id>urn:sha1:709e8f9ae1d734c1a163c9b421df4b8153939ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Stop callbootd from dumping core when attempting to directly query a</title>
<updated>1995-03-26T03:15:39Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-03-26T03:15:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bdb44d5fb6c056c07dc2ad478bb50b3756349a8a'/>
<id>urn:sha1:bdb44d5fb6c056c07dc2ad478bb50b3756349a8a</id>
<content type='text'>
bootparam server on a host that isn't running bootparamd: if clnt_create()
comes back with a NULL pointer, bail out with an error.
</content>
</entry>
<entry>
<title>Took out .include "../../Makefile.inc" which shouldn't be needed now that I</title>
<updated>1995-03-02T22:00:33Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-03-02T22:00:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7f2725d431e32812c4fbedddc2d4a640c4730bd'/>
<id>urn:sha1:c7f2725d431e32812c4fbedddc2d4a640c4730bd</id>
<content type='text'>
put a proper Makefile.inc in the top level of the bootparam heirarchy.
(Someday I'll learn. *sigh*)
</content>
</entry>
<entry>
<title>Whoops. I knew I was forgetting something.</title>
<updated>1995-03-02T21:24:54Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-03-02T21:24:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c529ee1973ef2b281760ad242302356ded74fd16'/>
<id>urn:sha1:c529ee1973ef2b281760ad242302356ded74fd16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>My patch this morning was not complete. I never tested make install - stupidly</title>
<updated>1995-03-01T20:36:20Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-03-01T20:36:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=60e2f05af76a25eaf86908a22dd0d0e69faf48f2'/>
<id>urn:sha1:60e2f05af76a25eaf86908a22dd0d0e69faf48f2</id>
<content type='text'>
thinking that it would work :( The install program never get a destination
directory. Here is another patch that should also be added. I think this
should be the last one for these makefiles :)

[Note:  I realize that there are more things wrong than this, but this should
at least get the tree compiling again! -jkh]

Submitted by:	John Hay &lt;jhay@mikom.csir.co.za&gt;
</content>
</entry>
<entry>
<title>The current bootparamd makefiles break if you do a make obj first. It does</title>
<updated>1995-03-01T08:04:40Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>1995-03-01T08:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1214e6da665ee16823d658e7860740f8c0a90e6a'/>
<id>urn:sha1:1214e6da665ee16823d658e7860740f8c0a90e6a</id>
<content type='text'>
work if you don't have the obj link. Here is a patch for it. It will still
work if you don't have an obj link:)

(I stuck a ${DESTDIR} in front of the absolute path to /usr/include... /phk)
Reviewed by:	phk
Submitted by:	John Hay &lt;jhay@mikom.csir.co.za&gt;
</content>
</entry>
<entry>
<title>Obtained from: The Xkernel source distribution</title>
<updated>1995-02-26T23:40:53Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1995-02-26T23:40:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b9fefab743b44b2e5e2793f594d81e37870889eb'/>
<id>urn:sha1:b9fefab743b44b2e5e2793f594d81e37870889eb</id>
<content type='text'>
I hope I'm doing this right.

This is an initial version of bootparamd for FreeBSD based on a public
domain rpc.bootparamd implementation by a gentleman named Klas Heggemann.
This program has apparently been around for a while. The README explicitly
lists the code as public domain, so I guess it's safe to use.

This program is needed for booting diskless SunOS and Solaris machines.
rarpd is also required, but that's in the works too.

I have made two changes to this code:

- Implemented NIS lookups. If /etc/bootparams contains a '+' then the
  bootparams map is consulted.

- Allow 0.0.0.0 as a user-specified router address. The SunOS rpc.bootparamd
  returns this value in many cases.
</content>
</entry>
</feed>
