<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/ce, branch release/11.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F11.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2020-02-18T18:13:08Z</updated>
<entry>
<title>MFC r357874:</title>
<updated>2020-02-18T18:13:08Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2020-02-18T18:13:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22b0d2d964d299b39f439997437b92e6c41af727'/>
<id>urn:sha1:22b0d2d964d299b39f439997437b92e6c41af727</id>
<content type='text'>
Merge r357872 from the clang1000-import branch:

Disable new clang 10.0.0 warnings about misleading indentation in ce(4)
and cp(4).

These are false positives, since some of the driver source has been
deliberately obfuscated.
</content>
</entry>
<entry>
<title>MFC r314651,r318439,r318440:</title>
<updated>2017-05-30T04:11:12Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-05-30T04:11:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cad800042f49286971db31b628d86a2be5d134ea'/>
<id>urn:sha1:cad800042f49286971db31b628d86a2be5d134ea</id>
<content type='text'>
r314651:

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64

r318439:

Normalize .PATH on SRCTOP

This will help Jenkins dedupe 9 warnings between the static build and
the module build of ipsec(4).

Missed in SRCTOP conversion in r314651.

MFC with:	r314651

r318440:

Normalize SYSDIR on SRCTOP instead of .CURDIR

This is being done to simplify pathing for CFLAGS and source files.
</content>
</entry>
<entry>
<title>Re-support CWARNFLAGS, lost when bsd.sys.mk was removed. Also, support</title>
<updated>2015-01-03T03:35:18Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2015-01-03T03:35:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4906cdc8c5d161f74ab36bb5792ac0706d182c11'/>
<id>urn:sha1:4906cdc8c5d161f74ab36bb5792ac0706d182c11</id>
<content type='text'>
CWARNFALGS.$file centrally so we don't have to have it in all the
places. Remove a few warning flags that are no longer needed.
Also, always use -Wno-unknown-pragma to (hopefully temporarily) work
around #pragma ident in debug.h in the opensolaris code. Remove some
stale warning suppression that's no longer necessary.
</content>
</entry>
<entry>
<title>For sys/dev/ce/tau32-ddk.c, disable the following warning when building</title>
<updated>2011-12-29T21:17:35Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2011-12-29T21:17:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0b124a618d893a886ba1d34f4a6f65aa1da8950'/>
<id>urn:sha1:e0b124a618d893a886ba1d34f4a6f65aa1da8950</id>
<content type='text'>
with clang:

sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from 'int' to bitfield changes value from 65532 to 8188 [-Wconstant-conversion]

Since this file is obfuscated C, we can never determine (in a sane way,
at least :) if this points to a real problem or not.  The driver has
been in the tree for more than five years, so it most likely isn't.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Per email to arch@ a little while ago (that was greeted with silence),</title>
<updated>2008-09-01T23:59:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2008-09-01T23:59:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9e51595ce660d915899019d03075d8c17f3732d3'/>
<id>urn:sha1:9e51595ce660d915899019d03075d8c17f3732d3</id>
<content type='text'>
prefer the more common &gt; ${.TARGET} over &gt; opt_foo.h in modules
makefiles.
</content>
</entry>
<entry>
<title>NO_MAN is not needed here.</title>
<updated>2006-03-16T15:18:17Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-03-16T15:18:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d1e9def2546f6545e3e88328226417f983de1cea'/>
<id>urn:sha1:d1e9def2546f6545e3e88328226417f983de1cea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.</title>
<updated>2006-03-03T18:42:09Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-03-03T18:42:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9d5eafc1960d6265e5906e2814806bc45c2909d3'/>
<id>urn:sha1:9d5eafc1960d6265e5906e2814806bc45c2909d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add makefile for ce(4) module.</title>
<updated>2006-01-29T22:10:54Z</updated>
<author>
<name>Roman Kurakin</name>
<email>rik@FreeBSD.org</email>
</author>
<published>2006-01-29T22:10:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dfd1ff19b450cbd7a04cc7d9b27bbb6b6908b32f'/>
<id>urn:sha1:dfd1ff19b450cbd7a04cc7d9b27bbb6b6908b32f</id>
<content type='text'>
</content>
</entry>
</feed>
