NameDateSize

..11-Mar-202490

.gitignoreH A D22-Jun-2021276

apple_endian.hH A D22-Jun-2021613

backend/H22-Jun-20215

connection.cH A D22-Jun-20215.6 KiB

COPYRIGHTH A D22-Jun-20212.5 KiB

example/H22-Jun-20214

fcall.hH A D22-Jun-202115.4 KiB

fid.hH A D22-Jun-20214.8 KiB

genacl.cH A D22-Jun-202119.6 KiB

genacl.hH A D22-Jun-202111.1 KiB

GNUmakefileH A D22-Jun-20211.6 KiB

hashtable.cH A D22-Jun-20216.1 KiB

hashtable.hH A D22-Jun-20212.8 KiB

lib9p.hH A D22-Jun-20218.2 KiB

lib9p_impl.hH A D22-Jun-20212.1 KiB

linux_errno.hH A D22-Jun-20219.7 KiB

log.cH A D22-Jun-20212 KiB

log.hH A D22-Jun-20211.7 KiB

MakefileH A D22-Jun-2021592

pack.cH A D09-Aug-202222.7 KiB

pytest/H22-Jun-202114

README.mdH A D22-Jun-2021470

request.cH A D22-Jun-202138.3 KiB

rfuncs.cH A D22-Jun-20218.7 KiB

rfuncs.hH A D22-Jun-20212.7 KiB

sbuf/H22-Jun-20214

threadpool.cH A D22-Jun-202111.8 KiB

threadpool.hH A D22-Jun-20214.6 KiB

transport/H29-Jun-20234

utils.cH A D22-Jun-202134.8 KiB

README.md

1# lib9p
2
3lib9p is a server library implementing 9p2000, 9p2000.u and 9p2000.L revisions
4of 9P protocol. It is being developed primarily as a backend for virtio-9p in
5BHyVe, the FreeBSD hypervisor.
6
7# Features
8
9* 9p2000, 9p2000.u and 9p2000.L protocol support
10* Built-in TCP transport
11
12# Supported operating systems
13
14* FreeBSD (>=10)
15* macOS (>=10.9)
16
17# Authors
18
19* Jakub Klama [jceel](https://github.com/jceel)
20* Chris Torek [chris3torek](https://github.com/chris3torek)
21