<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/bootpd, branch upstream/10.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=upstream%2F10.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-12-31T23:25:37Z</updated>
<entry>
<title>MFC r264400,r265836:</title>
<updated>2014-12-31T23:25:37Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2014-12-31T23:25:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be39f9d2337a354f95e8be9e96a52202de94b428'/>
<id>urn:sha1:be39f9d2337a354f95e8be9e96a52202de94b428</id>
<content type='text'>
r264400:

  NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
  and finish the job. ncurses is now the only Makefile in the tree that
  uses it since it wasn't a simple mechanical change, and will be
  addressed in a future commit.

r265836:

  Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
  what is needed.
</content>
</entry>
<entry>
<title>MFC: r263121</title>
<updated>2014-03-27T20:13:53Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-03-27T20:13:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=74f362d0e4e61384620d99b5d07e502f0b5c3440'/>
<id>urn:sha1:74f362d0e4e61384620d99b5d07e502f0b5c3440</id>
<content type='text'>
Re-format the license to conform to our BSD license template as much
as possible.  This does not change the wording in any way.

Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.  While the
clause itself mentions Lawrence Berkeley Laboratory, UCB is the sole
copyright holder of this file.

Reviewed by:	imp, emaste, eadler
</content>
</entry>
<entry>
<title>MFC: r262136</title>
<updated>2014-02-24T08:21:49Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2014-02-24T08:21:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1'/>
<id>urn:sha1:b37c75aa05cbc2a4adc9b65a6dff4eaf6786bbd1</id>
<content type='text'>
Remove the 3rd clause ("advertising clause") of the BSD license as
permitted by the University of Berkeley on July 22, 1999.

Reviewed by:	imp
</content>
</entry>
<entry>
<title>mdoc sweep.</title>
<updated>2013-05-12T22:22:12Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2013-05-12T22:22:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2710751bc309af25c6dea1171781678258e83840'/>
<id>urn:sha1:2710751bc309af25c6dea1171781678258e83840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retire struct sockaddr_inarp.</title>
<updated>2013-01-31T08:55:21Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2013-01-31T08:55:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9711a168b937802c369ef4241590f671cbee9243'/>
<id>urn:sha1:9711a168b937802c369ef4241590f671cbee9243</id>
<content type='text'>
Since ARP and routing are separated, "proxy only" entries
don't have any meaning, thus we don't need additional field
in sockaddr to pass SIN_PROXY flag.

New kernel is binary compatible with old tools, since sizes
of sockaddr_inarp and sockaddr_in match, and sa_family are
filled with same value.

The structure declaration is left for compatibility with
third party software, but in tree code no longer use it.

Reviewed by:	ru, andre, net@
</content>
</entry>
<entry>
<title>Make sure sections are sorted into conventional order.</title>
<updated>2012-03-25T16:00:56Z</updated>
<author>
<name>Joel Dahl</name>
<email>joel@FreeBSD.org</email>
</author>
<published>2012-03-25T16:00:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=12afe06c06846b49eab319388a689123dd7860a4'/>
<id>urn:sha1:12afe06c06846b49eab319388a689123dd7860a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spelling fixes for libexec/</title>
<updated>2012-01-07T16:09:54Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-07T16:09:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1acf0dba17d74c59fc87d450664df950ff127795'/>
<id>urn:sha1:1acf0dba17d74c59fc87d450664df950ff127795</id>
<content type='text'>
</content>
</entry>
<entry>
<title>In libexec/bootpd/tools/bootptest/print-bootp.c, use the correct printf</title>
<updated>2011-12-16T15:55:43Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-16T15:55:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=747a8c81c71d66b7afe4545c36a02b112b30656f'/>
<id>urn:sha1:747a8c81c71d66b7afe4545c36a02b112b30656f</id>
<content type='text'>
length modifier for the difference between two pointers.

MFC after:	1 week
</content>
</entry>
<entry>
<title>In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remaining</title>
<updated>2011-12-16T15:38:11Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-16T15:38:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d0ce6a552e5b6a77a4e31881ab348fcf27a9237'/>
<id>urn:sha1:5d0ce6a552e5b6a77a4e31881ab348fcf27a9237</id>
<content type='text'>
minutes of activity, to avoid a warning on platforms where time_t is a
32-bit integer.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Catch up with kernel using time_uptime to drive ARP timeouts.</title>
<updated>2010-12-06T09:39:36Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2010-12-06T09:39:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c1325861adb19c52600611cf69a7a3c3873a087e'/>
<id>urn:sha1:c1325861adb19c52600611cf69a7a3c3873a087e</id>
<content type='text'>
Noticed by:	jilles
</content>
</entry>
</feed>
