<?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>
    <link>http://nxr.netbsd.org/rss/src/sys/dev/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>sys/dev/Makefile: Split INCS onto separate lines for ease of sorting.<br/><br/>Also sort.</title>
    <description>/src/sys/dev/Makefile - 1.48</description>
    <pubDate>Sat Aug 20 11:42:49 UTC 2022</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>Use HAVE_NVMM for nvmm headers</title>
    <description>/src/sys/dev/Makefile - 1.47</description>
    <pubDate>Sun Sep 27 11:57:28 UTC 2020</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>Revert previous to make iscsi kernel headers optional again, as<br/>required by kamil.<br/><br/>Now, sanitizer in GCC9 has been fixed differently for MKISCSI=no.</title>
    <description>/src/sys/dev/Makefile - 1.46</description>
    <pubDate>Mon Sep 14 00:40:03 UTC 2020</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Unconditionally install kernel headers for iSCSI as required by<br/>sanitizer shipped with GCC9.<br/><br/>Fix build release with HAVE_GCC=9 for sun2, where MKISCSI=no by default.</title>
    <description>/src/sys/dev/Makefile - 1.45</description>
    <pubDate>Thu Sep 10 01:53:22 UTC 2020</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Remove filemon(4).<br/><br/>Discussed on tech-kern:<br/>https://mail-index.NetBSD.org/tech-kern/2020/01/13/msg025938.html<br/><br/>This was never (intentionally) enabled by default, and the design has<br/>some shortcomings.  You can get mostly the same results with ktrace,<br/>as in usr.bin/make/filemon/filemon_ktrace.c which is now used instead<br/>of filemon for make's meta mode.<br/><br/>If applications require higher performance than ktrace, or nesting<br/>that ktrace doesn't support, we might consider adding something back<br/>into the vfs system calls themselves, without hijacking the syscall<br/>table.  (Might want a more reliable output format too, e.g. one that<br/>can handle newlines in file names.)</title>
    <description>/src/sys/dev/Makefile - 1.44</description>
    <pubDate>Sun Jan 19 20:41:18 UTC 2020</pubDate>
    <dc:creator>riastradh</dc:creator>
</item>

<item>
    <title>branches:  1.43.2;<br/>Revert the removal of filemon.</title>
    <description>/src/sys/dev/Makefile - 1.43</description>
    <pubDate>Mon Dec 23 06:45:37 UTC 2019</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Retire filemon, discussed on tech-kern@.</title>
    <description>/src/sys/dev/Makefile - 1.42</description>
    <pubDate>Wed Dec 18 07:37:18 UTC 2019</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>Hook spi.</title>
    <description>/src/sys/dev/Makefile - 1.41</description>
    <pubDate>Sun Feb 24 02:30:38 UTC 2019</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Add NVMM - for NetBSD Virtual Machine Monitor -, a kernel driver that<br/>provides support for hardware-accelerated virtualization on NetBSD.<br/><br/>It is made of an MI frontend, to which MD backends can be plugged. One<br/>MD backend is implemented, x86-SVM, for x86 AMD CPUs.<br/><br/>We install<br/><br/>	/usr/include/dev/nvmm/nvmm.h<br/>	/usr/include/dev/nvmm/nvmm_ioctl.h<br/>	/usr/include/dev/nvmm/{arch}/nvmm_{arch}.h<br/><br/>And the kernel module. For now, the only architecture where we do that<br/>is amd64 (arch=x86).<br/><br/>NVMM is not enabled by default in amd64-GENERIC, but is instead easily<br/>modloadable.<br/><br/>Sent to tech-kern@ a month ago. Validated with kASan, and optimized<br/>with tprof.</title>
    <description>/src/sys/dev/Makefile - 1.40</description>
    <pubDate>Wed Nov 07 07:43:08 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.39.2;  1.39.4;<br/>Fix fallout from hid factorisation:<br/>- need to install sys/dev/hid/hid.h for userland<br/>- include it where needed - most of the time in place if usb/usbhid.h</title>
    <description>/src/sys/dev/Makefile - 1.39</description>
    <pubDate>Sun Dec 10 20:38:14 UTC 2017</pubDate>
    <dc:creator>bouyer</dc:creator>
</item>

<item>
    <title>move spkrio.h out of isa</title>
    <description>/src/sys/dev/Makefile - 1.38</description>
    <pubDate>Fri Dec 09 04:46:39 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.37.2;<br/>Install hdmicecio.h</title>
    <description>/src/sys/dev/Makefile - 1.37</description>
    <pubDate>Sun Aug 02 11:09:05 UTC 2015</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>Split hdaudio and PCI attach glue. Even though the driver was written with<br/>this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move<br/>common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.</title>
    <description>/src/sys/dev/Makefile - 1.36</description>
    <pubDate>Sat Mar 28 14:09:58 UTC 2015</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>branches:  1.35.2;  1.35.16;<br/>Install filemon.h</title>
    <description>/src/sys/dev/Makefile - 1.35</description>
    <pubDate>Wed Jun 20 21:38:26 UTC 2012</pubDate>
    <dc:creator>sjg</dc:creator>
</item>

<item>
    <title>Make the test for MKISCSI actually work by including bsd.own.mk and<br/>testing the expanded variable, not just the variable name(!)  Fixes the<br/>build for sun2.</title>
    <description>/src/sys/dev/Makefile - 1.34</description>
    <pubDate>Thu Nov 17 09:58:21 UTC 2011</pubDate>
    <dc:creator>he</dc:creator>
</item>

<item>
    <title>Build and install new in-kernel iscsi initiator kernel module and associated<br/>binaries (iscsid, iscsictl) if MKISCSI != no.  Initiator can also be built<br/>into a kernel by adding 'pseudo-device iscsi' in kernel configuration.</title>
    <description>/src/sys/dev/Makefile - 1.33</description>
    <pubDate>Tue Nov 15 16:50:43 UTC 2011</pubDate>
    <dc:creator>riz</dc:creator>
</item>

<item>
    <title>branches:  1.32.2;<br/>Install dev/i2c/i2c_io.h and implement the API in the iic(4) driver.<br/>Obsolete the I2C_SCAN option as this can now be done from userland.</title>
    <description>/src/sys/dev/Makefile - 1.32</description>
    <pubDate>Sun Oct 02 16:39:47 UTC 2011</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>install dtvio.h, dtvio_demux.h, dtvio_frontend.h</title>
    <description>/src/sys/dev/Makefile - 1.31</description>
    <pubDate>Sat Jul 09 14:52:03 UTC 2011</pubDate>
    <dc:creator>jmcneill</dc:creator>
</item>

<item>
    <title>Install netbsd-dm.h file to include/dev/dm so it can be used by public.</title>
    <description>/src/sys/dev/Makefile - 1.30</description>
    <pubDate>Sat Dec 05 11:34:37 UTC 2009</pubDate>
    <dc:creator>haad</dc:creator>
</item>

<item>
    <title>Add keylock.h to INCS so that it's actually installed (hi, marc!)</title>
    <description>/src/sys/dev/Makefile - 1.29</description>
    <pubDate>Sat Aug 15 14:22:54 UTC 2009</pubDate>
    <dc:creator>uwe</dc:creator>
</item>
</channel></rss>

