<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libcam, branch release/7.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F7.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2008-12-31T22:57:14Z</updated>
<entry>
<title>Copy releng/7.1 to release/7.1.0 for the 7.1-RELEASE.</title>
<updated>2008-12-31T22:57:14Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2008-12-31T22:57:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8d4eb975d2e49f56d057a19aac09bcb92b3e71f7'/>
<id>urn:sha1:8d4eb975d2e49f56d057a19aac09bcb92b3e71f7</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 7.1-RELEASE image.
</content>
</entry>
<entry>
<title>MFC: r184379</title>
<updated>2008-11-04T22:51:56Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2008-11-04T22:51:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1b9a617c7c935c1a8ac29d21880b4b2ef29c99e3'/>
<id>urn:sha1:1b9a617c7c935c1a8ac29d21880b4b2ef29c99e3</id>
<content type='text'>
Supply a valid Connect ID when issuing XPT_DEV_MATCH, which
according to my reading of the CAM draft is mandatory for
all CCB function calls and enforced by xptioctl() since at
least r168752. Previously we happened to use 0 as the Path
ID, causing the XPT_DEV_MATCH call to fail if there's no
SCSI bus 0. Basically the same bug was also fixed the same
way for camcontrol(8) as part of r126514.

PR:		127605
Approved by:	re (kib)
</content>
</entry>
<entry>
<title>2nd and final commit that moves us to CAM_NEW_TRAN_CODE</title>
<updated>2006-11-02T00:54:38Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2006-11-02T00:54:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bd3fd815a7fbc96f1506dfdcac840b94cff28d00'/>
<id>urn:sha1:bd3fd815a7fbc96f1506dfdcac840b94cff28d00</id>
<content type='text'>
as the default.

Reviewed by multitudes.
</content>
</entry>
<entry>
<title>Go with a different version of the previous patch so to preserve errno.</title>
<updated>2006-04-30T07:08:43Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2006-04-30T07:08:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7a6dfbd14e3b65d66ed934e4ce18abfdf73ada0'/>
<id>urn:sha1:a7a6dfbd14e3b65d66ed934e4ce18abfdf73ada0</id>
<content type='text'>
Approved by:	scottl (implicit)
</content>
</entry>
<entry>
<title>Fix a file descriptor leak in cam_lookup_pass() when the ioctl to find</title>
<updated>2006-04-30T07:02:40Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2006-04-30T07:02:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8bc181f5069dc14b657a474446d73491fa60fbf4'/>
<id>urn:sha1:8bc181f5069dc14b657a474446d73491fa60fbf4</id>
<content type='text'>
the passthru device fails.

Approved by:	scottl
MFC after:	1 day
</content>
</entry>
<entry>
<title>Better memory handling:</title>
<updated>2005-07-13T10:40:07Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2005-07-13T10:40:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ae73eb3a7ff7f9cd5277fbbbee839fe7203e87db'/>
<id>urn:sha1:ae73eb3a7ff7f9cd5277fbbbee839fe7203e87db</id>
<content type='text'>
 - It is acceptable to call free(3) when the given pointer itself
   is NULL, so we do not need to determine NULL before passing
   a pointer to free(3)
 - Handle failure of malloc(3)

MT6/5 Candidate

Submitted by:	Dan Lukes &lt;dan at obluda cz&gt;
PR:		bin/83352
</content>
</entry>
<entry>
<title>Expand *n't contractions.</title>
<updated>2005-02-13T22:25:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-13T22:25:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0227791b40a6936310e1dd376b0883b540fec0c0'/>
<id>urn:sha1:0227791b40a6936310e1dd376b0883b540fec0c0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change a couple of comments so that GCC doesn't think that they contain</title>
<updated>2004-07-29T15:35:45Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-07-29T15:35:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c893420ff01a99956a577ac178851182bfa490b7'/>
<id>urn:sha1:c893420ff01a99956a577ac178851182bfa490b7</id>
<content type='text'>
tri-graphs.
</content>
</entry>
<entry>
<title>Eliminate double whitespace.</title>
<updated>2004-07-03T22:30:10Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-03T22:30:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=30950a21e11892bddfb8f6b190ee2b693803cddf'/>
<id>urn:sha1:30950a21e11892bddfb8f6b190ee2b693803cddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:52:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:52:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1a0a934547909744a6a2fa4cfd5b795ec6394f05'/>
<id>urn:sha1:1a0a934547909744a6a2fa4cfd5b795ec6394f05</id>
<content type='text'>
</content>
</entry>
</feed>
