aboutsummaryrefslogtreecommitdiff
path: root/website/content/en/status/report-2022-04-2022-06/linuxulator.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'website/content/en/status/report-2022-04-2022-06/linuxulator.adoc')
-rw-r--r--website/content/en/status/report-2022-04-2022-06/linuxulator.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/content/en/status/report-2022-04-2022-06/linuxulator.adoc b/website/content/en/status/report-2022-04-2022-06/linuxulator.adoc
index 607ef8d016..0d6d159d6b 100644
--- a/website/content/en/status/report-2022-04-2022-06/linuxulator.adoc
+++ b/website/content/en/status/report-2022-04-2022-06/linuxulator.adoc
@@ -1,6 +1,6 @@
=== Linux compatibility layer update
-Contact: Dmitry Chagin <dchagin@FreeBSD.org>
+Contact: Dmitry Chagin <dchagin@FreeBSD.org> +
Contact: Edward Tomasz Napierala <trasz@FreeBSD.org>
The goal of this project is to improve FreeBSD's ability to execute unmodified Linux binaries.
@@ -9,7 +9,7 @@ Current support status of specific Linux applications is being tracked at the li
Implementation of the Y2k38 Linux project is mostly finished; all '*_time64()' system calls are committed.
The state of the arm64 Linux emulation layer was brought to the state of the amd64 Linux emulation layer:
-i.e., implemented the vDSO, machine dependend futexes, signals delivery.
+i.e., implemented the vDSO, machine dependent futexes, signals delivery.
The thread affinity system calls were modified to implement Linux semantics.