From a87f55960b1c75aa2372576b6bcae0d003ace8a9 Mon Sep 17 00:00:00 2001 From: Davidlohr Bueso Date: Tue, 6 Jun 2023 13:57:27 -0700 Subject: docs: typo fixes Fix various typos within the documentation directory. --- docs/netbsd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/netbsd/README.md') diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index c59f02ed4..e33c26274 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -201,8 +201,8 @@ ssh -i netbsd-image.key -p 10022 -o IdentitiesOnly=yes root@localhost /sbin/rebo ## Missing things -- Automating the configuation changes (like appending to config files), generating the json config file on the fly (with customizable values to the keys using command line parameters) and calling syz-manager with `anita` using just a single command. +- Automating the configuration changes (like appending to config files), generating the json config file on the fly (with customizable values to the keys using command line parameters) and calling syz-manager with `anita` using just a single command. - System call descriptions. `sys/netbsd/*.txt` is a dirty copy from `sys/linux/*.txt` with everything that does not compile dropped. We need to go through syscalls and verify/fix/extend them, including devices/ioctls/etc. - Currently only `amd64` arch is supported. Supporting `386` would be useful, because it should cover compat paths. Also, we could do testing of the linux-compatibility subsystem. - `pkg/host` needs to be taught how to detect supported syscalls/devices. -- On Linux we have emission of exernal networking/USB traffic into kernel using tun/gadgetfs. Implementing these for NetBSD could uncover a number of high-profile bugs. +- On Linux we have emission of external networking/USB traffic into kernel using tun/gadgetfs. Implementing these for NetBSD could uncover a number of high-profile bugs. -- cgit mrf-deployment