<?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>16543c49052c820334cffc5c69b2afde18f02458 - Create a new header lwp_private.h to contain _lwp_getprivate_fast,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#16543c49052c820334cffc5c69b2afde18f02458</link>
        <description>Create a new header lwp_private.h to contain _lwp_getprivate_fast,_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:1. we don&apos;t need special hacks to hide them2. we can include &lt;lwp.h&gt; where needed to get the necessary prototypes   without redefining them locally.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sat, 30 Nov 2024 01:04:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bb478f59b4d61b471ddafc935a4458776f6a3503 - Undo previous lwp.h change.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#bb478f59b4d61b471ddafc935a4458776f6a3503</link>
        <description>Undo previous lwp.h change.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Mon, 04 Nov 2024 15:45:22 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6dc4d4da8772e94d4aba3911b5e54985d5fbee3e - Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separate</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#6dc4d4da8772e94d4aba3911b5e54985d5fbee3e</link>
        <description>Split __lwp_getprivate_fast and __lwp_*tcb from mcontext.h into a separatelwp.h file.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sun, 03 Nov 2024 22:24:20 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>62c8988166d9cbbc196f28cb66639bad5c7722c1 - Remove the kernel PMC code. Sent yesterday on tech-kern@.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#62c8988166d9cbbc196f28cb66639bad5c7722c1</link>
        <description>Remove the kernel PMC code. Sent yesterday on tech-kern@.This change: * Removes &quot;options PERFCTRS&quot;, the associated includes, and the associated   ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is   good. * Removes the PMC code of ARM XSCALE. * Removes all the pmc.h files. They were all empty, except for ARM XSCALE. * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The   definitions are put in sysarch.h. * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control   and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,   netbsd32 and rump. * Removes the pmc_evid_t and pmc_ctr_t types. * Removes all the associated man pages. The sets are marked as obsolete.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Thu, 12 Jul 2018 10:46:40 +0000</pubDate>
        <dc:creator>maxv &lt;maxv@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>253d8526369ebe181421ea75d00e1db3da0a1861 - fenv.h for alpha</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#253d8526369ebe181421ea75d00e1db3da0a1861</link>
        <description>fenv.h for alpha

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Tue, 23 Aug 2016 09:59:26 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>65a4b5bf07900f3a75794b374eab6ff4ed3a3b16 - Pull the bus_space(9) definitions needed by alpha userland into</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#65a4b5bf07900f3a75794b374eab6ff4ed3a3b16</link>
        <description>Pull the bus_space(9) definitions needed by alpha userland intobus_user.h and include that from pio.h, sysarch.h, bus_defs.h.  Fixesthe alpha build.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Fri, 12 Aug 2011 22:22:49 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3eb244d801190b3a7d8cd42193c38a77c1dbae1a - Retire varargs.h support. Move machine/stdarg.h logic into MI</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#3eb244d801190b3a7d8cd42193c38a77c1dbae1a</link>
        <description>Retire varargs.h support. Move machine/stdarg.h logic into MIsys/stdarg.h and expect compiler to provide proper builtins, defaultingto the GCC interface. lint still has a special fallback.Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default andderive va_list as required by standards.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sun, 17 Jul 2011 20:54:30 +0000</pubDate>
        <dc:creator>joerg &lt;joerg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7278b058df51b5e550364323c615e2bb0f71cce4 - Don&apos;t install alpha/bus.h any more.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#7278b058df51b5e550364323c615e2bb0f71cce4</link>
        <description>Don&apos;t install alpha/bus.h any more.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sat, 09 Jul 2011 17:19:21 +0000</pubDate>
        <dc:creator>dyoung &lt;dyoung@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ed4dfedcd6fef60c21ee040edfcff21d15fec988 - Finish moving alpha over to the MI atomic ops.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#ed4dfedcd6fef60c21ee040edfcff21d15fec988</link>
        <description>Finish moving alpha over to the MI atomic ops.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Mon, 10 Mar 2008 14:01:35 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 - Merge newlock2 to head.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#b07ec3fc388a5aeae51e8871aa89eefea3ce1e53</link>
        <description>Merge newlock2 to head.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Fri, 09 Feb 2007 21:55:00 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>84f50d1b92f7d8c98065be9c811f0c0634630572 - don&apos;t install &lt;machine/db_machdep.h&gt;, this is kernel only</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#84f50d1b92f7d8c98065be9c811f0c0634630572</link>
        <description>don&apos;t install &lt;machine/db_machdep.h&gt;, this is kernel only

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Wed, 26 Jul 2006 19:54:56 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sun, 11 Dec 2005 12:16:03 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>96623fecadd3bd7c2882507e305e8a5f6c18adac - also add &lt;machine/joystick.h&gt; to alpha and amd64, to allow compilation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#96623fecadd3bd7c2882507e305e8a5f6c18adac</link>
        <description>also add &lt;machine/joystick.h&gt; to alpha and amd64, to allow compilationof certain multimedia applications

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Wed, 07 Jul 2004 18:03:51 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7b3b647647fa8e61276a82b9770893129db683ee - Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#7b3b647647fa8e61276a82b9770893129db683ee</link>
        <description>Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Sat, 08 May 2004 21:51:47 +0000</pubDate>
        <dc:creator>kleink &lt;kleink@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>23bc250391a0c064a935ee946aaa917f8c0ffcc4 - Merge the nathanw_sa branch.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#23bc250391a0c064a935ee946aaa917f8c0ffcc4</link>
        <description>Merge the nathanw_sa branch.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Fri, 17 Jan 2003 21:55:23 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0635de35a3d8588c9acd35a26c60791518924b5b - Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#0635de35a3d8588c9acd35a26c60791518924b5b</link>
        <description>Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Tue, 26 Nov 2002 23:30:07 +0000</pubDate>
        <dc:creator>lukem &lt;lukem@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>77a6b82b27fa24d81a68a73afb1c4158bfb664ba - Merge the gehenna-devsw branch into the trunk.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#77a6b82b27fa24d81a68a73afb1c4158bfb664ba</link>
        <description>Merge the gehenna-devsw branch into the trunk.This merge changes the device switch tables from static array todynamically generated by config(8).- All device switches is defined as a constant structure in device drivers.- The new grammer ``device-major&apos;&apos; is introduced to ``files&apos;&apos;.	device-major &lt;prefix&gt; char &lt;num&gt; [block &lt;num&gt;] [&lt;rules&gt;]- All device major numbers must be listed up in port dependent majors.&lt;arch&gt;  by using this grammer.- Added the new naming convention.  The name of the device switch must be &lt;prefix&gt;_[bc]devsw for auto-generation  of device switch tables.- The backward compatibility of loading block/character device  switch by LKM framework is broken. This is necessary to convert  from block/character device major to device name in runtime and vice versa.- The restriction to assign device major by LKM is completely removed.  We don&apos;t need to reserve LKM entries for dynamic loading of device switch.- In compile time, device major numbers list is packed into the kernel and  the LKM framework will refer it to assign device major number dynamically.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Fri, 06 Sep 2002 13:18:43 +0000</pubDate>
        <dc:creator>gehenna &lt;gehenna@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0b956d0b8b6b3de607f467a51c921588df480603 - Implement pmc(9) -- An interface to hardware performance monitoring</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#0b956d0b8b6b3de607f467a51c921588df480603</link>
        <description>Implement pmc(9) -- An interface to hardware performance monitoringcounters.  These counters do not exist on all CPUs, but where theydo exist, can be used for counting events such as dcache misses thatwould otherwise be difficult or impossible to instrument by codeinspection or hardware simulation.pmc(9) is meant to be a general interface.  Initially, the Intel XScalecounters are the only ones supported.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Wed, 07 Aug 2002 05:14:47 +0000</pubDate>
        <dc:creator>briggs &lt;briggs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3b4fb77f1996abf05d60456a70b7b22bb315e4a4 - install fpu.h, needed for new lib/csu features</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#3b4fb77f1996abf05d60456a70b7b22bb315e4a4</link>
        <description>install fpu.h, needed for new lib/csu features

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Wed, 16 Jan 2002 01:19:22 +0000</pubDate>
        <dc:creator>ross &lt;ross@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>681df63b07d12cc1cf8b857e7746304b8e600901 - Remove alpha/include/fbio.h -- it hasn&apos;t been used for a Long Time.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/arch/alpha/include/Makefile#681df63b07d12cc1cf8b857e7746304b8e600901</link>
        <description>Remove alpha/include/fbio.h -- it hasn&apos;t been used for a Long Time.

            List of files:
            /netbsd-src/sys/arch/alpha/include/Makefile</description>
        <pubDate>Wed, 19 Sep 2001 16:32:04 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
