<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/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>f3c0d74e3b8e969b9f790f4ec2ac173243f21920 - kboot: Implement data_from_kernel to read kernel variables</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#f3c0d74e3b8e969b9f790f4ec2ac173243f21920</link>
        <description>kboot: Implement data_from_kernel to read kernel variablesSince the linux kernel doesn&apos;t expose enough of the EFI details touserland via /sys/firmware/efi, write a routine to extract data from thekernel directly by parsing /proc/kproc and /proc/kallsyms.Sponsored by:		NetflixReviewed by:		kevans, jhibbitsDifferential Revision:	https://reviews.freebsd.org/D49868

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Thu, 17 Apr 2025 06:05:16 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92ad79ec33fb5caf9a79c0bd8b33697b34c8e26d - kboot: Move common EFI stuff from aarch64 to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#92ad79ec33fb5caf9a79c0bd8b33697b34c8e26d</link>
        <description>kboot: Move common EFI stuff from aarch64 to libkbootMove efi_read_from_pa, efi_set_systbl and efi_bi_loadsmap into efi.cMove prototype for populate_avail_from_efi as well, though that arrivedpreviously.Move efi memory map variables into efi.c.Add efi_read_from_sysfs, but if 0 it out. We&apos;ll want to use it if we canget the proposed /sys/firmware/efi/memmap data published in the sameformat and the code works, it&apos;s just that the current/sys/firmware/efi/runtime-memmap isn&apos;t complete enough to use.Sponsored by:		NetflixReviewed by:		kevans,	jhibbitsDifferential Revision:	https://reviews.freebsd.org/D49863

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Thu, 17 Apr 2025 06:04:31 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>136d2dc093105625e943466384efa1e1c16afad3 - kboot: Start to move efi common routines to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#136d2dc093105625e943466384efa1e1c16afad3</link>
        <description>kboot: Start to move efi common routines to libkbootStart to move the common efi routines into libkboot by moving the efimemory map walking and implementing a printing routine around it.Sponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 23:16:57 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2bd8c9a1d87ee60f13715370824c56f5ab7a4d2 - kboot: Move str* util routines to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#b2bd8c9a1d87ee60f13715370824c56f5ab7a4d2</link>
        <description>kboot: Move str* util routines to libkbootThese are needed for the next round of EFI support for amd64 (partiallyshared with aarch64, but only partially because the Linux host interfacesare different to get the same info).Sponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 23:16:55 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>757dc8ab1245118bd3861ee2853b42c3476c1ed4 - kboot: Move seg code into libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#757dc8ab1245118bd3861ee2853b42c3476c1ed4</link>
        <description>kboot: Move seg code into libkbootThis code is really generic segment processing and should live here. Italso interfaces primarily with Linux APIs, so it&apos;s also appropriate forthis if we have a version of that runs as a FreeBSD binary using FreeBSDsystem calls and APIs, though that&apos;s in the future somehow...Sponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 23:16:55 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5b30473577e1f843ae02cda90f46b5bf48099531 - kboot: Use SRCS+= instead of continuation lines</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#5b30473577e1f843ae02cda90f46b5bf48099531</link>
        <description>kboot: Use SRCS+= instead of continuation linesUse SRCS+= to allow for better ifdefsSponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Wed, 09 Apr 2025 23:16:54 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36ef238cb604c827c696e975281f63d90641005f - kboot: Move termios to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#36ef238cb604c827c696e975281f63d90641005f</link>
        <description>kboot: Move termios to libkbootSponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Sun, 28 Jan 2024 20:28:30 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2e3f49888ec8851bafb22011533217487764fdb0 - kboot: Move system calls to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#2e3f49888ec8851bafb22011533217487764fdb0</link>
        <description>kboot: Move system calls to libkbootSponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Sun, 28 Jan 2024 20:08:45 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>099335814d5aafefb3603b1a0901a1432895455c - kboot: Move syscall stubs to libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#099335814d5aafefb3603b1a0901a1432895455c</link>
        <description>kboot: Move syscall stubs to libkbootSponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Sun, 28 Jan 2024 20:34:13 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4aabaa1890e927ed3dd34ccc4642268ea6a505ce - kboot: Cleanup libkern reference</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#4aabaa1890e927ed3dd34ccc4642268ea6a505ce</link>
        <description>kboot: Cleanup libkern referenceFor aarch64 and amd64, we don&apos;t pull in anything from libkern, so wedon&apos;t need it in our path.  However, powerpc needs ucmpdi2 from libkern,so bring it into libkboot&apos;s build and omit it from loader.kboot.Sponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Sun, 28 Jan 2024 19:28:05 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a03411e84728e9b267056fd31c7d1d9d1dc1b01e - kboot: Move _start out of kboot and into libkboot</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/stand/kboot/libkboot/Makefile#a03411e84728e9b267056fd31c7d1d9d1dc1b01e</link>
        <description>kboot: Move _start out of kboot and into libkbootMove the startup code from kboot/kboot to kboot/libkboot and add thenecessary infrastructure for it to build. move start_arch.h, a privateheader for libkboot, over as well.Sponsored by:		Netflix

            List of files:
            /freebsd/stand/kboot/libkboot/Makefile</description>
        <pubDate>Sun, 28 Jan 2024 19:53:59 +0100</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
