<?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/hppa/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/hppa/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/source/history/netbsd-src/sys/arch/hppa/include/Makefile#bb478f59b4d61b471ddafc935a4458776f6a3503</link>
        <description>Undo previous lwp.h change.

            List of files:
            /netbsd-src/sys/arch/hppa/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/source/history/netbsd-src/sys/arch/hppa/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/hppa/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/source/history/netbsd-src/sys/arch/hppa/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/hppa/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>dce8d6f5042f8ec99d84a4e87373b78d2cbd2abb - fenv(3) support for hppa</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/hppa/include/Makefile#dce8d6f5042f8ec99d84a4e87373b78d2cbd2abb</link>
        <description>fenv(3) support for hppa

            List of files:
            /netbsd-src/sys/arch/hppa/include/Makefile</description>
        <pubDate>Sat, 27 Dec 2014 16:54:02 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6d3ceb1d619615401b17c9aa3e4bc674a1cb048b - Rename NetBSD/hp700 to NetBSD/hppa.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/hppa/include/Makefile#6d3ceb1d619615401b17c9aa3e4bc674a1cb048b</link>
        <description>Rename NetBSD/hp700 to NetBSD/hppa.Unfortunately our VCS isn&apos;t very helpful here.

            List of files:
            /netbsd-src/sys/arch/hppa/include/Makefile</description>
        <pubDate>Mon, 24 Feb 2014 07:23:38 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@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/hppa/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/hppa/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/hppa/include/Makefile#b07ec3fc388a5aeae51e8871aa89eefea3ce1e53</link>
        <description>Merge newlock2 to head.

            List of files:
            /netbsd-src/sys/arch/hppa/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>a815b70d5c7736f78b0f1c9e2576d7ffd3e6b8ea - G/C hp{pa,700}/spinlock.h</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/hppa/include/Makefile#a815b70d5c7736f78b0f1c9e2576d7ffd3e6b8ea</link>
        <description>G/C hp{pa,700}/spinlock.h

            List of files:
            /netbsd-src/sys/arch/hppa/include/Makefile</description>
        <pubDate>Tue, 06 Feb 2007 21:59:24 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@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/source/history/netbsd-src/sys/arch/hppa/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/hppa/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/source/history/netbsd-src/sys/arch/hppa/include/Makefile#95e1ffb15694e54f29f8baaa4232152b703c2a5a</link>
        <description>merge ktrace-lwp.

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

            List of files:
            /netbsd-src/sys/arch/hppa/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>e104d5f8a728924f47c0e4e39b8bdcab71a64628 - Install &lt;hppa/mcontext.h&gt;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/hppa/include/Makefile#e104d5f8a728924f47c0e4e39b8bdcab71a64628</link>
        <description>Install &lt;hppa/mcontext.h&gt;

            List of files:
            /netbsd-src/sys/arch/hppa/include/Makefile</description>
        <pubDate>Sat, 20 Sep 2003 22:25:40 +0000</pubDate>
        <dc:creator>matt &lt;matt@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/hppa/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/hppa/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/hppa/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/hppa/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>f4f0d8a3100072ff95f6f642fa0a993f3e8e6d8d - Added files to support generic HP PA-RISC based machines.  hp700-specific</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/arch/hppa/include/Makefile#f4f0d8a3100072ff95f6f642fa0a993f3e8e6d8d</link>
        <description>Added files to support generic HP PA-RISC based machines.  hp700-specificfiles to follow.

            List of files:
            /netbsd-src/sys/arch/hppa/include/Makefile</description>
        <pubDate>Wed, 05 Jun 2002 01:04:18 +0000</pubDate>
        <dc:creator>fredette &lt;fredette@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
