<?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/atari/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/atari/include/Makefile - 1.28</description>
    <pubDate>Sat Nov 30 01:04:07 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.27.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/atari/include/Makefile - 1.27</description>
    <pubDate>Thu Jul 12 10:46:42 UTC 2018</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>branches:  1.26.16;  1.26.18;<br/>fenv for m68k</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.26</description>
    <pubDate>Thu Dec 24 14:13:35 UTC 2015</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.25.12;  1.25.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/atari/include/Makefile - 1.25</description>
    <pubDate>Sun Jul 17 20:54:37 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

<item>
    <title>Merge newlock2 to head.</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.24</description>
    <pubDate>Fri Feb 09 21:55:02 UTC 2007</pubDate>
    <dc:creator>ad</dc:creator>
</item>

<item>
    <title>branches:  1.23.4;<br/>don't install &lt;machine/db_machdep.h&gt;, this is kernel only</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.23</description>
    <pubDate>Wed Jul 26 19:54:56 UTC 2006</pubDate>
    <dc:creator>drochner</dc:creator>
</item>

<item>
    <title>branches:  1.22.4;  1.22.8;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.22</description>
    <pubDate>Sun Dec 11 00:16:57 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

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

<item>
    <title>branches:  1.20.2;<br/>Merge the nathanw_sa branch.</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.20</description>
    <pubDate>Fri Jan 17 22:34:22 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/atari/include/Makefile - 1.19</description>
    <pubDate>Tue Nov 26 23:30:13 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/atari/include/Makefile - 1.18</description>
    <pubDate>Wed Aug 07 05:15:03 UTC 2002</pubDate>
    <dc:creator>briggs</dc:creator>
</item>

<item>
    <title>branches:  1.17.8;<br/>No point in installing svr4_machdep.h.</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.17</description>
    <pubDate>Wed Nov 28 13:14:13 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;  1.16.8;<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/atari/include/Makefile - 1.16</description>
    <pubDate>Sun Apr 15 17:13:07 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/atari/include/Makefile - 1.15</description>
    <pubDate>Sun Apr 15 15:29:04 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/atari/include/Makefile - 1.14</description>
    <pubDate>Sat Apr 14 22:46:20 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/atari/include/Makefile - 1.13</description>
    <pubDate>Sat Apr 14 00:19:51 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>

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

<item>
    <title>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/atari/include/Makefile - 1.11</description>
    <pubDate>Sat Apr 29 03:31:47 UTC 2000</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Install "machineendian_machdep.h".</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.10</description>
    <pubDate>Fri Mar 17 22:36:32 UTC 2000</pubDate>
    <dc:creator>tron</dc:creator>
</item>

<item>
    <title>C99: Define a NAN macro in &lt;math.h&gt; which evaulates to a constant expression of<br/>a single-precision quiet NaN; only to be defined on platforms that do support<br/>this value.</title>
    <description>/src/sys/arch/atari/include/Makefile - 1.9</description>
    <pubDate>Thu Dec 23 10:15:10 UTC 1999</pubDate>
    <dc:creator>kleink</dc:creator>
</item>
</channel></rss>

