<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/dev/dpt, branch release/3.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-02-16T01:59:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-02-16T01:59:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-02-16T01:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=838992f094ccde014679a7cfafc495840eb932a1'/>
<id>urn:sha1:838992f094ccde014679a7cfafc495840eb932a1</id>
<content type='text'>
'RELENG_3_1_0_RELEASE'.

This commit was manufactured to restore the state of the 3.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-01-21T00:55:31Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6'/>
<id>urn:sha1:4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Error check is not necessary - this function cannot fail in this</title>
<updated>1998-12-22T20:21:12Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-12-22T20:21:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=800df04d576608e25fd71bc50af473b75c0b9ec5'/>
<id>urn:sha1:800df04d576608e25fd71bc50af473b75c0b9ec5</id>
<content type='text'>
context.

Noted by:	gibbs
</content>
</entry>
<entry>
<title>Better error checking and more complete struct initialization.</title>
<updated>1998-12-22T00:52:27Z</updated>
<author>
<name>Eivind Eklund</name>
<email>eivind@FreeBSD.org</email>
</author>
<published>1998-12-22T00:52:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ea420b4fd80e085140251ef4921396916e4da8e8'/>
<id>urn:sha1:ea420b4fd80e085140251ef4921396916e4da8e8</id>
<content type='text'>
Reviewed by:	Simon Shapiro &lt;shimon@simon-shapiro.org&gt;
</content>
</entry>
<entry>
<title>    probe function changed from returning char * to const char *.</title>
<updated>1998-12-14T06:37:37Z</updated>
<author>
<name>Matthew Dillon</name>
<email>dillon@FreeBSD.org</email>
</author>
<published>1998-12-14T06:37:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2cbe36f7259481bdc879887e0afc0394e15be45a'/>
<id>urn:sha1:2cbe36f7259481bdc879887e0afc0394e15be45a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static</title>
<updated>1998-12-07T21:58:50Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1998-12-07T21:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f1d19042b082d95f07a0027e596ba2405aa8a9a5'/>
<id>urn:sha1:f1d19042b082d95f07a0027e596ba2405aa8a9a5</id>
<content type='text'>
and local variables, goto labels, and functions declared but not defined.
</content>
</entry>
<entry>
<title>Examine all occurrences of sprintf(), strcat(), and str[n]cpy()</title>
<updated>1998-12-04T22:54:57Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1998-12-04T22:54:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2127f26023a9be443e05b592b35c77b454ba8f77'/>
<id>urn:sha1:2127f26023a9be443e05b592b35c77b454ba8f77</id>
<content type='text'>
for possible buffer overflow problems. Replaced most sprintf()'s
with snprintf(); for others cases, added terminating NUL bytes where
appropriate, replaced constants like "16" with sizeof(), etc.

These changes include several bug fixes, but most changes are for
maintainability's sake. Any instance where it wasn't "immediately
obvious" that a buffer overflow could not occur was made safer.

Reviewed by:	Bruce Evans &lt;bde@zeta.org.au&gt;
Reviewed by:	Matthew Dillon &lt;dillon@apollo.backplane.com&gt;
Reviewed by:	Mike Spengler &lt;mks@networkcs.com&gt;
</content>
</entry>
<entry>
<title>-Wunused cleanup.</title>
<updated>1998-10-15T23:46:33Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-10-15T23:46:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4663e36736f0558c8ffc2816322daa82852751d7'/>
<id>urn:sha1:4663e36736f0558c8ffc2816322daa82852751d7</id>
<content type='text'>
Submitted by:	Poul-Henning Kamp &lt;phk@freebsd.org&gt;
</content>
</entry>
<entry>
<title>Honor CAM_TAG_ACTION_NONE.</title>
<updated>1998-10-15T23:17:58Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-10-15T23:17:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0a42741c4a960bb4b6221028c31d109a319eed6d'/>
<id>urn:sha1:0a42741c4a960bb4b6221028c31d109a319eed6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call dpt_intr from our timeout routine to clear any pending commands before</title>
<updated>1998-10-09T21:42:19Z</updated>
<author>
<name>Justin T. Gibbs</name>
<email>gibbs@FreeBSD.org</email>
</author>
<published>1998-10-09T21:42:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f4d63fca8ad452eeb0715f31827b76dbdd891cd8'/>
<id>urn:sha1:f4d63fca8ad452eeb0715f31827b76dbdd891cd8</id>
<content type='text'>
performing actual timeout processing.

Modify a few printf statements.

Submitted by:	Simon Shapiro &lt;shimon@simon-shapiro.org&gt;
</content>
</entry>
</feed>
