<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/libexec/bootpd, branch release/4.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F4.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2000-07-26T21:12:35Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>2000-07-26T21:12:35Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2000-07-26T21:12:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7f1bf9342879a7ee2dd88e11a33ae7509eab55b0'/>
<id>urn:sha1:7f1bf9342879a7ee2dd88e11a33ae7509eab55b0</id>
<content type='text'>
'RELENG_4_1_0_RELEASE'.

This commit was manufactured to restore the state of the 4.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Fix bootpd for Alpha.</title>
<updated>1999-11-12T10:11:48Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>1999-11-12T10:11:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8ef94ce860fc1c1e85ca07bdfd00ed676d5f4955'/>
<id>urn:sha1:8ef94ce860fc1c1e85ca07bdfd00ed676d5f4955</id>
<content type='text'>
bptypes.h originally defined int32 to be of type long. This obviously
doesn't work on the Alpha. By defining int32 (and u_int32) in terms of
int32_t (and u_int32_t) it now is what it says it should be.

Two occurrences of 'unsigned int32' have been changed to 'u_int32' for
consistency.

Submitted by: Wilko Bulte &lt;wilko@yedi.iaf.nl&gt;
</content>
</entry>
<entry>
<title>Add $FreeBSD$ lines to man pages that are missing them to make it</title>
<updated>1999-08-28T23:10:20Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1999-08-28T23:10:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=229494cb512a44164597bd9358fbf8bf568c7ac6'/>
<id>urn:sha1:229494cb512a44164597bd9358fbf8bf568c7ac6</id>
<content type='text'>
easier for translation teams.

PR:		docs/13418
Submitted by:	Alexey Zelkin &lt;phantom@cris.net&gt;
</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-test2/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>urn:sha1:7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a couple of typos.</title>
<updated>1999-07-12T18:37:48Z</updated>
<author>
<name>Mike Pritchard</name>
<email>mpp@FreeBSD.org</email>
</author>
<published>1999-07-12T18:37:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2dd1e9f4e1942b3d124aabf5e4e56b15fe93cd1a'/>
<id>urn:sha1:2dd1e9f4e1942b3d124aabf5e4e56b15fe93cd1a</id>
<content type='text'>
PR:		12610
Submitted by:	Seth &lt;seth@freebie.dp.ny.frb.org&gt;
</content>
</entry>
<entry>
<title>More egcs warning fixes:</title>
<updated>1999-04-25T22:23:38Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1999-04-25T22:23:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=859663719d47f9d552103f222429ecf7530c4240'/>
<id>urn:sha1:859663719d47f9d552103f222429ecf7530c4240</id>
<content type='text'>
	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't default to type int (and also remove a useless register
	  modifier).

Reviewed by: obrien and chuckr
</content>
</entry>
<entry>
<title>Ensure that things returned by gethostname() and</title>
<updated>1999-04-07T08:27:45Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1999-04-07T08:27:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e9a43bdec3ff0ad37e4799b209e0d9513150a6f'/>
<id>urn:sha1:9e9a43bdec3ff0ad37e4799b209e0d9513150a6f</id>
<content type='text'>
friends are terminated and allow for a maximum
host name length of MAXHOSTNAMELEN - 1.
Put parenthesis around sizeof args.
Make some variables static.
Fix telnetd -u (broken by my last commit)

Prompted by: bde
</content>
</entry>
<entry>
<title>Block for buffer overflow.</title>
<updated>1998-12-13T21:02:28Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-12-13T21:02:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d284feaa7b8d9e790d7b46d3892e5e7ac9edf4be'/>
<id>urn:sha1:d284feaa7b8d9e790d7b46d3892e5e7ac9edf4be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PR: bin/9031</title>
<updated>1998-12-12T20:56:53Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-12-12T20:56:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3a3c0cf418ef6b926dfb41cc69a49b58078899bb'/>
<id>urn:sha1:3a3c0cf418ef6b926dfb41cc69a49b58078899bb</id>
<content type='text'>
    Changed unbounded strcpy() to snprintf() to fix buffer overrun exploit
</content>
</entry>
<entry>
<title>Don't assume that time_t is long.  Fixed printf format errors.</title>
<updated>1998-06-29T16:47:08Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-29T16:47:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74b5e3ebd13c11429b0176de24ca2ad1e93926c3'/>
<id>urn:sha1:74b5e3ebd13c11429b0176de24ca2ad1e93926c3</id>
<content type='text'>
</content>
</entry>
</feed>
