<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>ec27090fae73a8da90cdcfb6b942a198ea31f261 - amd64/prekern: Add ldscript to DPADD since it affects build output.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#ec27090fae73a8da90cdcfb6b942a198ea31f261</link>
        <description>amd64/prekern: Add ldscript to DPADD since it affects build output.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Mon, 24 Jun 2024 18:00:32 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9044b7f3e77bcd22f8ae607855293f26a40c42fc - Specify NOLIBCSANITIZER in x86 bootloader-like code under sys/arch/</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#9044b7f3e77bcd22f8ae607855293f26a40c42fc</link>
        <description>Specify NOLIBCSANITIZER in x86 bootloader-like code under sys/arch/Set NOLIBCSANITIZER for i386 and amd64 specific bootloader-like code.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Wed, 25 Jul 2018 23:45:32 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee80b447c2f08f1a475346c36bd47ead981bab7b - Disable MKSANITIZER</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#ee80b447c2f08f1a475346c36bd47ead981bab7b</link>
        <description>Disable MKSANITIZER

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Sat, 02 Jun 2018 14:31:40 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11415a10bb86a4451cacb56fc3bf6df8e7cbe40c - Use ldscript from src to fix build.sh build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#11415a10bb86a4451cacb56fc3bf6df8e7cbe40c</link>
        <description>Use ldscript from src to fix build.sh build

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Sat, 23 Dec 2017 06:48:30 +0000</pubDate>
        <dc:creator>ryoon &lt;ryoon@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49d35b9c2884ce5db2238587cba233d2c3b90651 - Add a PRNG for the prekern, based on SHA512. The formula is basically:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#49d35b9c2884ce5db2238587cba233d2c3b90651</link>
        <description>Add a PRNG for the prekern, based on SHA512. The formula is basically:	Y0   = SHA512(entropy-file, 256bit rdseed, 64bit rdtsc)	Yn+1 = SHA512(256bit lowerhalf(Yn), 256bit rdseed, 64bit rdtsc)On each round, random values are taken from the higher half of Yn. Ifrdseed is not available, rdrand is used.The SHA1 checksum of entropy-file is verified. However, the rndsave_t::datafield is not updated by the prekern, because the area is accessed via theread-only view we created in locore. I like this design, so it will haveto be updated differently.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Sun, 26 Nov 2017 11:01:09 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fe436c9b7ab37334179afd7660061e10f4a5a5bd - style</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#fe436c9b7ab37334179afd7660061e10f4a5a5bd</link>
        <description>style

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Fri, 17 Nov 2017 07:07:52 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92fe5cfbd114ab85dee60472e2e8a5723a6958fb - Add -Wstrict-prototypes, and fix each warning.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#92fe5cfbd114ab85dee60472e2e8a5723a6958fb</link>
        <description>Add -Wstrict-prototypes, and fix each warning.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Tue, 14 Nov 2017 07:06:34 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49ec9d0fdc324668257b2e9b6a294f171b264375 - Link libkern in the prekern, and remove redefined functions.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#49ec9d0fdc324668257b2e9b6a294f171b264375</link>
        <description>Link libkern in the prekern, and remove redefined functions.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Mon, 13 Nov 2017 20:03:26 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c9759921f59878bb0bf101e4ac77f45665aab230 - Add the amd64 prekern. It is a kernel relocator used for Kernel ASLR (see</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/amd64/stand/prekern/Makefile#c9759921f59878bb0bf101e4ac77f45665aab230</link>
        <description>Add the amd64 prekern. It is a kernel relocator used for Kernel ASLR (seetech-kern@). It works, but is not yet linked to the build system, becauseI can&apos;t build a distribution right now.

            List of files:
            /netbsd-src/sys/arch/amd64/stand/prekern/Makefile</description>
        <pubDate>Tue, 10 Oct 2017 09:29:14 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
