From d734e27d9b88ab8a885d7227c23488e4cf580638 Mon Sep 17 00:00:00 2001
From: Benjamin Kaduk
Date: Sun, 11 Jan 2015 16:16:29 +0000
Subject: [PATCH] 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)
---
.../news/status/report-2014-10-2014-12.xml | 22 ++++++++++++++-----
1 file changed, 17 insertions(+), 5 deletions(-)
diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml b/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
index 5d7ae2ea72..8075987db6 100644
--- a/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
+++ b/en_US.ISO8859-1/htdocs/news/status/report-2014-10-2014-12.xml
@@ -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.