Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2023 07:45:00 GMT
From:      Graham Perrin <grahamperrin@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: dfd7407270 - main - status: 2023q1: bsd-user: correction and changes
Message-ID:  <202304160745.33G7j07E007733@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by grahamperrin:

URL: https://cgit.FreeBSD.org/doc/commit/?id=dfd740727056c87c826186b74d180e5f41629a10

commit dfd740727056c87c826186b74d180e5f41629a10
Author:     Graham Perrin <grahamperrin@FreeBSD.org>
AuthorDate: 2023-04-16 07:37:16 +0000
Commit:     Graham Perrin <grahamperrin@FreeBSD.org>
CommitDate: 2023-04-16 07:37:16 +0000

    status: 2023q1: bsd-user: correction and changes
    
    One spelling correction, some disambiguation, expand a contraction,
    a full stop.
    
    Approved by:  imp
    Pull request: https://github.com/freebsd/freebsd-doc/pull/171
---
 website/content/en/status/report-2023-01-2023-03/bsd-user.adoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/website/content/en/status/report-2023-01-2023-03/bsd-user.adoc b/website/content/en/status/report-2023-01-2023-03/bsd-user.adoc
index 7459d0432c..987183c59f 100644
--- a/website/content/en/status/report-2023-01-2023-03/bsd-user.adoc
+++ b/website/content/en/status/report-2023-01-2023-03/bsd-user.adoc
@@ -7,7 +7,7 @@ link:https://gitlab.com/qemu-project/qemu[QEMU Project's gitlab mirror] URL: lin
 
 Contact: Warner Losh <imp@FreeBSD.org>
 
-In this quarter, Warner upstreamed patche sets in the qemu-project repo (with a third pending).
+In this quarter, Warner upstreamed two patch sets in the qemu-project repo (with a third pending).
 Doug Rabson submitted some optimizations to save a handle to the qemu-user emulator in the kernel for future exec.
 Contact has been made with some folks interested in getting bsd-user working on NetBSD.
 Summer of Code project to upstream shows some interest.
@@ -21,7 +21,7 @@ Some cleanups around NetBSD and OpenBSD and to generate syscalls on the fly are
 ==== Doug Rabson's Changes
 
 As part of his container work, Doug submitted changes that allows the kernel to cache the emulator used to run programs.
-This allows it to directly exec the new binary with that cached emulator.
+This allows the kernel to directly exec the new binary with that cached emulator.
 This simplifies bsd-user and removes one source of difference between it and linux-user.
 Doug also provided an important fix that prevented aarch64 from running.
 
@@ -31,8 +31,8 @@ In addition to Doug's fixes, Warner cleaned up things a bit this quarter.
 
 * Warner removed the final bits of 'run on any BSD code' that was present in the emulator.
 * While the basic system calls could be emulated between all the BSDs, their system call interface has diverged too much, and it is too feature rich for this to be feasible any time soon.
-* Warner had planned to just remove the NetBSD and OpenBSD bits, but there's some interest from at least the NetBSD folks for making things build.
-* Now that they have contact information, and know direction, Warner hopes they will submit a pull request to build bsd-user on NetBSD for NetBSD.
+* Warner had planned to just remove the NetBSD and OpenBSD bits, but there is some interest from at least the NetBSD folks for making things build.
+* Now that the NetBSD folks have contact information, and know direction, Warner hopes they will submit a pull request to build bsd-user on NetBSD for NetBSD.
 * Warner added SIGSYS support so that we can catch unimplemented system calls sooner, and improved reporting of them to get more data about what fails.
 * Warner cleaned up some code in the `blitz` branch.
 * We're merged up to 8.0rc1 in upstream in the `blitz` branch we're using to stay current.
@@ -49,7 +49,7 @@ Future quarterly reports will provide details, should we be fortunate enough to
 We can always use help with bsd-user.
 
 * Pull requests for new system calls are welcome.
-* Automation in generating many of the things we do by hand would be helpful (like system call argument tracing)
+* Automation in generating many of the things we do by hand would be helpful (like system call argument tracing).
 * Enthusiastic volunteers who want to help me with the upstreaming (many tasks are easy and quick if you don't want to commit).
 * Coordination with the NetBSD folks and cleanup they come up with.
 * Bug fixes (especially thread bugs) are needed.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304160745.33G7j07E007733>