diff options
| author | R3x <siddharth.muralee@gmail.com> | 2019-06-26 07:11:25 +0000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-06-26 11:18:42 +0200 |
| commit | 9b3b970634bbb2b950ea1a99b66e8decb7a6f769 (patch) | |
| tree | 82b1cad58be7e77ee206968b007df2556b3830e0 /docs/netbsd | |
| parent | c0d1d69763c1595166d593a26fa6e1764c2df830 (diff) | |
docs/netbsd: remove TODO tasks that have been completed
Diffstat (limited to 'docs/netbsd')
| -rw-r--r-- | docs/netbsd/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/netbsd/README.md b/docs/netbsd/README.md index de6ae6605..ed21efdc6 100644 --- a/docs/netbsd/README.md +++ b/docs/netbsd/README.md @@ -201,10 +201,7 @@ 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. -- Coverage. `executor/executor_netbsd.cc` uses a very primitive fallback for coverage. We need KCOV for NetBSD. It will also help to assess what's covered and what's missing. - 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. -- `pkg/report`/`pkg/symbolizer` need to be taught how to extract/symbolize kernel crash reports. -- We need to learn how to build/use debug version of kernel. - 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. |
