<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tests/sys/opencrypto, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2025-09-05T18:42:22Z</updated>
<entry>
<title>tests/sys/opencrypto: use require.kmods property instead of ad-hoc checks</title>
<updated>2025-09-05T18:42:22Z</updated>
<author>
<name>Siva Mahadevan</name>
<email>me@svmhdvn.name</email>
</author>
<published>2025-07-21T13:25:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=308c9c995794f1ae89bba1d43aab9c51f7e90a09'/>
<id>urn:sha1:308c9c995794f1ae89bba1d43aab9c51f7e90a09</id>
<content type='text'>
Signed-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;
Sponsored by: The FreeBSD Foundation
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1780
</content>
</entry>
<entry>
<title>Remove residual blank line at start of Makefile</title>
<updated>2024-07-15T22:43:39Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2024-07-15T04:46:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e9ac41698b2f322d55ccf9da50a3596edb2c1800'/>
<id>urn:sha1:e9ac41698b2f322d55ccf9da50a3596edb2c1800</id>
<content type='text'>
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
</content>
</entry>
<entry>
<title>Revert "cdefs: Remove __func__ define"</title>
<updated>2023-11-27T21:59:54Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-27T18:47:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8b923102f957e72c686d41075ce040f61e64fe6f'/>
<id>urn:sha1:8b923102f957e72c686d41075ce040f61e64fe6f</id>
<content type='text'>
This reverts commit 17a238a15fbed01477fbc54744d35cbccdb65871. There were
too many other changes accidentally mixed in.

Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove __func__ define</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T23:34:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17a238a15fbed01477fbc54744d35cbccdb65871'/>
<id>urn:sha1:17a238a15fbed01477fbc54744d35cbccdb65871</id>
<content type='text'>
We require an ANSI-C compiler to build the base system. It's required
that __func__ work. Remove this define since the only known problem
compilers are ancient history (gcc 2.6 from 1994, almost pre-dating the
project). 3rd party code that used this define will now need to provide
it via some other means when using non-ansi-c compilers.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove CC_SUPPORTS macros, they are unused</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b88ca6ee167d079c965dfe123bbe296d3a945c0a'/>
<id>urn:sha1:b88ca6ee167d079c965dfe123bbe296d3a945c0a</id>
<content type='text'>
Remove __CC_SUPPORTS_INLINE, __CC_SUPPORTS___INLINE__,
__CC_SUPPORTS___FUNC__, __CC_SUPPORTS_WARNING,
__CC_SUPPORTS_VARADIC_XXX, __CC_SUPPORTS_DYNAMIC_ARRAY_INIT: they are
unused. Also remove them from the generated cryptodevh.py script.

Retain, for the moment, __CC_SUPPORTS___INLINE, since it's used in this
file.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove some builtin defines, they are unused</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a83d4fe9cbc51adcefb8a1070374186f3399fef4'/>
<id>urn:sha1:a83d4fe9cbc51adcefb8a1070374186f3399fef4</id>
<content type='text'>
Remove __GNUCLIKE_BUILTIN_NEXT_ARG, __GNUCLIKE_MATH_BUILTIN_RELOPS,
__GNUCLIKE_BUILTIN_MEMCPY: they are unused. Also remove them from the
generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove vararg related defines, they are unused.</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e555522084871b341e81269fa599c707133ae58'/>
<id>urn:sha1:9e555522084871b341e81269fa599c707133ae58</id>
<content type='text'>
Remove __GNUCLIKE_BUILTIN_VARARGS, __GNUCLIKE_BUILTIN_STDARG,
__GNUCLIKE_BUILTIN_VAALIST, __GNUC_VA_LIST_COMPATIBILITY: they are
unused. Also remove them from the generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove __GNUCLIKE_BUILTIN_CONSTANT_P, it's unused</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eaaa7ca0c38c014f2f2c0a06b82f83baa03b2d60'/>
<id>urn:sha1:eaaa7ca0c38c014f2f2c0a06b82f83baa03b2d60</id>
<content type='text'>
__GNUCLIKE_BUILTIN_CONSTANT_P is unused, remove it. Also remove it from
the generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove __GNUCLIKE_CTOR_SECTION_HANDLING, it's unused</title>
<updated>2023-11-27T05:24:02Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:40:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d2ec42ca575132e5af70d8991c64157a291982e9'/>
<id>urn:sha1:d2ec42ca575132e5af70d8991c64157a291982e9</id>
<content type='text'>
__GNUCLIKE_CTOR_SECTION_HANDLING is unused, remove it. Also remove it
from the generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
<entry>
<title>cdefs: Remove __GNUCLIKE___SECTION, it's unused.</title>
<updated>2023-11-27T05:24:01Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-11-20T22:39:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=45aa39f884033997c87f513fe7175f465132e468'/>
<id>urn:sha1:45aa39f884033997c87f513fe7175f465132e468</id>
<content type='text'>
__GNUCLIKE___SECTION is unused, remove it. Also remove it from the
generated cryptodevh.py script.

PR: 275221 (exp-run)
Sponsored by:		Netflix
</content>
</entry>
</feed>
