<?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/arch/arc/include/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Create a new header lwp_private.h to contain _lwp_getprivate_fast,<br/>_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:<br/>1. we don't need special hacks to hide them<br/>2. we can include &lt;lwp.h&gt; where needed to get the necessary prototypes<br/>   without redefining them locally.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.34</description>
    <pubDate>Sat Nov 30 01:04:06 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.33.36;<br/>Remove the kernel PMC code. Sent yesterday on tech-kern@.<br/><br/>This change:<br/><br/> * Removes "options PERFCTRS", the associated includes, and the associated<br/>   ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is<br/>   good.<br/><br/> * Removes the PMC code of ARM XSCALE.<br/><br/> * Removes all the pmc.h files. They were all empty, except for ARM XSCALE.<br/><br/> * Reorders the x86 PMC code not to rely on the legacy pmc.h file. The<br/>   definitions are put in sysarch.h.<br/><br/> * Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control<br/>   and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,<br/>   netbsd32 and rump.<br/><br/> * Removes the pmc_evid_t and pmc_ctr_t types.<br/><br/> * Removes all the associated man pages. The sets are marked as obsolete.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.33</description>
    <pubDate>Thu Jul 12 10:46:42 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.32.16;  1.32.18;<br/>Add mips fenv.h (From FreeBSD)</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.32</description>
    <pubDate>Mon Dec 21 17:02:32 UTC 2015</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.31.12;  1.31.30;<br/>Retire varargs.h support. Move machine/stdarg.h logic into MI<br/>sys/stdarg.h and expect compiler to provide proper builtins, defaulting<br/>to the GCC interface. lint still has a special fallback.<br/>Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and<br/>derive va_list as required by standards.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.31</description>
    <pubDate>Sun Jul 17 20:54:37 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Nuke a.out support for MIPS.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.30</description>
    <pubDate>Wed Aug 12 23:29:18 UTC 2009</pubDate>
    <dc:creator>matt</dc:creator>
</item>

<item>
    <title>branches:  1.29.48;<br/>Merge newlock2 to head.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.29</description>
    <pubDate>Fri Feb 09 21:55:02 UTC 2007</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>branches:  1.28.4;<br/>No need to export autoconf.h to userland.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.28</description>
    <pubDate>Sat Jul 01 17:24:19 UTC 2006</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>Remove obsolete display.h.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.27</description>
    <pubDate>Sat Jul 01 17:19:39 UTC 2006</pubDate>
    <dc:creator>tsutsui</dc:creator>
</item>

<item>
    <title>branches:  1.26.4;  1.26.8;  1.26.16;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.26</description>
    <pubDate>Sun Dec 11 00:16:39 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.25.12;<br/>Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.25</description>
    <pubDate>Sat May 08 21:51:47 UTC 2004</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>branches:  1.24.2;<br/>Merge the nathanw_sa branch.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.24</description>
    <pubDate>Fri Jan 17 22:19:05 UTC 2003</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.23</description>
    <pubDate>Tue Nov 26 23:30:11 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Implement pmc(9) -- An interface to hardware performance monitoring<br/>counters.  These counters do not exist on all CPUs, but where they<br/>do exist, can be used for counting events such as dcache misses that<br/>would otherwise be difficult or impossible to instrument by code<br/>inspection or hardware simulation.<br/><br/>pmc(9) is meant to be a general interface.  Initially, the Intel XScale<br/>counters are the only ones supported.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.22</description>
    <pubDate>Wed Aug 07 05:14:54 UTC 2002</pubDate>
    <dc:creator>briggs</dc:creator>
</item>

<item>
    <title>branches:  1.21.2;  1.21.8;  1.21.16;<br/>Add definitions of C99 integer format conversion macros.<br/>XXX Fastest minimum-width integer types haven't been decided upon yet.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.21</description>
    <pubDate>Sun Apr 15 17:13:06 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>Add definitions of C99 specified-width integer type limits.<br/>XXX Fastest minimum-width integer types haven't been decided upon yet.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.20</description>
    <pubDate>Sun Apr 15 15:29:03 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>Add definitions of C99 integer constant macros.<br/>Tidy Makefiles up a little.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.19</description>
    <pubDate>Sat Apr 14 22:46:19 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>Add definitions of C99 minimum-width and greatest-width integer types.<br/>XXX Fastest minimum-width integer types haven't been decided upon yet.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.18</description>
    <pubDate>Sat Apr 14 00:19:50 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>branches:  1.17.2;  1.17.4;<br/>Add &lt;machine/int_types.h&gt;, which provides namespace-pure definitions<br/>of exact-width integer types.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.17</description>
    <pubDate>Mon Jun 26 15:42:22 UTC 2000</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>&lt;machine/cpuregs.h&gt; was removed on March 30,<br/>from Shuichiro URATA &lt;ur@a-r.org&gt;.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.16</description>
    <pubDate>Mon Jun 12 17:01:05 UTC 2000</pubDate>
    <dc:creator>soda</dc:creator>
</item>

<item>
    <title>branches:  1.15.2;<br/>Require that each each MACHINE/MACHINE_ARCH supply a lock.h.  This file<br/>contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which<br/>replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED.  These files<br/>are also required to supply inline functions __cpu_simple_lock(),<br/>__cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be<br/>supported on that platform (i.e. if MULTIPROCESSOR is defined in the<br/>_KERNEL case).  Change these functions to take an int * (&amp;alp-&gt;lock_data)<br/>rather than the struct simplelock * itself.<br/><br/>These changes make it possible for userland to use the locking primitives<br/>by including &lt;machine/lock.h&gt;.</title>
    <description>/src/sys/arch/arc/include/Makefile - 1.15</description>
    <pubDate>Sat Apr 29 03:31:47 UTC 2000</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>
</channel></rss>

