<?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>0085a56d0dbf7abe96dfbf1dc294d29800f96275 - backlight(9): Initial port.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#0085a56d0dbf7abe96dfbf1dc294d29800f96275</link>
        <description>backlight(9): Initial port. - backlight(9) is a generic panel backlight driver. - backlight(8) is the userland program to control   backlight devices&apos; properties. - Required by linuxkpiTaken from: FreeBSD

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sat, 11 Mar 2023 18:25:47 +0000</pubDate>
        <dc:creator>Antonio Huete Jimenez &lt;tuxillo@quantumachine.net&gt;</dc:creator>
    </item>
<item>
        <title>ee3ebee6341d385ab1e8f63b026efd8eeb72a25f - kernel: Remove puffs(4), putter(9) and associated libs and utilities.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#ee3ebee6341d385ab1e8f63b026efd8eeb72a25f</link>
        <description>kernel: Remove puffs(4), putter(9) and associated libs and utilities.All of these were originally pushed and hooked into the build in non-working condition so that they would not go stale break building. Thehope was that someone would pick up the work and fix the remainingissues, which never materialized.This has led to more harm than good, with people occasionally assumingthat this code is functional. Also, the existence of /usr/include/fuse.hmight lead configure checks into believing that we have a workingimplementation.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 03:44:42 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>f2c400e8d295d33c95df1bc50e36c0585233955e - led(4): Turn this into a module. Only used by acpi_thinkpad and acpi_asus.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#f2c400e8d295d33c95df1bc50e36c0585233955e</link>
        <description>led(4): Turn this into a module. Only used by acpi_thinkpad and acpi_asus.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sun, 21 Jan 2018 16:48:53 +0000</pubDate>
        <dc:creator>Imre Vad&#225;sz &lt;imre@vdsz.com&gt;</dc:creator>
    </item>
<item>
        <title>66d55158f374df1465c1a63fe035d2d333ced83f - kernel/efirt: Hook efirt.ko into the build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#66d55158f374df1465c1a63fe035d2d333ced83f</link>
        <description>kernel/efirt: Hook efirt.ko into the build.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sun, 27 Nov 2016 23:35:40 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>d5d7287495bd08fe8845d5f8e4ea880db567511a - aperf: Sensor for effective CPU frequency using APERF/MPERF MSRs.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#d5d7287495bd08fe8845d5f8e4ea880db567511a</link>
        <description>aperf: Sensor for effective CPU frequency using APERF/MPERF MSRs.It was adapted by me to fit into cpu sensor device and utilize ourper-cpu sensor tasks.Obtained-from: Imre Vadasz &lt;imre@vdsz.com&gt;

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sat, 11 Jul 2015 13:11:57 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>b0d289c2d9b4bed0d1735c57ae6d64f18bd0ed17 - build - Parallelize kernel module build</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#b0d289c2d9b4bed0d1735c57ae6d64f18bd0ed17</link>
        <description>build - Parallelize kernel module build* Parallelize the module build portion of a full buildkernel.* Decreases full kernel build times significantly.  The build  is up to 3 times faster now.* On monster full kernel build time goes from 10:48 to 3:04.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Tue, 09 Jun 2015 00:19:18 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>881f7bffbf5c93279c3f44045887e049cd4ae842 - dimm: Implement pseudo device driver for DIMM related drivers</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#881f7bffbf5c93279c3f44045887e049cd4ae842</link>
        <description>dimm: Implement pseudo device driver for DIMM related drivers- This pseudo device driver installs sensor device for DIMM related  sensors (memtemp(4) and upcoming ecc(4) changes).- This pseudo device driver keeps DIMM location information.  And  the location information is exposed through a new sysctl tree,  hw.dimminfo.  The nodes in this sysctl tree have the same names  as the sensor devices, so that programatic way could be used to  report DIMM status.- This pseudo device implements common sensor update function for  memtemp(4).  And it keeps configurable temperature thresholds for  memtemp(4) sensor.- Utilize this pseudo device driver in memtemp(4).

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sun, 29 Mar 2015 12:26:36 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>f7409137935ee81167bddbeb7a340e4c086f6290 - ecc/e3: Split it into two drivers, coremctl(4) and ecc(4)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#f7409137935ee81167bddbeb7a340e4c086f6290</link>
        <description>ecc/e3: Split it into two drivers, coremctl(4) and ecc(4)coremctl(4), which maps the MCHBAR, is now the parent of ecc(4) forIntel E3 cpus.  This paves way to add Intel Core/E3 support tomemtemp(4).Tested-by: dillon@ on i3/Haswell and E3/v3

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Wed, 11 Feb 2015 09:06:17 +0000</pubDate>
        <dc:creator>Sepherosa Ziehau &lt;sephe@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>53a374c18f69009d375e6a59247b55bfe03f59e2 - kernel: Import the IPMI driver from FreeBSD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#53a374c18f69009d375e6a59247b55bfe03f59e2</link>
        <description>kernel: Import the IPMI driver from FreeBSD.Many thanks to Markus Pfeiffer &lt;profmakx@dragonflybsd.org&gt; for testing,bug hunting and fixing the watchdog (this will be pushed in a separatecommit).

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sun, 14 Dec 2014 18:55:28 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>d4ef66945aed8476e02f05a7261843a95e5f12bd - Import cpuctl pseudo device from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#d4ef66945aed8476e02f05a7261843a95e5f12bd</link>
        <description>Import cpuctl pseudo device from FreeBSDThe cpuctl pseudo device allows to perform cpu microcode updates.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Tue, 18 Nov 2014 20:49:21 +0000</pubDate>
        <dc:creator>Joris Giovannangeli &lt;joris@giovannangeli.fr&gt;</dc:creator>
    </item>
<item>
        <title>c1967b0a27a332710162c9a05add4673566bafc2 - Merge branches &apos;hammer2&apos; and &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#c1967b0a27a332710162c9a05add4673566bafc2</link>
        <description>Merge branches &apos;hammer2&apos; and &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly into hammer2

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Mon, 07 May 2012 18:34:38 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>21e876fba7210759bdeac8e4aaac471143b3bca9 - Import amdsbwd(4) from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#21e876fba7210759bdeac8e4aaac471143b3bca9</link>
        <description>Import amdsbwd(4) from FreeBSDThis is a device driver for the watchdog timer included in SB600and more recent AMD south bridges.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Thu, 03 May 2012 22:06:47 +0000</pubDate>
        <dc:creator>Francois Tigeot &lt;ftigeot@wolfpond.org&gt;</dc:creator>
    </item>
<item>
        <title>ace1ab86e90a3238c7094232da7caf12dc185476 - Import ichwd(4) from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#ace1ab86e90a3238c7094232da7caf12dc185476</link>
        <description>Import ichwd(4) from FreeBSDThis is a device driver for the watchdog timer function present on theLPC interface bridge in Intel ICH-series chipsets.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Thu, 03 May 2012 07:22:27 +0000</pubDate>
        <dc:creator>Francois Tigeot &lt;ftigeot@wolfpond.org&gt;</dc:creator>
    </item>
<item>
        <title>eb403c9356ce5a2d494a31e006698fd95cf594b1 - Merge remote-tracking branch &apos;crater/master&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#eb403c9356ce5a2d494a31e006698fd95cf594b1</link>
        <description>Merge remote-tracking branch &apos;crater/master&apos;

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Thu, 16 Feb 2012 06:35:29 +0000</pubDate>
        <dc:creator>Thomas Nikolajsen &lt;thomas@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>ab5617b30755db534c8c52bfbb34e84b30e8d6c0 - Bring in the &quot;Port PUFFS from NetBSD/FreeBSD&quot; GSoC 2011 project results.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#ab5617b30755db534c8c52bfbb34e84b30e8d6c0</link>
        <description>Bring in the &quot;Port PUFFS from NetBSD/FreeBSD&quot; GSoC 2011 project results.With some additional stuff done by me (properly hooking into the build,add some manpages, and other missing bits here and there, nothingfunctional).What we get:* puffs(3) and refuse(3) libraries* puffs(4) and putter(9) kernel parts* mount_psshfs(8) utilityNote that it still might crash or stop working, so it&apos;s stillexperimental. We&apos;re bringing it anyway because several people showedinterest in continuing to work on it and so it doesn&apos;t rot outsideour tree, gets at least built with world/kernel, etc.Submitted-by: Nick Prokharau &lt;nickprok@gmail.com&gt;

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sun, 05 Feb 2012 01:29:51 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>e147701ea73ae6d30de74a6b2f0c137eddbeee5b - ecc(4): Move from sys/dev/bridge to sys/dev/misc.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#e147701ea73ae6d30de74a6b2f0c137eddbeee5b</link>
        <description>ecc(4): Move from sys/dev/bridge to sys/dev/misc.While here, make it compilable into the kernel and add it to the LINTs.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Tue, 13 Dec 2011 17:17:31 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>a563ca70e68142ccf7f50a6f129665fd8cb66d98 - dfregress,tbridge - Move into usr.bin and sys/dev</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#a563ca70e68142ccf7f50a6f129665fd8cb66d98</link>
        <description>dfregress,tbridge - Move into usr.bin and sys/dev * cleanup of the testcases, remove duplicates, consolidate in   test/testcases.

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Wed, 16 Nov 2011 10:46:08 +0000</pubDate>
        <dc:creator>Alex Hornung &lt;ahornung@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c424c31ab322a6411f830b8df1d4a6c301c36db3 - Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#c424c31ab322a6411f830b8df1d4a6c301c36db3</link>
        <description>Merge branch &apos;master&apos; of ssh://crater.dragonflybsd.org/repository/git/dragonfly

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Fri, 11 Sep 2009 17:20:47 +0000</pubDate>
        <dc:creator>Matthew Dillon &lt;dillon@apollo.backplane.com&gt;</dc:creator>
    </item>
<item>
        <title>e3038e0de2242a373ccb86e55b466f822fae0a76 - kbdmux - Bind into module build Makefile</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/dflybsd-src/sys/dev/misc/Makefile#e3038e0de2242a373ccb86e55b466f822fae0a76</link>
        <description>kbdmux - Bind into module build Makefile

            List of files:
            /dflybsd-src/sys/dev/misc/Makefile</description>
        <pubDate>Fri, 11 Sep 2009 08:36:59 +0000</pubDate>
        <dc:creator>Alex Hornung &lt;ahornung@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
