<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in files.linux32</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>d91f98a8715141154279122ae81737cb65179572 - Merge the [pgoyette-compat] branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#d91f98a8715141154279122ae81737cb65179572</link>
        <description>Merge the [pgoyette-compat] branch

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Sun, 27 Jan 2019 02:08:33 +0000</pubDate>
        <dc:creator>pgoyette &lt;pgoyette@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>25e1f6dab93e8cc17912d55c6b9c759984aafbe0 - Define compat modules (but without dependencies yet).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#25e1f6dab93e8cc17912d55c6b9c759984aafbe0</link>
        <description>Define compat modules (but without dependencies yet).

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Mon, 17 Nov 2014 01:01:57 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92ce8c6a3d0d42503168f436841d4d67ff639367 - Make the emulations, exec formats, coredump, NFS, and the NFS server</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#92ce8c6a3d0d42503168f436841d4d67ff639367</link>
        <description>Make the emulations, exec formats, coredump, NFS, and the NFS serverinto modules. By and large this commit:- shuffles header files and ifdefs- splits code out where necessary to be modular- adds module glue for each of the components- adds/replaces hooks for things that can be installed at runtime

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Wed, 19 Nov 2008 18:35:57 +0000</pubDate>
        <dc:creator>ad &lt;ad@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f771d34a84f97dd647ba92940607bdf6b0eb88dc - - Add compat amd64 linux32 statfs support, adapted from PR/35956.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#f771d34a84f97dd647ba92940607bdf6b0eb88dc</link>
        <description>- Add compat amd64 linux32 statfs support, adapted from PR/35956.- Move bsd_to_linux_statfs() function to its own file to be shared  between both linux compats.ok by manu.

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Wed, 11 Apr 2007 11:45:55 +0000</pubDate>
        <dc:creator>njoly &lt;njoly@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>717102f4bb9e8c8b09f23b93cdf07c4e9de56db1 - Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#717102f4bb9e8c8b09f23b93cdf07c4e9de56db1</link>
        <description>Jumbo COMPAT_LINUX/COMPAT_LINUX32 bugfix, with the help of Nicolas Joly- Fix shmat return value on amd64: it uses no black magic with retval[0]- Fix integer overflows in sysinfo- Implement sysinfo, mmap2, sched_getparam, sched_getscheduler, mremap,  and madvise in COMPAT_LINUX32- Fix improper types used in setgroups16/getgroups16- Implement mmap2 for COMPAT_LINUX32- Ifdef debug messages by DEBUG_LINUX

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Wed, 13 Sep 2006 19:55:49 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f806470fb344fe388424df7a2c540d1bd1e33845 - - Move the BSD to Linux and Linux to BSD termio/termios conversion functions</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#f806470fb344fe388424df7a2c540d1bd1e33845</link>
        <description>- Move the BSD to Linux and Linux to BSD termio/termios conversion functionsto a header where they can be shared between COMPAT_LINUX and COMPAT_LINUX32- Add termios ioctl emulation to COMPAT_LINUX32- Add the getcwd system call to COMPAT_LINUX32/amd64That makes Linux&apos;s bash working with COMPAT_LINUX32.

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Wed, 15 Feb 2006 09:31:17 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ee0c5b44def8a80be34fd2e5867cafdcc76275b6 - Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough so</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/sys/compat/linux32/files.linux32#ee0c5b44def8a80be34fd2e5867cafdcc76275b6</link>
        <description>Add initial (but unfinished) COMPAT_LINUX32 for amd64. This is good enough sothat the i386 license manager part of amd64 version of Fluent works.While I&apos;m here, add SysV IPC to COMPAT_LINUX/amd64

            List of files:
            /netbsd-src/sys/compat/linux32/files.linux32</description>
        <pubDate>Thu, 09 Feb 2006 19:18:56 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
