<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in bootp.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b3e7694832e81d7a904a10f525f8797b753bf0d3 - Remove $FreeBSD$: two-line .h pattern</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#b3e7694832e81d7a904a10f525f8797b753bf0d3</link>
        <description>Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Wed, 16 Aug 2023 17:54:16 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f48bf186fb457559e2f5caf77ad6f68faa0a07f - RFC2132 is not clear about whether the &quot;Maximum DHCP Message Size&quot;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#3f48bf186fb457559e2f5caf77ad6f68faa0a07f</link>
        <description>RFC2132 is not clear about whether the &quot;Maximum DHCP Message Size&quot;refers to the size of the whole ethernet packet, just the DHCPmessage within the UDP payload, or something else. bootpd interpretedit as a maximum UDP payload size, so it could end up sendingfragmented packets to clients (such as some versions of Etherboot)that used different interpretations of the maximum message size.Switch to the most conservative interpretation: ensure that theethernet packet containing the response is no larger than thespecified maximum message size. This matches the behaviour ofthe ISC dhcpd.MFC after:	1 week

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Tue, 25 Sep 2001 21:02:10 +0000</pubDate>
        <dc:creator>Ian Dowse &lt;iedowse@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8ef94ce860fc1c1e85ca07bdfd00ed676d5f4955 - Fix bootpd for Alpha.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#8ef94ce860fc1c1e85ca07bdfd00ed676d5f4955</link>
        <description>Fix bootpd for Alpha.bptypes.h originally defined int32 to be of type long. This obviouslydoesn&apos;t work on the Alpha. By defining int32 (and u_int32) in terms ofint32_t (and u_int32_t) it now is what it says it should be.Two occurrences of &apos;unsigned int32&apos; have been changed to &apos;u_int32&apos; forconsistency.Submitted by: Wilko Bulte &lt;wilko@yedi.iaf.nl&gt;

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Fri, 12 Nov 1999 10:11:48 +0000</pubDate>
        <dc:creator>Marcel Moolenaar &lt;marcel@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7f3dea244c40159a41ab22da77a434d7c5b5e85a - $Id$ -&gt; $FreeBSD$</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#7f3dea244c40159a41ab22da77a434d7c5b5e85a</link>
        <description>$Id$ -&gt; $FreeBSD$

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Sat, 28 Aug 1999 00:22:10 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 - Revert $FreeBSD$ to $Id$</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#9e522f7a18a64d3b9ea901ed70d0eee78342f0c6</link>
        <description>Revert $FreeBSD$ to $Id$

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Sat, 22 Feb 1997 14:22:49 +0000</pubDate>
        <dc:creator>Peter Wemm &lt;peter@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1130b656e5fe4c2d1ba299e024d1b40eaeebd380 - Make the long-awaited change from $Id$ to $FreeBSD$</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#1130b656e5fe4c2d1ba299e024d1b40eaeebd380</link>
        <description>Make the long-awaited change from $Id$ to $FreeBSD$This will make a number of things easier in the future, as well as (finally!)avoiding the Id-smashing problem which has plagued developers for so long.Boy, I&apos;m glad we&apos;re not using sup anymore.  This update would have beeninsane otherwise.

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Tue, 14 Jan 1997 07:20:47 +0000</pubDate>
        <dc:creator>Jordan K. Hubbard &lt;jkh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e08ac58bbe2be2817736b8f4b32c75f8d55359df - Import bootpd-2.4.3 from ftp.mc.com</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#e08ac58bbe2be2817736b8f4b32c75f8d55359df</link>
        <description>Import bootpd-2.4.3 from ftp.mc.com

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Tue, 23 Jan 1996 01:35:04 +0000</pubDate>
        <dc:creator>Paul Traina &lt;pst@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44099b7b1ec9c9295687eba077be6ad2931d292d - Rearrange bootpd</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/freebsd-src/libexec/bootpd/bootp.h#44099b7b1ec9c9295687eba077be6ad2931d292d</link>
        <description>Rearrange bootpd

            List of files:
            /freebsd-src/libexec/bootpd/bootp.h</description>
        <pubDate>Fri, 30 Sep 1994 05:45:07 +0000</pubDate>
        <dc:creator>Paul Traina &lt;pst@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
