Date: Sun, 16 Apr 2017 04:57: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: r50171 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201704160457.v3G4vTrB019554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org</email> + </person> + + <person> + <name> + <given>Edward Tomasz</given> + <common>Napiera</common> + </name> + <email>trasz@FreeBSD.org</email> + </person> + + <person> + <name> + <given>Mahdi</given> + <common>Mokhtari</common> + </name> + <email>mmokhi@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704160457.v3G4vTrB019554>