<?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/kern/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Adjust for systrace based on the FreeBSD code:<br/>- create new file systrace_args.c that use used to convert the syscall<br/>  arguments to an array, and functions that print the types of the<br/>  entry and return arguments.<br/>- call the systrace probe from the trace_enter and trace_exit functions</title>
    <description>/src/sys/kern/Makefile - 1.18</description>
    <pubDate>Sat Mar 07 16:38:07 UTC 2015</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.17.6;<br/>eliminate use of bsd.sys.mk from Makefiles</title>
    <description>/src/sys/kern/Makefile - 1.17</description>
    <pubDate>Thu Jan 16 01:15:34 UTC 2014</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.16.2;  1.16.12;  1.16.16;<br/>Add a target, subr_vmem, for building the vmem(9) test program.</title>
    <description>/src/sys/kern/Makefile - 1.16</description>
    <pubDate>Fri Sep 02 22:15:16 UTC 2011</pubDate>
    <dc:creator>dyoung</dc:creator>
</item>

<item>
    <title>Use ${TOOL_SED} instead of plain "sed" in "!=" assignments.<br/><br/>This may need more work to prevent warning messages during<br/>"make cleandir" when the commands in "!=" assignments are executed<br/>even though tools may not have been built.</title>
    <description>/src/sys/kern/Makefile - 1.15</description>
    <pubDate>Sat Oct 25 22:35:36 UTC 2008</pubDate>
    <dc:creator>apb</dc:creator>
</item>

<item>
    <title>branches:  1.14.70;  1.14.74;  1.14.80;<br/>merge ktrace-lwp.</title>
    <description>/src/sys/kern/Makefile - 1.14</description>
    <pubDate>Sun Dec 11 00:24:29 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>nuke trailing whitespace</title>
    <description>/src/sys/kern/Makefile - 1.13</description>
    <pubDate>Sat Feb 26 21:34:55 UTC 2005</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>branches:  1.12.8;  1.12.10;<br/>We have CVS; there is no reason to make .bak files when generating the<br/>syscall table and vnode interface tables.</title>
    <description>/src/sys/kern/Makefile - 1.12</description>
    <pubDate>Sat Nov 15 20:26:02 UTC 2003</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Use ${HOST_SH} instead of `sh'.<br/><br/>If necessary, pull in &lt;bsd.sys.mk&gt; to get the definition of HOST_SH;<br/>Makefiles that pull in one of (most of) &lt;bsd.*.mk&gt; will get this anyway.</title>
    <description>/src/sys/kern/Makefile - 1.11</description>
    <pubDate>Sun Oct 26 07:25:38 UTC 2003</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>branches:  1.10.22;<br/>SYSDIR should be relative here, too.<br/>And actually use it after we define it.<br/><br/>Optimize the find expression (use -prune over -path)</title>
    <description>/src/sys/kern/Makefile - 1.10</description>
    <pubDate>Thu Apr 05 19:49:40 UTC 2001</pubDate>
    <dc:creator>jhawk</dc:creator>
</item>

<item>
    <title>branches:  1.9.2;<br/>Use<br/>  ${MAKE}<br/>instead of<br/>  make</title>
    <description>/src/sys/kern/Makefile - 1.9</description>
    <pubDate>Wed Aug 30 23:51:54 UTC 2000</pubDate>
    <dc:creator>jhawk</dc:creator>
</item>

<item>
    <title>branches:  1.8.10;<br/>(mostly) fix kernel tags support. from Frederick Bruckman in pr-6445.</title>
    <description>/src/sys/kern/Makefile - 1.8</description>
    <pubDate>Sun Nov 15 20:36:31 UTC 1998</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>Note that kernel Makefile support for tags is totally broken.</title>
    <description>/src/sys/kern/Makefile - 1.7</description>
    <pubDate>Sun Sep 13 23:50:39 UTC 1998</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>RCS Id Police.</title>
    <description>/src/sys/kern/Makefile - 1.6</description>
    <pubDate>Fri Jan 09 08:05:20 UTC 1998</pubDate>
    <dc:creator>perry</dc:creator>
</item>

<item>
    <title>Do not build vnode_if.[ch] for each kernel.  Build them once, like the<br/>various syscall sources/headers, and just compile them.  From PR 2142, OK'd<br/>by mycroft.</title>
    <description>/src/sys/kern/Makefile - 1.5</description>
    <pubDate>Thu Feb 29 20:58:21 UTC 1996</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Add dependency for syscallargs.h.</title>
    <description>/src/sys/kern/Makefile - 1.4</description>
    <pubDate>Thu Feb 29 16:02:30 UTC 1996</pubDate>
    <dc:creator>mycroft</dc:creator>
</item>

<item>
    <title>move ../sys/syscallargs.h out of the way when making new version,<br/>just like we do for init_sysent.c, syscalls.c, and ../sys/syscall.h.</title>
    <description>/src/sys/kern/Makefile - 1.3</description>
    <pubDate>Wed Nov 22 23:11:32 UTC 1995</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>make it reflect the current makesyscalls.sh, pointed out by<br/>Stephen J. Roznowski &lt;sjr@zombie.ncsc.mil&gt;.</title>
    <description>/src/sys/kern/Makefile - 1.2</description>
    <pubDate>Fri Dec 23 10:08:25 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>branches:  1.1.1;<br/>from 4.4-Lite.  probably don't work yet.</title>
    <description>/src/sys/kern/Makefile - 1.1</description>
    <pubDate>Sat Dec 03 07:42:52 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>Import 4.4BSD-Lite2</title>
    <description>/src/sys/kern/Makefile - 1.1.1.2</description>
    <pubDate>Sun Mar 01 02:12:56 UTC 1998</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>

<item>
    <title>Import 4.4BSD-Lite for reference</title>
    <description>/src/sys/kern/Makefile - 1.1.1.1</description>
    <pubDate>Sun Mar 01 02:09:37 UTC 1998</pubDate>
    <dc:creator>fvdl</dc:creator>
</item>
</channel></rss>

