svn commit: r50171 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Sun Apr 16 04:57:30 UTC 2017
Author: bjk
Date: Sun Apr 16 04:57:28 2017
New Revision: 50171
URL: https://svnweb.freebsd.org/changeset/doc/50171
Log:
Add 2017Q1 Linuxulator entry from mmokhi
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 16 02:20:46 2017 (r50170)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml Sun Apr 16 04:57:28 2017 (r50171)
@@ -464,4 +464,55 @@
<task>Test the new version and report problems.</task>
</help>
</project>
+
+ <project cat='kern'>
+ <title>Linuxulator</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>Dimitry</given>
+ <common>Chagin</common>
+ </name>
+ <email>dchagin at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Edward Tomasz</given>
+ <common>Napiera</common>
+ </name>
+ <email>trasz at FreeBSD.org</email>
+ </person>
+
+ <person>
+ <name>
+ <given>Mahdi</given>
+ <common>Mokhtari</common>
+ </name>
+ <email>mmokhi at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <body>
+ <p>In this quarter, we are pleased to announce two (of many) works achieved in the Linuxulator.</p>
+
+ <p>We added a new placeholder marker <tt>UNIMPLEMENTED</tt> to
+ accompany the previously existing <tt>DUMMY</tt>, for
+ distinguishing syscalls that the Linux kernel itself does not
+ implement from those that we currently do not implement. Now
+ our <tt>linux_dummy.c</tt> is clearer for the newcomers to
+ follow, and they will quickly know which areas they can start
+ working on.</p>
+
+ <p>Support for two new syscalls, <tt>preadv</tt> and
+ <tt>pwritev</tt>, was added to the Linuxulator.</p>
+ </body>
+
+ <help>
+ <task>We plan to implement the <tt>execveat</tt> syscall for the
+ native &os; syscall table and then port/wrap it for use in
+ the Linuxulator.</task>
+ </help>
+ </project>
</report>
More information about the svn-doc-all
mailing list