Name Date Size #Lines LOC

..--

backend/H--3,1702,137

example/H--10159

pytest/H--6,1744,928

sbuf/H--18496

transport/H--403279

.gitignoreH A D14-May-2020276 3831

COPYRIGHTH A D14-May-20202.5 KiB4840

GNUmakefileH A D14-May-20201.6 KiB7757

MakefileH A D14-May-2020592 2820

README.mdH A D14-May-2020470 2113

apple_endian.hH A D14-May-2020613 2816

connection.cH A D14-May-20205.6 KiB216142

fcall.hH A D14-May-202015.4 KiB625457

fid.hH A D14-May-20204.8 KiB16176

genacl.cH A D14-May-202019.6 KiB721452

genacl.hH A D14-May-202011.1 KiB30893

hashtable.cH A D14-May-20206.1 KiB268171

hashtable.hH A D14-May-20202.8 KiB10856

lib9p.hH A D14-May-20208.2 KiB250129

lib9p_impl.hH A D14-May-20202.1 KiB7940

linux_errno.hH A D14-May-20209.7 KiB248199

log.cH A D14-May-20202 KiB6836

log.hH A D14-May-20201.7 KiB4715

pack.cH A D08-Aug-202222.7 KiB998696

request.cH A D14-May-202038.3 KiB1,441965

rfuncs.cH A D14-May-20208.7 KiB321161

rfuncs.hH A D14-May-20202.7 KiB8026

threadpool.cH A D14-May-202011.8 KiB423227

threadpool.hH A D14-May-20204.6 KiB11942

utils.cH A D14-May-202034.8 KiB1,269929

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