<?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/sbin/mount_portal/Makefile</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Minor and non-functional enhancements in mount_portal(8)<br/><br/>Since day0 pt_exec.c shipped with a dummy stub for "exec" operation, stop<br/>waiting longer and eliminate it now. This functionality can be achieved<br/>with filters.<br/><br/>Drop FreeBSD CVS repos references. There are certainly still some mirrors<br/>or old mirrors available, but since the project moved to SVN+GIT entirely<br/>drop it.<br/><br/>Add CVS Id - where missing - to the documentation files. This helps users<br/>to determine how recent are the files.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.27</description>
    <pubDate>Tue May 09 23:26:49 UTC 2017</pubDate>
    <dc:creator>kamil</dc:creator>
</item>

<item>
    <title>branches:  1.26.6;<br/>Define _KERNTYPES for things that need it.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.26</description>
    <pubDate>Sat Jan 23 21:22:47 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>document non-literal strings</title>
    <description>/src/sbin/mount_portal/Makefile - 1.25</description>
    <pubDate>Sun Aug 14 11:34:11 UTC 2011</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Remove the portalfs kernel file system driver.  Replace mount_portal(8)<br/>with a version based on puffs.  User functionality remains the same.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.24</description>
    <pubDate>Sat Dec 05 20:11:02 UTC 2009</pubDate>
    <dc:creator>pooka</dc:creator>
</item>

<item>
    <title>Move WARNS=3 to the Makefile.inc, and add a little const to the remaining<br/>programs that did not compile before.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.23</description>
    <pubDate>Mon Jun 27 01:00:06 UTC 2005</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Kill __P(), use ANSI function declarations, constify; WARNS=3.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.22</description>
    <pubDate>Wed Feb 09 13:57:57 UTC 2005</pubDate>
    <dc:creator>xtraeme</dc:creator>
</item>

<item>
    <title>unifdef -DINET6.  getaddrinfo will always be there, so there's no point in<br/>keeping old code.  moreover old code does not traverse list of DNS-returned<br/>addresses.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.21</description>
    <pubDate>Mon Mar 01 23:01:18 UTC 2004</pubDate>
    <dc:creator>itojun</dc:creator>
</item>

<item>
    <title>move getmntopts(3) to libutil, build and install also it's manpage<br/>bump libutil minor<br/>adjust individual mount_*/Makefile to use libutil getmntopts(3)</title>
    <description>/src/sbin/mount_portal/Makefile - 1.20</description>
    <pubDate>Sat Mar 22 00:44:01 UTC 2003</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path</title>
    <description>/src/sbin/mount_portal/Makefile - 1.19</description>
    <pubDate>Mon Aug 19 10:16:58 UTC 2002</pubDate>
    <dc:creator>lukem</dc:creator>
</item>

<item>
    <title>support IPv6.  PR 11858 from ura@hiru.aoba.yokohama.jp</title>
    <description>/src/sbin/mount_portal/Makefile - 1.18</description>
    <pubDate>Sun Dec 31 06:03:52 UTC 2000</pubDate>
    <dc:creator>itojun</dc:creator>
</item>

<item>
    <title>convert to use regex (it used compat regexp previously), g/c now unneded stuff</title>
    <description>/src/sbin/mount_portal/Makefile - 1.17</description>
    <pubDate>Mon Nov 06 14:05:54 UTC 2000</pubDate>
    <dc:creator>jdolecek</dc:creator>
</item>

<item>
    <title>Initial support for rfilter and wfilter namespaces, in pt_filter.c.<br/>Also, recur into ./examples, to grab the tutorial and example configurations.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.16</description>
    <pubDate>Mon Aug 16 06:55:27 UTC 1999</pubDate>
    <dc:creator>bgrayson</dc:creator>
</item>

<item>
    <title>We use regexp(3), better link w/ libcompat!</title>
    <description>/src/sbin/mount_portal/Makefile - 1.15</description>
    <pubDate>Fri Sep 18 22:14:46 UTC 1998</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Remove -lcompat; not needed.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.14</description>
    <pubDate>Wed Feb 04 10:25:28 UTC 1998</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>CFLAGS-&gt;CPPFLAGS</title>
    <description>/src/sbin/mount_portal/Makefile - 1.13</description>
    <pubDate>Fri Oct 10 19:51:04 UTC 1997</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Back out the .PATH.c changes.  The .depend problem (and others)<br/>will be fixed using the new .NOPATH make feature instead.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.12</description>
    <pubDate>Thu May 08 21:11:25 UTC 1997</pubDate>
    <dc:creator>gwr</dc:creator>
</item>

<item>
    <title>Use .PATH.c: ...</title>
    <description>/src/sbin/mount_portal/Makefile - 1.11</description>
    <pubDate>Tue May 06 20:45:16 UTC 1997</pubDate>
    <dc:creator>gwr</dc:creator>
</item>

<item>
    <title>convert to new RCS Id conventions; reduce my headache</title>
    <description>/src/sbin/mount_portal/Makefile - 1.10</description>
    <pubDate>Sat Mar 18 14:57:50 UTC 1995</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>specify man pages the new way.</title>
    <description>/src/sbin/mount_portal/Makefile - 1.9</description>
    <pubDate>Thu Dec 22 10:46:23 UTC 1994</pubDate>
    <dc:creator>cgd</dc:creator>
</item>

<item>
    <title>do not need -I/sys</title>
    <description>/src/sbin/mount_portal/Makefile - 1.8</description>
    <pubDate>Wed Aug 03 21:07:16 UTC 1994</pubDate>
    <dc:creator>deraadt</dc:creator>
</item>
</channel></rss>

