<?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>043d88a7c1c16dc104031c9056a371bcf0966e03 - Separate devicetree .dts -&gt; .dtb building from kernel builds. They are now</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#043d88a7c1c16dc104031c9056a371bcf0966e03</link>
        <description>Separate devicetree .dts -&gt; .dtb building from kernel builds. They are nowpart of a separate set, &quot;dtb.tgz&quot;, and only built when MKDTB=yes. Thisdefaults to yes for earmv[67]* and aarch64, and no everywhere else.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 18 May 2020 21:19:34 +0000</pubDate>
        <dc:creator>jmcneill &lt;jmcneill@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1e03bcd0cf5c56026ce73a883ca5aa9fd8705912 - remove SMBFS and nsmb(4) - kernel part</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#1e03bcd0cf5c56026ce73a883ca5aa9fd8705912</link>
        <description>remove SMBFS and nsmb(4) - kernel partit&apos;s unmaintained and supports only obsolete SMB1

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Sat, 04 Apr 2020 15:43:21 +0000</pubDate>
        <dc:creator>jdolecek &lt;jdolecek@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0fe514bbeb49b20b5bdf30e8c036b48ee9547a1 - evbppc port has been built with modules for some time now, drop explanation on</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#e0fe514bbeb49b20b5bdf30e8c036b48ee9547a1</link>
        <description>evbppc port has been built with modules for some time now, drop explanation onwhy it&apos;s not and the if statement to exclude it.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 17 Jun 2019 17:01:50 +0000</pubDate>
        <dc:creator>sevan &lt;sevan@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ebec90347e4c538ea294bd055e5b2eb81a525abe - Remove ISDN from the kernel. It has remained unmaintained for a long time,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#ebec90347e4c538ea294bd055e5b2eb81a525abe</link>
        <description>Remove ISDN from the kernel. It has remained unmaintained for a long time,is of poor quality, and is now an obstacle to MP-ification. It was removedten years ago from FreeBSD for the same reason.This retires a big user of the mbuf API, and will ease maintenance of thekernel.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Sun, 23 Sep 2018 09:20:57 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e0384f18e7033a24a10923220e915e5b1489cf98 - Remove netkey/.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#e0384f18e7033a24a10923220e915e5b1489cf98</link>
        <description>Remove netkey/.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Thu, 06 Sep 2018 19:19:44 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d11577c5ca034d3e1fd1d9bb873a5113ff4e38ca - netnatm is gone</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#d11577c5ca034d3e1fd1d9bb873a5113ff4e38ca</link>
        <description>netnatm is gone

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Thu, 06 Sep 2018 09:13:42 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6e4cb2b9ab4107b5ab560c348a691ae05ac595a5 - merge the bouyer-socketcan branch to HEAD.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#6e4cb2b9ab4107b5ab560c348a691ae05ac595a5</link>
        <description>merge the bouyer-socketcan branch to HEAD.CAN stands for Controller Area Network, a broadcast network usedin automation and automotive fields. For example, the NMEA2000 standarddevelopped for marine devices uses a CAN network as the link layer.This is an implementation of the linux socketcan API:https://www.kernel.org/doc/Documentation/networking/can.txtyou can also see can(4).This adds a new socket family (AF_CAN) and protocol (PF_CAN),as well as the canconfig(8) utility, used to set timing parameter ofCAN hardware. Also inclued is a driver for the CAN controllerfound in the allwinner A20 SoC (I tested it with an Olimex lime2 board,connected with PIC18-based CAN devices).There is also the canloop(4) pseudo-device, which allows to usethe socketcan API without CAN hardware.At this time the CANFD part of the linux socketcan API is not implemented.Error frames are not implemented either. But I could get the cansend andcanreceive utilities from the canutils package to build and run with minimalchanges. tcpudmp(8) can also be used to record frames, which can bedecoded with etherreal.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Sat, 27 May 2017 21:02:54 +0000</pubDate>
        <dc:creator>bouyer &lt;bouyer@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e240adbd0bc7779150d6d18fa727b8d312543219 - Retire OSI network stack. OK core@</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#e240adbd0bc7779150d6d18fa727b8d312543219</link>
        <description>Retire OSI network stack. OK core@

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Fri, 01 Mar 2013 18:25:13 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>933525b99b0d0a377aa41a6cbe38a0aac7f3dd19 - Implement build_install in src/lib/Makefile, which traverses the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#933525b99b0d0a377aa41a6cbe38a0aac7f3dd19</link>
        <description>Implement build_install in src/lib/Makefile, which traverses thesubdirectories and invokes dependall/install. Do this in groupsdelimited by .WAIT to ensure that depending libraries can use theinstalled versions and don&apos;t need to know the locations in the sourcetree.Use this new target in src/Makefile to replace most of the adhoc librarylogic with two special cases, src/lib and src/compat. Adjustsys/Makefile to include the module directory when building them. Addsome necessary .WAITs in src/lib/Makefile to reflect the dependenciesfrom src/Makefile and also add the rump libraries here.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Fri, 17 Aug 2012 16:22:27 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a2c4975d63d1d224ad986fc879449800b8b3f668 - build evbppc modules in 3 different flavours:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#a2c4975d63d1d224ad986fc879449800b8b3f668</link>
        <description>build evbppc modules in 3 different flavours:	- oea (default)	- ibm4xx	- bookethis, together with earlier machine_module[] work, should allow evbppcplatforms to use modules.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Wed, 15 Jun 2011 09:45:58 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>826653c1903087fbd03d6e8dbc754fff9afc3497 - Add MPLS support, proposed on tech-net@ a couple of days ago</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#826653c1903087fbd03d6e8dbc754fff9afc3497</link>
        <description>Add MPLS support, proposed on tech-net@ a couple of days agoWelcome to 5.99.33

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Sat, 26 Jun 2010 14:24:27 +0000</pubDate>
        <dc:creator>kefren &lt;kefren@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3427000fad39d3378e3b25688bea5750c29069ed - Build kernel modules the same time as the rest of the system libraries.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#3427000fad39d3378e3b25688bea5750c29069ed</link>
        <description>Build kernel modules the same time as the rest of the system libraries.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Tue, 30 Dec 2008 22:18:11 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e45e5fef438418a879025c02d5b2c8a34d5e70cc - Descend into include/rump and install headers.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#e45e5fef438418a879025c02d5b2c8a34d5e70cc</link>
        <description>Descend into include/rump and install headers.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 17 Nov 2008 08:54:39 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>02a39d849b9332392ffd58b38896570771e5651b - Traverse rump for a make cleandir.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#02a39d849b9332392ffd58b38896570771e5651b</link>
        <description>Traverse rump for a make cleandir.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Sun, 16 Nov 2008 19:55:38 +0000</pubDate>
        <dc:creator>veego &lt;veego@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0efea177e37295fed654875d875160c47500d6bd - Remove LKMs and switch to the module framework, pass 1.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#0efea177e37295fed654875d875160c47500d6bd</link>
        <description>Remove LKMs and switch to the module framework, pass 1.Proposed on tech-kern@.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Wed, 12 Nov 2008 12:35:50 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36bfdec7737291b6e14f1e8b5c2db8c6951eb50c - be sure to decend into sys/rump during &quot;make obj&quot;.  fixes builds on r/o src.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#36bfdec7737291b6e14f1e8b5c2db8c6951eb50c</link>
        <description>be sure to decend into sys/rump during &quot;make obj&quot;.  fixes builds on r/o src.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Thu, 31 Jul 2008 01:11:53 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bdf6e0b0340c0904bdae3034d7aaee3ab8d8a688 - Install rump libraries and utilities to the base system and remove the</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#bdf6e0b0340c0904bdae3034d7aaee3ab8d8a688</link>
        <description>Install rump libraries and utilities to the base system and remove theprivate non-installed build infrastructure from sys/rump.breakdown of commit:  * install relevant headers into /usr/include/rump  * build sys/rump/librump/rumpuser and sys/rump/librump/rumpkern    from src/lib and install as librumpuser and librump, respectively    + this retains the ability to test a librump build with just the      kernel sources at hand  * move sys/rump/fs/lib/libukfs and sys/rump/fs/lib/libp2k to src/lib    for general consumption, they are not kernel-space dwellers anyway  * build and install sys/rump/fs/lib/lib$fs as librumpfs_$fs  * add chapter 3 manual pages for rump, rumpuser, ukfs and p2k  * build and install userspace kernel file system daemons if MKPUFFS=yes    is spexified  * retire fsconsole for now, it will make a comeback with an actually    implemented version shortly

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Tue, 29 Jul 2008 13:17:40 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2eb2408c193a78c5bf4e19b8e181910358ee0c43 - rump now builds on all ports</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#2eb2408c193a78c5bf4e19b8e181910358ee0c43</link>
        <description>rump now builds on all ports

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 28 Jul 2008 18:12:53 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>49eea9ca9ffbe277aeaa658f46cabf7eed4a031a - add a comment stating why evbppc doesn&apos;t do lkm or modules</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#49eea9ca9ffbe277aeaa658f46cabf7eed4a031a</link>
        <description>add a comment stating why evbppc doesn&apos;t do lkm or modules

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 28 Jul 2008 14:09:55 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e575982be5c8948e0f2edd6b638712bff734dfb0 - blkset.S is needed on vax by some macros, so include it in the build.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/Makefile#e575982be5c8948e0f2edd6b638712bff734dfb0</link>
        <description>blkset.S is needed on vax by some macros, so include it in the build.

            List of files:
            /netbsd-src/sys/Makefile</description>
        <pubDate>Mon, 28 Jul 2008 13:56:59 +0000</pubDate>
        <dc:creator>pooka &lt;pooka@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
