The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/rump/README.dirs

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1         $NetBSD: README.dirs,v 1.5 2008/10/09 11:50:08 pooka Exp $
    2 
    3     Runnable Userspace Meta Programs
    4 
    5 Quick rundown of the current directory structure:
    6 
    7 sys/rump/librump - kernel runtime emulation
    8   /rumpkern - portion compiled with -D_KERNEL, uses kernel headers
    9   /rumpuser - userspace namespace support for previous, *NO* -D_KERNEL
   10               provides e.g. malloc() and some syscalls
   11 
   12 sys/rump/include
   13   /machine - headers meant to be used for rump compilation when the MD
   14              ones cause too much trouble, e.g. curlwp which is different
   15              from arch to arch
   16 
   17 sys/rump/fs - file system rumps
   18   /lib/lib_$fs  - kernel file system code compiled out of /sys with -D_KERNEL
   19 
   20 sys/rump/net - networking rumps
   21   /lib/libnet     - subroutines from sys/net, e.g. route and if_ethersubr
   22   /lib/libnetinet - TCP/IP
   23   /lib/libvirtif  - a virtual interface which uses host tap(4) to shovel
   24                     packets.  This is used by netinet and if_ethersubr.
   25   /lib/libsockin  - implements PF_INET using host kernel sockets.  This is
   26                     mutually exclusive with net, netinet and virtif.
   27 
   28 Users:
   29 src/lib
   30   /libp2k  - puffs-to-vfs adaption layer, userspace namespace
   31   /libukfs - user kernel file system, a library to access file system
   32              images (or devices) directly in userspace without going
   33              through a system call and puffs
   34 
   35 src/usr.sbin/puffs
   36   rump_$fs - userspace file system daemons using the kernel fs code

Cache object: f90c261f383b53d42b388f402e6452b6


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.