<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/syscons, 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>2017-05-30T04:11:12Z</updated>
<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>17 years and change after I wrote warp_saver, here's a simple plasma effect</title>
<updated>2016-01-01T04:04:40Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2016-01-01T04:04:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a50b01d224ab38985b9d47fe2e27a4ae546fc62b'/>
<id>urn:sha1:a50b01d224ab38985b9d47fe2e27a4ae546fc62b</id>
<content type='text'>
(currently only three circular patterns) which requires quite a bit of
fixed-point arithmetic, including sqrt() and cos().  Happy New Year!
</content>
</entry>
<entry>
<title>MFtbemd:</title>
<updated>2010-08-23T06:13:29Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2010-08-23T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c09808d0d611d103bece3d41886b87de160900c0'/>
<id>urn:sha1:c09808d0d611d103bece3d41886b87de160900c0</id>
<content type='text'>
Use MACHINE_CPUARCH in preference to MACHINE_ARCH.  The former is the
source code location of the machine, the latter the binary output.  In
general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless
we're tesitng for a specific target.  The isn't even moot for
i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86,
although a specific cleanup for that likely would be needed...
</content>
</entry>
<entry>
<title>Correct beastie_saver module name.</title>
<updated>2010-04-07T18:42:21Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-04-07T18:42:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=3504769505f064108ea8f073fff914482dd0aa8a'/>
<id>urn:sha1:3504769505f064108ea8f073fff914482dd0aa8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reconnect the old Beastie logo_saver to build as beastie_saver.</title>
<updated>2010-04-07T17:20:55Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-04-07T17:20:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a19114d8e101ddcdb6f61cb1a806d200eba7d05'/>
<id>urn:sha1:8a19114d8e101ddcdb6f61cb1a806d200eba7d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy logo_saver module to beastie_saver.</title>
<updated>2010-04-07T17:13:18Z</updated>
<author>
<name>Jung-uk Kim</name>
<email>jkim@FreeBSD.org</email>
</author>
<published>2010-04-07T17:13:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2eb4a6579fef49d5c86ef73a087322cd18cc0cd5'/>
<id>urn:sha1:2eb4a6579fef49d5c86ef73a087322cd18cc0cd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64</title>
<updated>2005-07-10T11:47:04Z</updated>
<author>
<name>Marius Strobl</name>
<email>marius@FreeBSD.org</email>
</author>
<published>2005-07-10T11:47:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=716dfa4cb85cd32e18ed3a8b01404f7c540bbf6d'/>
<id>urn:sha1:716dfa4cb85cd32e18ed3a8b01404f7c540bbf6d</id>
<content type='text'>
now that they work with creator(4) and machfb(4).

Reviewed by:	ru (style)
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Normalize SUBDIR.</title>
<updated>2004-01-19T12:36:08Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-19T12:36:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9cf7b160387f2553357e394223fab9f172f72b38'/>
<id>urn:sha1:9cf7b160387f2553357e394223fab9f172f72b38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't override CWARNFLAGS in these Makefiles.</title>
<updated>2002-11-11T10:11:59Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-11-11T10:11:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cca416b2b1187061b7c05eedb24945e8e9f6e7b6'/>
<id>urn:sha1:cca416b2b1187061b7c05eedb24945e8e9f6e7b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't override CWARNFLAGS in this Makefile.</title>
<updated>2002-11-11T10:07:18Z</updated>
<author>
<name>Maxime Henrion</name>
<email>mux@FreeBSD.org</email>
</author>
<published>2002-11-11T10:07:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00a91cb7f41bebeca9770e0a76892559f504ec2e'/>
<id>urn:sha1:00a91cb7f41bebeca9770e0a76892559f504ec2e</id>
<content type='text'>
</content>
</entry>
</feed>
