Name Date Size #Lines LOC

..15-Mar-2024-

backend/H08-May-2022-3,1702,137

example/H08-May-2022-10159

pytest/H08-May-2022-6,1744,928

sbuf/H08-May-2022-18496

transport/H21-Jun-2023-403279

.gitignoreH A D08-May-2022276 3831

COPYRIGHTH A D08-May-20222.5 KiB4840

GNUmakefileH A D08-May-20221.6 KiB7757

MakefileH A D08-May-2022592 2820

README.mdH A D08-May-2022470 2113

apple_endian.hH A D08-May-2022613 2816

connection.cH A D08-May-20225.6 KiB216142

fcall.hH A D08-May-202215.4 KiB625457

fid.hH A D08-May-20224.8 KiB16176

genacl.cH A D08-May-202219.6 KiB721452

genacl.hH A D08-May-202211.1 KiB30893

hashtable.cH A D08-May-20226.1 KiB268171

hashtable.hH A D08-May-20222.8 KiB10856

lib9p.hH A D08-May-20228.2 KiB250129

lib9p_impl.hH A D08-May-20222.1 KiB7940

linux_errno.hH A D08-May-20229.7 KiB248199

log.cH A D08-May-20222 KiB6836

log.hH A D08-May-20221.7 KiB4715

pack.cH A D09-Aug-202222.7 KiB998696

request.cH A D08-May-202238.3 KiB1,441965

rfuncs.cH A D08-May-20228.7 KiB321161

rfuncs.hH A D08-May-20222.7 KiB8026

threadpool.cH A D08-May-202211.8 KiB423227

threadpool.hH A D08-May-20224.6 KiB11942

utils.cH A D08-May-202234.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