freebsd-dev/contrib/lib9p
Jakub Wojciech Klama 134e17798c Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66.
Approved by:	trasz
MFC after:	1 month
Sponsored by:	Conclusive Engineering (development), vStack.com (funding)
2020-05-14 19:57:52 +00:00
..
backend
example
pytest
sbuf
transport
.gitignore
apple_endian.h
connection.c
COPYRIGHT
fcall.h
fid.h
genacl.c
genacl.h
GNUmakefile
hashtable.c
hashtable.h
lib9p_impl.h
lib9p.h
linux_errno.h
log.c
log.h
Makefile
pack.c
README.md
request.c
rfuncs.c
rfuncs.h
threadpool.c
threadpool.h
utils.c

lib9p

lib9p is a server library implementing 9p2000, 9p2000.u and 9p2000.L revisions of 9P protocol. It is being developed primarily as a backend for virtio-9p in BHyVe, the FreeBSD hypervisor.

Features

  • 9p2000, 9p2000.u and 9p2000.L protocol support
  • Built-in TCP transport

Supported operating systems

  • FreeBSD (>=10)
  • macOS (>=10.9)

Authors