From owner-svn-doc-all@FreeBSD.ORG Sun Jan 11 16:16:30 2015
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id 3686BF55;
Sun, 11 Jan 2015 16:16:30 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id 07EDD23F;
Sun, 11 Jan 2015 16:16:30 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0BGGTST007224;
Sun, 11 Jan 2015 16:16:29 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0BGGT0V007223;
Sun, 11 Jan 2015 16:16:29 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201501111616.t0BGGT0V007223@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Sun, 11 Jan 2015 16:16:29 +0000 (UTC)
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
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sun, 11 Jan 2015 16:16:30 -0000
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 @@
- Timer function support for linuxolator
+ Timer function support for Linuxulator
@@ -1801,6 +1801,11 @@
+
+
+
+
+
The main goal of the lemul project is the execution of
multithreaded Linux applications, which requires the glibc library
@@ -1816,7 +1821,8 @@
At present, the linux emulation layer project has
implemented all of the necessary system calls for supporting glibc
- 2.20, and more:
+ 2.20, and more, bringing the emulated Linux kernel version to
+ 2.6.32:
- Using native threads for emulating Linux threads
@@ -1827,6 +1833,7 @@
Linux-based distributions, including CentOS 6
- Implemented the epoll() system call
emulation
+ - Added support for x86_64
- Many bugs were fixed
@@ -1855,13 +1862,18 @@
- Implement the signalfd() and timerfd
+
Implement the signalfd() and timerfd()
system calls for the Linuxulator.
- Extend xucred support, which is required for
- many Linux applications.
+ Implement the Priority Inheritance Futexes for
+ the Linuxulator.
+
+
+
+ Extend xucred suppport, which is required for many Linux
+ applications.