<?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.linux_mips</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>6430fcd5cec098fbfa608cc5f91721a76c72888e - Always clear FUTEX_PRIVATE_FLAG for Linux processes.  NetBSD-native futexes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#6430fcd5cec098fbfa608cc5f91721a76c72888e</link>
        <description>Always clear FUTEX_PRIVATE_FLAG for Linux processes.  NetBSD-native futexesexist in different namespace depending on FUTEX_PRIVATE_FLAG.  This appearsnot to be the case in Linux, and some futex users will mix private and non-private ops on the same futex object.  Provide a convenience wrapper thatputs this logic in one place witn a comment explaining why.While here, move the Linux futex wrapper out of its own file and plopit in linux_misc.c, which is where it lives in the linux32 module.

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Sun, 03 May 2020 01:06:55 +0000</pubDate>
        <dc:creator>thorpej &lt;thorpej@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>dab2e0b58e0a23b253ce956feb18c4c3c488b998 - Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#dab2e0b58e0a23b253ce956feb18c4c3c488b998</link>
        <description>Add fadvise64 and fadvise64_64 syscalls to compat_linux and compat_linux32.

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Mon, 30 May 2011 17:50:31 +0000</pubDate>
        <dc:creator>alnsn &lt;alnsn@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>33fa5ccbbf17bc2390e2d136c34926c6f93ac5d1 - many changes for COMPAT_LINUX:</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#33fa5ccbbf17bc2390e2d136c34926c6f93ac5d1</link>
        <description>many changes for COMPAT_LINUX: - update the linux syscall table for each platform. - support new-style (NPTL) linux pthreads on all platforms.   clone() with CLONE_THREAD uses 1 process with many LWPs   instead of separate processes. - move the contents of sys__lwp_setprivate() into a new   lwp_setprivate() and use that everywhere. - update linux_release[] and linux32_release[] to &quot;2.6.18&quot;. - adjust placement of emul fork/exec/exit hooks as needed   and adjust other emul code to match. - convert all struct emul definitions to use named initializers. - change the pid allocator to allow multiple pids to refer to the same proc. - remove a few fields from struct proc that are no longer needed. - disable the non-functional &quot;vdso&quot; code in linux32/amd64,   glibc works fine without it. - fix a race in the futex code where we could miss a wakeup after   a requeue operation. - redo futex locking to be a little more efficient.

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Wed, 07 Jul 2010 01:30:32 +0000</pubDate>
        <dc:creator>chs &lt;chs@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7e5ac7072db793d112e56ddfc15583624289d0bd - Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#7e5ac7072db793d112e56ddfc15583624289d0bd</link>
        <description>Extract the fcntl64() suppoort from linux_file64.c into linux_fcntl64.cUnravel some of the knots that caused linux_file64.c to be compiled twicefor an amd64 kernel (once for linux and once for linux32) with differentparts being skipped each time.

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Sat, 02 Feb 2008 19:37:52 +0000</pubDate>
        <dc:creator>dsl &lt;dsl@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad6aa2b08ee0353ccf6e905ae5a81ca23649df4f - Update to deal with options PTRACE</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#ad6aa2b08ee0353ccf6e905ae5a81ca23649df4f</link>
        <description>Update to deal with options PTRACE

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Wed, 30 Aug 2006 11:14:39 +0000</pubDate>
        <dc:creator>matt &lt;matt@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>840887afee2656652663b7d6126556dfd525ef46 - bring the reverse signal mapping array into linux_signo.c</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#840887afee2656652663b7d6126556dfd525ef46</link>
        <description>bring the reverse signal mapping array into linux_signo.c

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Sun, 31 Mar 2002 22:40:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>801da94626f09bb5de55c60929fabe1c2091e351 - Implements parts of sysmips() and fctnl64() emulation</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#801da94626f09bb5de55c60929fabe1c2091e351</link>
        <description>Implements parts of sysmips() and fctnl64() emulation

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Sun, 30 Sep 2001 20:52:40 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>63d1ca844916f2a6e8e39fc46eebf6d1d3a966d9 - Initial support for running Linux binaries on the Mips. Both static and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/sys/compat/linux/arch/mips/files.linux_mips#63d1ca844916f2a6e8e39fc46eebf6d1d3a966d9</link>
        <description>Initial support for running Linux binaries on the Mips. Both static anddynamic binaries work on 32 bit mips. Signals are completely broken yet,and ptrace is not supported.

            List of files:
            /netbsd-src/sys/compat/linux/arch/mips/files.linux_mips</description>
        <pubDate>Sat, 22 Sep 2001 21:19:10 +0000</pubDate>
        <dc:creator>manu &lt;manu@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
