Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2015 16:16:29 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r46189 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201501111616.t0BGGT0V007223@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk
Date: Sun Jan 11 16:16:29 2015
New Revision: 46189
URL: https://svnweb.freebsd.org/changeset/doc/46189

Log:
  Some edits to the Linuxulator report
  
  The original version that was committed was based off a draft
  submission, not the final submission, so bring the version in
  Subversion up to match the final submission.
  
  Pointy hat to:	bjk
  Submitted by:	dchagin
  Approved by:	hrs (mentor, blanket)

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Sun Jan 11 16:05:22 2015	(r46188)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml	Sun Jan 11 16:16:29 2015	(r46189)
@@ -493,7 +493,7 @@
   </project>
 
   <project cat='kern'>
-    <title>Timer function support for linuxolator</title>
+    <title>Timer function support for Linuxulator</title>
 
     <contact>
       <person>
@@ -1801,6 +1801,11 @@
       </person>
     </contact>
 
+    <links>
+      <url href="https://svnweb.freebsd.org/base/user/dchagin/lemul/" />
+      <url href="https://reviews.freebsd.org/differential/query/i9Ua2XMYQtNX/" />
+    </links>
+
     <body>
       <p>The main goal of the lemul project is the execution of
 	multithreaded Linux applications, which requires the glibc library
@@ -1816,7 +1821,8 @@
 
       <p>At present, the linux emulation layer project has
 	implemented all of the necessary system calls for supporting glibc
-	2.20, and more:</p>
+	2.20, and more, bringing the emulated Linux kernel version to
+	2.6.32:</p>
 
       <ul>
 	<li>Using native threads for emulating Linux threads</li>
@@ -1827,6 +1833,7 @@
 	  Linux-based distributions, including CentOS 6</li>
 	<li>Implemented the <tt>epoll()</tt> system call
 	  emulation</li>
+	<li>Added support for x86_64</li>
 	<li>Many bugs were fixed</li>
       </ul>
 
@@ -1855,13 +1862,18 @@
       </task>
 
       <task>
-	<p>Implement the <tt>signalfd()</tt> and <tt>timerfd</tt>
+	<p>Implement the <tt>signalfd()</tt> and <tt>timerfd()</tt>
 	  system calls for the Linuxulator.</p>
       </task>
 
       <task>
-	<p>Extend <tt>xucred</tt> support, which is required for
-	  many Linux applications.</p>
+	<p>Implement the <tt>Priority Inheritance Futexes</tt> for
+	  the Linuxulator.</p>
+      </task>
+
+      <task>
+	<p>Extend xucred suppport, which is required for many Linux
+	  applications.</p>
       </task>
     </help>
   </project>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501111616.t0BGGT0V007223>