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

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

<item>
    <title>branches:  1.19.14;  1.19.16;<br/>fenv.h for sh</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.19</description>
    <pubDate>Thu Aug 25 00:14:10 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.18.12;  1.18.30;<br/>Change &lt;machine/bus.h&gt; to &lt;sys/bus.h&gt; throughout.<br/><br/>Split bus.h -&gt; bus_{defs,funcs}.h.<br/><br/>Mark dreamcast/bus.h obsolete.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.18</description>
    <pubDate>Tue Jul 19 15:52:30 UTC 2011</pubDate>
    <dc:creator>dyoung</dc:creator>
</item>

<item>
    <title>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/dreamcast/include/Makefile - 1.17</description>
    <pubDate>Sun Jul 17 20:54:38 UTC 2011</pubDate>
    <dc:creator>joerg</dc:creator>
</item>

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

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

<item>
    <title>branches:  1.14.4;  1.14.8;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.14</description>
    <pubDate>Sun Dec 11 00:17:06 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

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

<item>
    <title>branches:  1.12.2;<br/>Merge the nathanw_sa branch.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.12</description>
    <pubDate>Fri Jan 17 22:43:00 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/dreamcast/include/Makefile - 1.11</description>
    <pubDate>Tue Nov 26 23:30:25 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>Merge the gehenna-devsw branch into the trunk.<br/><br/>This merge changes the device switch tables from static array to<br/>dynamically generated by config(8).<br/><br/>- All device switches is defined as a constant structure in device drivers.<br/><br/>- The new grammer ``device-major'' is introduced to ``files''.<br/><br/>	device-major &lt;prefix&gt; char &lt;num&gt; [block &lt;num&gt;] [&lt;rules&gt;]<br/><br/>- All device major numbers must be listed up in port dependent majors.&lt;arch&gt;<br/>  by using this grammer.<br/><br/>- Added the new naming convention.<br/>  The name of the device switch must be &lt;prefix&gt;_[bc]devsw for auto-generation<br/>  of device switch tables.<br/><br/>- The backward compatibility of loading block/character device<br/>  switch by LKM framework is broken. This is necessary to convert<br/>  from block/character device major to device name in runtime and vice versa.<br/><br/>- The restriction to assign device major by LKM is completely removed.<br/>  We don't need to reserve LKM entries for dynamic loading of device switch.<br/><br/>- In compile time, device major numbers list is packed into the kernel and<br/>  the LKM framework will refer it to assign device major number dynamically.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.10</description>
    <pubDate>Fri Sep 06 13:18:43 UTC 2002</pubDate>
    <dc:creator>gehenna</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/dreamcast/include/Makefile - 1.9</description>
    <pubDate>Wed Aug 07 05:15:10 UTC 2002</pubDate>
    <dc:creator>briggs</dc:creator>
</item>

<item>
    <title>branches:  1.8.2;  1.8.6;<br/>remove trap.h</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.8</description>
    <pubDate>Thu May 09 00:42:08 UTC 2002</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>adapted to new interrupt code and shb changes.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.7</description>
    <pubDate>Sun Mar 24 18:21:08 UTC 2002</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>remove unneeded code and files.</title>
    <description>/src/sys/arch/dreamcast/include/Makefile - 1.6</description>
    <pubDate>Fri Mar 08 13:22:12 UTC 2002</pubDate>
    <dc:creator>uch</dc:creator>
</item>

<item>
    <title>branches:  1.5.2;<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/dreamcast/include/Makefile - 1.5</description>
    <pubDate>Sun Apr 15 17:13:08 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/dreamcast/include/Makefile - 1.4</description>
    <pubDate>Sun Apr 15 15:29:05 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/dreamcast/include/Makefile - 1.3</description>
    <pubDate>Sat Apr 14 22:46:21 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/dreamcast/include/Makefile - 1.2</description>
    <pubDate>Sat Apr 14 00:19:52 UTC 2001</pubDate>
    <dc:creator>kleink</dc:creator>
</item>
</channel></rss>

