Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/rump/README.dirs,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/sys/rump/README.dirs 2008/07/29 13:17:41 1.4 +++ src/sys/rump/README.dirs 2008/10/09 11:50:08 1.5 @@ -1,4 +1,4 @@ - $NetBSD: README.dirs,v 1.4 2008/07/29 13:17:41 pooka Exp $ + $NetBSD: README.dirs,v 1.5 2008/10/09 11:50:08 pooka Exp $ Runnable Userspace Meta Programs @@ -17,6 +17,13 @@ sys/rump/include sys/rump/fs - file system rumps /lib/lib_$fs - kernel file system code compiled out of /sys with -D_KERNEL +sys/rump/net - networking rumps + /lib/libnet - subroutines from sys/net, e.g. route and if_ethersubr + /lib/libnetinet - TCP/IP + /lib/libvirtif - a virtual interface which uses host tap(4) to shovel + packets. This is used by netinet and if_ethersubr. + /lib/libsockin - implements PF_INET using host kernel sockets. This is + mutually exclusive with net, netinet and virtif. Users: src/lib