NameDateSize

..18-Sep-202026

libbmk_core/H25-Jul-201912

libbmk_rumpuser/H25-Jul-20199

libcompiler_rt/H25-Jul-20193

librumpkern_bmktc/H25-Jul-20196

librumpkern_mman/H25-Jul-20195

librumprun_base/H25-Jul-201921

librumprun_tester/H25-Jul-20195

librumprunfs_base/H25-Jul-20194

libunwind/H25-Jul-20193

Makefile.incH A D25-Jul-2019153

README.txtH A D25-Jul-2019611

README.txt

1Libraries hosted in this directory:
2
3bmk_core:
4	"kernel" routines, these are self-contained and especially
5	may *NOT* use libc interfaces
6
7bmk_rumpuser:
8	common bits for the rump kernel hypercall implementation,
9	runs on top of bmk.
10
11rumprun_base:
12	"userspace" routines, implement some libc interfaces, etc.
13
14rumpkern_bmktc:
15	bmk hypercall timecounter driver for the NetBSD kernel
16
17unwind:
18	reachover library for NetBSD's stack unwind support (for C++)
19
20compiler_rt:
21	reachover library for NetBSD's compiler runtime support (the
22	bits are usually in libc, so this library is necessary only in
23	"kernonly" mode)
24