<?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 bootpgw.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a6fe717c2a876105123214c05176cd74106fb94b - libexec: Automated cleanup of cdefs and other formatting</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#a6fe717c2a876105123214c05176cd74106fb94b</link>
        <description>libexec: Automated cleanup of cdefs and other formattingApply the following automated changes to try to eliminateno-longer-needed sys/cdefs.h includes as well as now-emptyblank lines in a row.Remove /^#if.*\n#endif.*\n#include\s+&lt;sys/cdefs.h&gt;.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;.*\n+#if.*\n#endif.*\n+/Remove /\n+#if.*\n#endif.*\n+/Remove /^#if.*\n#endif.*\n/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/types.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/param.h&gt;/Remove /\n+#include\s+&lt;sys/cdefs.h&gt;\n#include\s+&lt;sys/capsicum.h&gt;/Sponsored by:		Netflix

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Fri, 24 Nov 2023 21:12:57 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1d386b48a555f61cb7325543adbbb5c3f3407a66 - Remove $FreeBSD$: one-line .c pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#1d386b48a555f61cb7325543adbbb5c3f3407a66</link>
        <description>Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\(&quot;\$FreeBSD\$&quot;\);?\s*\n/

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Wed, 16 Aug 2023 19:54:42 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>69c0fb2a7a6f8145102f3ef370410fc380735e1c - Mark usage function as __dead2 in programs where it does not return</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#69c0fb2a7a6f8145102f3ef370410fc380735e1c</link>
        <description>Mark usage function as __dead2 in programs where it does not returnIn most cases, usage does not return, so mark them as __dead2. For thecases where they do return, they have not been marked __dead2.Reviewed by: impPull Request: https://github.com/freebsd/freebsd-src/pull/735

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Fri, 07 Jul 2023 18:39:23 +0200</pubDate>
        <dc:creator>Alfonso Gregory &lt;gfunni234@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8b356c888167dfc5f5783679d373555053982f02 - bootpd: Use C89 function definitions.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#8b356c888167dfc5f5783679d373555053982f02</link>
        <description>bootpd: Use C89 function definitions.Trim a few duplicate (but incomplete) function prototypes as well.Reviewed by:	emasteDifferential Revision:	https://reviews.freebsd.org/D39520

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Tue, 18 Apr 2023 20:21:15 +0200</pubDate>
        <dc:creator>John Baldwin &lt;jhb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cfb9be506285cd65120f9686d532130a3757ce56 - bootp: remove the USE_BFUNCS knob</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#cfb9be506285cd65120f9686d532130a3757ce56</link>
        <description>bootp: remove the USE_BFUNCS knobWe&apos;d likely be better served by converting these to the equivalent mem*calls, but just kill the knob for now. The b* macros being defined getin the way of _FORTIFY_SOURCE.Reviewed by:	imp, markjDifferential Revision:	https://reviews.freebsd.org/D32235

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Thu, 30 Sep 2021 05:01:34 +0200</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0269ae4c19ad779b43b0d6e2416ac7386945d692 - MFHead @348740</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#0269ae4c19ad779b43b0d6e2416ac7386945d692</link>
        <description>MFHead @348740Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Thu, 06 Jun 2019 18:20:50 +0200</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d3f77d0afea73ab242aaede36f26ec89bdebcd8c - Marginally improve usage() message style in bootpd.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#d3f77d0afea73ab242aaede36f26ec89bdebcd8c</link>
        <description>Marginally improve usage() message style in bootpd.- Remove an extra space after &quot;usage:&quot;.- Avoid lines exceeding 80 columns.Based on notes from rgrimes.MFC with:	r348066Event:		Waterloo Hackathon 2019

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Wed, 22 May 2019 06:13:57 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>35131b461677fa6c1d7bb8d47a11058e32c4be82 - bootpd: Add an option to skip modifications to the ARP table.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#35131b461677fa6c1d7bb8d47a11058e32c4be82</link>
        <description>bootpd: Add an option to skip modifications to the ARP table.PR:		30854Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt;Reviewed by:	imp (previous version)MFC after:	1 weekEvent:		Waterloo Hackathon 2019Differential Revision:	https://reviews.freebsd.org/D2581

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Tue, 21 May 2019 23:22:43 +0200</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>38f1b189cd839bd8aa122ae06cc084810ca1e395 - IFC @ r234692</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#38f1b189cd839bd8aa122ae06cc084810ca1e395</link>
        <description>IFC @ r234692sys/amd64/include/cpufunc.hsys/amd64/include/fpu.hsys/amd64/amd64/fpu.csys/amd64/vmm/vmm.c - Add API to allow vmm FPU state init/save/restore.FP stuff discussed with: kib

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Thu, 26 Apr 2012 09:52:28 +0200</pubDate>
        <dc:creator>Peter Grehan &lt;grehan@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8fa0b743820f61c661ba5f3ea0e3be0dc137910e - IFC @230489 (pending review).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#8fa0b743820f61c661ba5f3ea0e3be0dc137910e</link>
        <description>IFC @230489 (pending review).

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Mon, 23 Jan 2012 20:46:36 +0100</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1acf0dba17d74c59fc87d450664df950ff127795 - Spelling fixes for libexec/</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#1acf0dba17d74c59fc87d450664df950ff127795</link>
        <description>Spelling fixes for libexec/

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Sat, 07 Jan 2012 17:09:54 +0100</pubDate>
        <dc:creator>Ulrich Sp&#246;rlein &lt;uqs@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>80dbff4e99ba37534b40803a1ddff842f5ebdd58 - IFC to head to catch up the bhyve branch</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#80dbff4e99ba37534b40803a1ddff842f5ebdd58</link>
        <description>IFC to head to catch up the bhyve branchApproved by:	grehan@

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Wed, 04 Jan 2012 03:01:27 +0100</pubDate>
        <dc:creator>Sean Bruno &lt;sbruno@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5d0ce6a552e5b6a77a4e31881ab348fcf27a9237 - In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remaining</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#5d0ce6a552e5b6a77a4e31881ab348fcf27a9237</link>
        <description>In libexec/bootpd/bootpgw/bootpgw.c, add a cast for the remainingminutes of activity, to avoid a warning on platforms where time_t is a32-bit integer.MFC after:	1 week

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Fri, 16 Dec 2011 16:38:11 +0100</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538015aa3b16b2819401ed2b6cebdd459affc7d4 - Add FBSDID. udp/bootps -&gt; bootps/udp. Use err(3).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#538015aa3b16b2819401ed2b6cebdd459affc7d4</link>
        <description>Add FBSDID. udp/bootps -&gt; bootps/udp. Use err(3).

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Wed, 05 Feb 2003 14:45:25 +0100</pubDate>
        <dc:creator>Philippe Charnier &lt;charnier@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>91180daf65df4fdd1bb8b9f3b27f22937f1622a5 - Assume __STDC__, remove non-__STDC__ code.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#91180daf65df4fdd1bb8b9f3b27f22937f1622a5</link>
        <description>Assume __STDC__, remove non-__STDC__ code.Remove private __P.

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Tue, 28 May 2002 20:37:43 +0200</pubDate>
        <dc:creator>Alfred Perlstein &lt;alfred@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1a37aa566b347fbb2d2196786e1e84a79ffea9d5 - Add `_PATH_DEVZERO&apos;.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#1a37aa566b347fbb2d2196786e1e84a79ffea9d5</link>
        <description>Add `_PATH_DEVZERO&apos;.Use _PATH_* where where possible.

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Sat, 09 Dec 2000 10:35:55 +0100</pubDate>
        <dc:creator>David E. O&apos;Brien &lt;obrien@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>859663719d47f9d552103f222429ecf7530c4240 - More egcs warning fixes:</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#859663719d47f9d552103f222429ecf7530c4240</link>
        <description>More egcs warning fixes:	o main returns int not void	o use return 0 at end of main when needed	o use braces to avoid potentially ambiguous else	o don&apos;t default to type int (and also remove a useless register	  modifier).Reviewed by: obrien and chuckr

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Mon, 26 Apr 1999 00:23:38 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9a969423ea3210a30f41b39def5873ea550f4b4e - Fix a hop count datatype bogon pointed out in PR#2642 (though my fix</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#9a969423ea3210a30f41b39def5873ea550f4b4e</link>
        <description>Fix a hop count datatype bogon pointed out in PR#2642 (though my fixwas slightly different than the one submitted).Submitted by:	Elmar Bartel &lt;bartel@informatik.tu-muenchen.de&gt;

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Fri, 07 Feb 1997 21:03:49 +0100</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://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#e08ac58bbe2be2817736b8f4b32c75f8d55359df</link>
        <description>Import bootpd-2.4.3 from ftp.mc.com

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Tue, 23 Jan 1996 02:35:04 +0100</pubDate>
        <dc:creator>Paul Traina &lt;pst@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>538015aa3b16b2819401ed2b6cebdd459affc7d4 - Add FBSDID. udp/bootps -&gt; bootps/udp. Use err(3).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/bootpd/bootpgw/bootpgw.c#538015aa3b16b2819401ed2b6cebdd459affc7d4</link>
        <description>Add FBSDID. udp/bootps -&gt; bootps/udp. Use err(3).

            List of files:
            /freebsd/libexec/bootpd/bootpgw/bootpgw.c</description>
        <pubDate>Wed, 05 Feb 2003 14:45:25 +0100</pubDate>
        <dc:creator>Philippe Charnier &lt;charnier@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
