<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/opencrypto, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-02-17T13:58:50Z</updated>
<entry>
<title>MFC r258622,258675: dtrace sdt: remove the ugly sname parameter of</title>
<updated>2014-02-17T13:58:50Z</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2014-02-17T13:58:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e5c74464b4f93205b751421c28a8a1c80283947'/>
<id>urn:sha1:9e5c74464b4f93205b751421c28a8a1c80283947</id>
<content type='text'>
SDT_PROBE_DEFINE
</content>
</entry>
<entry>
<title>Add the fo_chown and fo_chmod methods to struct fileops and use them</title>
<updated>2011-08-16T20:07:47Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-08-16T20:07:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9c00bb9190391479885cfb14ed23fb7003d10109'/>
<id>urn:sha1:9c00bb9190391479885cfb14ed23fb7003d10109</id>
<content type='text'>
to implement fchown(2) and fchmod(2) support for several file types
that previously lacked it. Add MAC entries for chown/chmod done on
posix shared memory and (old) in-kernel posix semaphores.

Based on the submission by:	glebius
Reviewed by:	rwatson
Approved by:	re (bz)
</content>
</entry>
<entry>
<title>After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)</title>
<updated>2011-04-01T13:28:34Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2011-04-01T13:28:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1fe80828e72af1c4f17f946eb8fe0d4070ae22c7'/>
<id>urn:sha1:1fe80828e72af1c4f17f946eb8fe0d4070ae22c7</id>
<content type='text'>
and remove the falloc() version that lacks flag argument. This is done
to reduce the KPI bloat.

Requested by:	jhb
X-MFC-note:	do not
</content>
</entry>
<entry>
<title>fixed size of AH_ALEN_MAX, which is 64 bytes for SHA-512.</title>
<updated>2011-02-25T09:29:32Z</updated>
<author>
<name>VANHULLEBUS Yvan</name>
<email>vanhu@FreeBSD.org</email>
</author>
<published>2011-02-25T09:29:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d25b0b98bca6a6a8d268096aefe64b1f04a385ad'/>
<id>urn:sha1:d25b0b98bca6a6a8d268096aefe64b1f04a385ad</id>
<content type='text'>
Obtained from:	Matthias Drochner &lt;M.Drochner@fz-juelich.de&gt;
MFC after: 3d
</content>
</entry>
<entry>
<title>Let cryptosoft(4) add its pseudo-device with a specific unit number and its</title>
<updated>2010-11-14T13:09:32Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2010-11-14T13:09:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=86c585d92963f996d15ed9cc037452c5f1ffc2ca'/>
<id>urn:sha1:86c585d92963f996d15ed9cc037452c5f1ffc2ca</id>
<content type='text'>
probe method return BUS_PROBE_NOWILDCARD so it doesn't get attached to real
devices hanging off of nexus(4) with no specific devclass set. Actually, the
more desirable fix for this would be to get rid of the newbus interface of
cryptosoft(4) altogether but apparently crypto(9) was written with support
for cryptographic hardware in mind so that approach would require some KPI
breaking changes which don't seem worth it.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Add support for AES-XTS.</title>
<updated>2010-09-23T11:52:32Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2010-09-23T11:52:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d295bdee07c0ab099c53dc009bb7993b98ff54cd'/>
<id>urn:sha1:d295bdee07c0ab099c53dc009bb7993b98ff54cd</id>
<content type='text'>
Obtained from:	OpenBSD
MFC after:	1 week
</content>
</entry>
<entry>
<title>Remove redundant space.</title>
<updated>2010-09-23T11:33:29Z</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2010-09-23T11:33:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b428e6ca9039b4374c2cb413401562939fe14787'/>
<id>urn:sha1:b428e6ca9039b4374c2cb413401562939fe14787</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Add an extra comment to the SDT probes definition. This allows us to get</title>
<updated>2010-08-22T11:18:57Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2010-08-22T11:18:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=79856499bd6f3f11cd2bd6b140d36a1183cd49ad'/>
<id>urn:sha1:79856499bd6f3f11cd2bd6b140d36a1183cd49ad</id>
<content type='text'>
use '-' in probe names, matching the probe names in Solaris.[1]

Add userland SDT probes definitions to sys/sdt.h.

Sponsored by:	The FreeBSD Foundation
Discussed with:	rwaston [1]
</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2010-08-11T16:53:45Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2010-08-11T16:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a920a976afbc916d539244b0906d98d2b16bac35'/>
<id>urn:sha1:a920a976afbc916d539244b0906d98d2b16bac35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add compat32 shims for opencrypto(4).</title>
<updated>2010-07-29T20:42:20Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2010-07-29T20:42:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4782e51e145180f446f9ee80c071d9dc27a8d508'/>
<id>urn:sha1:4782e51e145180f446f9ee80c071d9dc27a8d508</id>
<content type='text'>
Reviewed by:	bz
MFC after:	3 weeks
</content>
</entry>
</feed>
