<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/crypto/via/padlock.c, branch release/8.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.1.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-02-05T19:30:28Z</updated>
<entry>
<title>identify routine takes driver_t *, not device_t *.</title>
<updated>2009-02-05T19:30:28Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2009-02-05T19:30:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4958494e8da62c20e07f490d5910dd89da92e11'/>
<id>urn:sha1:a4958494e8da62c20e07f490d5910dd89da92e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Connect padlock(4) to amd64 build for VIA Nano processors.</title>
<updated>2009-01-12T19:23:46Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2009-01-12T19:23:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9045c7368225879a77f83248ec59dac91ebbb227'/>
<id>urn:sha1:9045c7368225879a77f83248ec59dac91ebbb227</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a potential NULL-pointer dereference in padlock(4).</title>
<updated>2008-11-17T19:00:36Z</updated>
<author>
<name>Philip Paeps</name>
<email>philip@FreeBSD.org</email>
</author>
<published>2008-11-17T19:00:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2bc989be4f32c5799252e7451a92da2f7eaa3673'/>
<id>urn:sha1:2bc989be4f32c5799252e7451a92da2f7eaa3673</id>
<content type='text'>
Spotted by:	Coverity (via pjd)
MFC after:	1 week
</content>
</entry>
<entry>
<title>Simplify session selection/allocation.</title>
<updated>2008-08-09T20:01:01Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T20:01:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5207ec64ade46da52c15898c27cda29a105a019'/>
<id>urn:sha1:b5207ec64ade46da52c15898c27cda29a105a019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix freeing session on newsession failure.</title>
<updated>2008-08-09T19:48:59Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T19:48:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec7993f8b0f82d459a010989af4d393efaae6177'/>
<id>urn:sha1:ec7993f8b0f82d459a010989af4d393efaae6177</id>
<content type='text'>
- Update copyright years.
</content>
</entry>
<entry>
<title>Implify sessions freeing loop.</title>
<updated>2008-08-09T19:47:19Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T19:47:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f422e90330b3d9b9d3300acf02661d9c5112458b'/>
<id>urn:sha1:f422e90330b3d9b9d3300acf02661d9c5112458b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We don't have to drop a lock around malloc(M_NOWAIT).</title>
<updated>2008-08-09T19:45:43Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T19:45:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a05071e8039b70945ad93a2a1d1e044be241e0ee'/>
<id>urn:sha1:a05071e8039b70945ad93a2a1d1e044be241e0ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>When freeing session, restore its ID after zeroing memory.</title>
<updated>2008-08-09T19:43:44Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T19:43:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=eadca5921d0276bc86a90c355c600e3d8f088352'/>
<id>urn:sha1:eadca5921d0276bc86a90c355c600e3d8f088352</id>
<content type='text'>
Bug tracked down by:	Patrick Lamaiziere &lt;patfbsd@davenulle.org&gt;
</content>
</entry>
<entry>
<title>Sessions in-use are at the end of the queue, so use TAILQ_FOREACH_REVERSE()</title>
<updated>2008-08-09T19:42:37Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-08-09T19:42:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d8b54b5b51a5dbfcfdc25f1223511fdaebe972d'/>
<id>urn:sha1:7d8b54b5b51a5dbfcfdc25f1223511fdaebe972d</id>
<content type='text'>
when looking for them.

Idea from:	Patrick Lamaiziere &lt;patfbsd@davenulle.org&gt;
</content>
</entry>
<entry>
<title>Convert lock that protects sessions list from a mutex to a rwlock.</title>
<updated>2008-07-20T07:34:00Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2008-07-20T07:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=48aadb632b8f1efa698a9267292f8102bdcfde31'/>
<id>urn:sha1:48aadb632b8f1efa698a9267292f8102bdcfde31</id>
<content type='text'>
Now we can use read lock in fast path (padlock_process()).
</content>
</entry>
</feed>
