<?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>16543c49052c820334cffc5c69b2afde18f02458 - Create a new header lwp_private.h to contain _lwp_getprivate_fast,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/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/cesfic/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>62c8988166d9cbbc196f28cb66639bad5c7722c1 - Remove the kernel PMC code. Sent yesterday on tech-kern@.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/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/cesfic/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>d5137ecf3424dd387d806d60f413081ec68d4bd7 - fenv for m68k</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#d5137ecf3424dd387d806d60f413081ec68d4bd7</link>
        <description>fenv for m68k

            List of files:
            /netbsd-src/sys/arch/cesfic/include/Makefile</description>
        <pubDate>Thu, 24 Dec 2015 14:12:39 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/source/history/netbsd-src/sys/arch/cesfic/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/cesfic/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>b07ec3fc388a5aeae51e8871aa89eefea3ce1e53 - Merge newlock2 to head.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#b07ec3fc388a5aeae51e8871aa89eefea3ce1e53</link>
        <description>Merge newlock2 to head.

            List of files:
            /netbsd-src/sys/arch/cesfic/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>95e1ffb15694e54f29f8baaa4232152b703c2a5a - merge ktrace-lwp.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

            List of files:
            /netbsd-src/sys/arch/cesfic/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>7b3b647647fa8e61276a82b9770893129db683ee - Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#7b3b647647fa8e61276a82b9770893129db683ee</link>
        <description>Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.

            List of files:
            /netbsd-src/sys/arch/cesfic/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/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#23bc250391a0c064a935ee946aaa917f8c0ffcc4</link>
        <description>Merge the nathanw_sa branch.

            List of files:
            /netbsd-src/sys/arch/cesfic/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/source/history/netbsd-src/sys/arch/cesfic/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/cesfic/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>0b956d0b8b6b3de607f467a51c921588df480603 - Implement pmc(9) -- An interface to hardware performance monitoring</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/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/cesfic/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>ebb0f83c311a8e0c07aeccfaa2f05e2c599386d6 - Sort.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#ebb0f83c311a8e0c07aeccfaa2f05e2c599386d6</link>
        <description>Sort.

            List of files:
            /netbsd-src/sys/arch/cesfic/include/Makefile</description>
        <pubDate>Wed, 27 Feb 2002 02:21:22 +0000</pubDate>
        <dc:creator>kleink &lt;kleink@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>711fef427bb4124c3475c679ffa4ec22088b1140 - install intr.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#711fef427bb4124c3475c679ffa4ec22088b1140</link>
        <description>install intr.h

            List of files:
            /netbsd-src/sys/arch/cesfic/include/Makefile</description>
        <pubDate>Sat, 02 Feb 2002 12:27:01 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e047259a1f4dace48273fb1ffa23fb7f0efb1073 - Initial import of the known working kernel bits for the NetBSD/cesfic</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/cesfic/include/Makefile#e047259a1f4dace48273fb1ffa23fb7f0efb1073</link>
        <description>Initial import of the known working kernel bits for the NetBSD/cesficport. cesfic is a VME board with one or two mc68040 processors. Seethe README file for details.The port is working well with a.out userland, there are some problemswith ELF still, like applications running out of memory where it is notexpected. Some parts, in particular the pmap (which was taken from hp300four years ago), need updating, but this is easier done within the NetBSDCVS tree.

            List of files:
            /netbsd-src/sys/arch/cesfic/include/Makefile</description>
        <pubDate>Mon, 14 May 2001 18:22:58 +0000</pubDate>
        <dc:creator>drochner &lt;drochner@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
