README.dirs revision 1.9
11.9Spooka	$NetBSD: README.dirs,v 1.9 2009/09/04 10:54:44 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.9Spooka  /rumpkern	- kernel core, e.g. syscall, interrupt and lock support
91.9Spooka  /rumpuser	- userspace namespace support for rump, *NO* -D_KERNEL
101.9Spooka		  provides e.g. malloc() and some syscalls
111.9Spooka
121.9Spooka  /rumpcrypto	- kernel cryptographic routines
131.9Spooka  /rumpdev	- device support, e.g. autoconf subsystem
141.9Spooka  /rumpnet	- networking support and sockets layer
151.9Spooka  /rumpvfs	- file system support
161.1Spooka
171.4Spookasys/rump/include
181.8Spooka  /machine - used for architectures where the rump ABI is not yet the
191.8Spooka	     same as the kernel module ABI.  will eventually disappear
201.8Spooka	     completely
211.8Spooka  /rump    - rump headers installed to userspace
221.1Spooka
231.9Spookasys/rump/dev - device components
241.9Spooka
251.9Spookasys/rump/fs - file system components
261.6Spooka  /lib/lib${fs}  - kernel file system code compiled out of /sys with -D_KERNEL
271.4Spooka
281.9Spookasys/rump/net - networking components
291.5Spooka  /lib/libnet	  - subroutines from sys/net, e.g. route and if_ethersubr
301.5Spooka  /lib/libnetinet - TCP/IP
311.5Spooka  /lib/libvirtif  - a virtual interface which uses host tap(4) to shovel
321.5Spooka		    packets.  This is used by netinet and if_ethersubr.
331.5Spooka  /lib/libsockin  - implements PF_INET using host kernel sockets.  This is
341.5Spooka		    mutually exclusive with net, netinet and virtif.
351.4Spooka
361.4SpookaUsers:
371.4Spookasrc/lib
381.4Spooka  /libp2k  - puffs-to-vfs adaption layer, userspace namespace
391.4Spooka  /libukfs - user kernel file system, a library to access file system
401.4Spooka	     images (or devices) directly in userspace without going
411.4Spooka	     through a system call and puffs
421.4Spooka
431.4Spookasrc/usr.sbin/puffs
441.4Spooka  rump_$fs - userspace file system daemons using the kernel fs code
45