<?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 files.netbsd32</title>
    <link>http://nxr.netbsd.org/rss/src/sys/compat/netbsd32/files.netbsd32</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>version dup3</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.56</description>
    <pubDate>Sun May 19 22:25:48 UTC 2024</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>COMPAT_NETBSD32: Add support for epoll(2).</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.55</description>
    <pubDate>Sun Jul 30 06:52:20 UTC 2023</pubDate>
    <dc:creator>rin</dc:creator>
</item>

<item>
    <title>Create compat_100 module infrastructure now that we have branched<br/>for NetBSD-10</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.54</description>
    <pubDate>Mon Dec 19 23:19:51 UTC 2022</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Compile in compat32 syscall names all the time, as we do for native<br/>syscall names.  Needed for dtrace.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.53</description>
    <pubDate>Sat Apr 17 03:57:42 UTC 2021</pubDate>
    <dc:creator>simonb</dc:creator>
</item>

<item>
    <title>branches:  1.52.4;<br/>Add ACL support for FFS. From FreeBSD.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.52</description>
    <pubDate>Sat May 16 18:31:48 UTC 2020</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Add a NetBSD native futex implementation, mostly written by riastradh@.<br/>Map the COMPAT_LINUX futex calls to the native ones.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.51</description>
    <pubDate>Sun Apr 26 18:53:33 UTC 2020</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Split out the quota code from the rest of compat_netbsd32 module.  This<br/>allows loading of compat_netbsd32 on kernels that don't have ``options<br/>QUOTA'' enabled.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.50</description>
    <pubDate>Thu Mar 12 15:02:29 UTC 2020</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Add a new member to struct vfsstat and grow the unused members<br/>The new member is caled f_mntfromlabel and it is the dkw_wname<br/>of the corresponding wedge. This is now used by df -W to display<br/>the mountpoint name as NAME=</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.49</description>
    <pubDate>Sun Sep 22 22:59:38 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>make things compile again.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.48</description>
    <pubDate>Tue Aug 20 14:12:33 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Disable netbsd32_drm.c until it receives proper review.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.47</description>
    <pubDate>Tue Aug 20 00:25:41 UTC 2019</pubDate>
    <dc:creator>maxv</dc:creator>
</item>

<item>
    <title>compat32 drm ioctl support from Surya Shankar at GSoC 2019</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.46</description>
    <pubDate>Tue Aug 20 09:32:21 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>use option quota</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.45</description>
    <pubDate>Tue Jun 18 01:36:50 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>remove dup</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.44</description>
    <pubDate>Sun Jan 27 02:55:02 UTC 2019</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Merge the [pgoyette-compat] branch</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.43</description>
    <pubDate>Sun Jan 27 02:08:40 UTC 2019</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>quotactl is always included, regardless of options QUOTA.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.42</description>
    <pubDate>Mon Dec 24 22:47:19 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>move mmap(), compat 40 mount(), pipe() and getfh() into their own files<br/>as the implementation is non trivial or is compat.  mark old mount()<br/>properly instead of manually #if'ing ito to ENOSYS.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.41</description>
    <pubDate>Mon Dec 24 21:27:05 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>move rlimit and quota code into their own modules.<br/><br/>(netbsd32_netbsd.c should have only simple shims.  anything more<br/>than copying arguments from one args struct to the other should<br/>not be placed in this file.  still a couple more to move out.)</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.40</description>
    <pubDate>Mon Dec 24 20:44:39 UTC 2018</pubDate>
    <dc:creator>mrg</dc:creator>
</item>

<item>
    <title>branches:  1.39.14;  1.39.16;<br/>PR kern/51514: ptrace(2) fails for 32-bit process on 64-bit kernel<br/><br/>Updated from the original patch in the PR by me.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.39</description>
    <pubDate>Wed Oct 19 09:44:01 UTC 2016</pubDate>
    <dc:creator>skrll</dc:creator>
</item>

<item>
    <title>branches:  1.38.2;<br/>Missed these.<br/><br/>Only include the compat_14 sys calls if this being compiled as part of<br/>the compat_netbsd32_sysvipc module.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.38</description>
    <pubDate>Thu Dec 03 11:25:45 UTC 2015</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>

<item>
    <title>Properly mark netbsd32_mqueue.c to depend on 'options MQUEUE'<br/><br/>Yes, MQUEUE is included in all kernels by default, but it can be removed.<br/>If it is removed, the compat_netbsd32 module should not include it, either.</title>
    <description>/src/sys/compat/netbsd32/files.netbsd32 - 1.37</description>
    <pubDate>Tue Dec 01 23:38:34 UTC 2015</pubDate>
    <dc:creator>pgoyette</dc:creator>
</item>
</channel></rss>

