]> git.lizzy.rs Git - plan9front.git/commit
oexportfs: move legacy code for cpu and import to separate program
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 13 Dec 2020 19:09:03 +0000 (20:09 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 13 Dec 2020 19:09:03 +0000 (20:09 +0100)
commit27a83106f4b5b68d77afa8f800d92398163a7043
tree885db879a8f73d6436cdc3510d5eae430cb4df28
parent0b33b3b8adf95bcf6cf0764fe425169ee0b8be0e
oexportfs: move legacy code for cpu and import to separate program

The initial protocol handling in exportfs for
cpu and import services is a huge mess.

Saparate the code out into its own program with
its own oexportfs(4) manpage.
rc/bin/service/!tcp17007
sys/man/4/exportfs
sys/man/4/oexportfs [new file with mode: 0644]
sys/src/cmd/cpu.c
sys/src/cmd/exportfs/exportfs.c
sys/src/cmd/exportfs/exportfs.h
sys/src/cmd/exportfs/exportsrv.c
sys/src/cmd/exportfs/io.c [new file with mode: 0644]
sys/src/cmd/exportfs/mkfile
sys/src/cmd/exportfs/oexportfs.c [new file with mode: 0644]
sys/src/cmd/srvfs.c