README.dirs revision 1.5
11.5Spooka $NetBSD: README.dirs,v 1.5 2008/10/09 11:50:08 pooka Exp $ 21.1Spooka 31.1Spooka Runnable Userspace Meta Programs 41.1Spooka 51.1SpookaQuick rundown of the current directory structure: 61.1Spooka 71.4Spookasys/rump/librump - kernel runtime emulation 81.1Spooka /rumpkern - portion compiled with -D_KERNEL, uses kernel headers 91.1Spooka /rumpuser - userspace namespace support for previous, *NO* -D_KERNEL 101.1Spooka provides e.g. malloc() and some syscalls 111.1Spooka 121.4Spookasys/rump/include 131.1Spooka /machine - headers meant to be used for rump compilation when the MD 141.1Spooka ones cause too much trouble, e.g. curlwp which is different 151.1Spooka from arch to arch 161.1Spooka 171.4Spookasys/rump/fs - file system rumps 181.4Spooka /lib/lib_$fs - kernel file system code compiled out of /sys with -D_KERNEL 191.4Spooka 201.5Spookasys/rump/net - networking rumps 211.5Spooka /lib/libnet - subroutines from sys/net, e.g. route and if_ethersubr 221.5Spooka /lib/libnetinet - TCP/IP 231.5Spooka /lib/libvirtif - a virtual interface which uses host tap(4) to shovel 241.5Spooka packets. This is used by netinet and if_ethersubr. 251.5Spooka /lib/libsockin - implements PF_INET using host kernel sockets. This is 261.5Spooka mutually exclusive with net, netinet and virtif. 271.4Spooka 281.4SpookaUsers: 291.4Spookasrc/lib 301.4Spooka /libp2k - puffs-to-vfs adaption layer, userspace namespace 311.4Spooka /libukfs - user kernel file system, a library to access file system 321.4Spooka images (or devices) directly in userspace without going 331.4Spooka through a system call and puffs 341.4Spooka 351.4Spookasrc/usr.sbin/puffs 361.4Spooka rump_$fs - userspace file system daemons using the kernel fs code 37