<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/bootpd/readfile.c, branch release/13.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F13.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-23T17:43:33Z</updated>
<entry>
<title>Remove $FreeBSD$: one-line bare tag</title>
<updated>2023-08-23T17:43:33Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-22T01:32:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=350f9ac5b362558a39f447dea99d102b831ee0c8'/>
<id>urn:sha1:350f9ac5b362558a39f447dea99d102b831ee0c8</id>
<content type='text'>
Remove /^\s*\$FreeBSD\$$\n/

Similar commit in main:
(cherry picked from commit 05248206f720)
</content>
</entry>
<entry>
<title>bootp: remove the USE_BFUNCS knob</title>
<updated>2021-10-06T07:14:39Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2021-09-30T03:01:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d330c24cc061f87decc678d4d471a61088d730b3'/>
<id>urn:sha1:d330c24cc061f87decc678d4d471a61088d730b3</id>
<content type='text'>
We'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 get
in the way of _FORTIFY_SOURCE.

(cherry picked from commit cfb9be506285cd65120f9686d532130a3757ce56)
</content>
</entry>
<entry>
<title>Restore some comments in previous commit.</title>
<updated>2016-04-12T18:24:02Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-12T18:24:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a9048e13d713357bf11f64a276385403df70396'/>
<id>urn:sha1:9a9048e13d713357bf11f64a276385403df70396</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bootpd(8): De-register and minor cleanups.</title>
<updated>2016-04-12T18:18:26Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-12T18:18:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=07ee9f80d73118450375bd991c5cabb8c85bd7a2'/>
<id>urn:sha1:07ee9f80d73118450375bd991c5cabb8c85bd7a2</id>
<content type='text'>
For bootptest(8) also remuve an unused variable and replace
0 with a NULL for a pointer.
</content>
</entry>
<entry>
<title>Replace various spelling with FALLTHROUGH which is lint()able</title>
<updated>2002-08-25T13:10:45Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-08-25T13:10:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7fed38d0a00297914313d5b57f3fae8ef7d4e627'/>
<id>urn:sha1:7fed38d0a00297914313d5b57f3fae8ef7d4e627</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This code defined a private __P, nuke it.</title>
<updated>2002-05-28T18:36:43Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-28T18:36:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f19d047aec2b1d05cfb00498caff5141094d1124'/>
<id>urn:sha1:f19d047aec2b1d05cfb00498caff5141094d1124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Assume __STDC__, remove non-__STDC__ code.</title>
<updated>2002-05-28T18:31:41Z</updated>
<author>
<name>Alfred Perlstein</name>
<email>alfred@FreeBSD.org</email>
</author>
<published>2002-05-28T18:31:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5ed136e814a98e845927fffa6aa7c497dbd8fa5e'/>
<id>urn:sha1:5ed136e814a98e845927fffa6aa7c497dbd8fa5e</id>
<content type='text'>
Reviewed by: md5
</content>
</entry>
<entry>
<title>Missing `break' statements caused two error messages to become</title>
<updated>2001-09-29T10:31:28Z</updated>
<author>
<name>Ian Dowse</name>
<email>iedowse@FreeBSD.org</email>
</author>
<published>2001-09-29T10:31:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c2c0f1952e555d7e402c8e7d727be034a7b6ccc4'/>
<id>urn:sha1:c2c0f1952e555d7e402c8e7d727be034a7b6ccc4</id>
<content type='text'>
"unkown error" [sic]. Add the missing breaks, and correct the
spelling typo.

PR:		bin/30865
Submitted by:	Dan Lukes &lt;dan@obluda.cz&gt;
MFC after:	1 week
</content>
</entry>
<entry>
<title>Preceed/preceeding are not english words.  Use precede or preceding.</title>
<updated>2001-02-18T10:25:42Z</updated>
<author>
<name>Jeroen Ruigrok van der Werven</name>
<email>asmodai@FreeBSD.org</email>
</author>
<published>2001-02-18T10:25:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7c637968288584dda60170d7c2977973e20ae503'/>
<id>urn:sha1:7c637968288584dda60170d7c2977973e20ae503</id>
<content type='text'>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
</feed>
