Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/rump/net/lib/libvirtif
Module Name: src
Committed By: pooka
Date: Mon Oct 6 00:30:32 UTC 2008
Added Files:
src/sys/rump/net/lib/libvirtif: Makefile if_virt.c shlib_version
Log Message:
Implement a virtual userspace networking interface. This is required
for any sensible operation when running the entire TCP/IP stack in
userspace (as opposed to libsockin which uses host kernel networking
to provide PF_INET).
While this basically works (although it is quite barebones), it
depends on some bit of cleanup in librump and is not built by
default yet.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/rump/net/lib/libvirtif/Makefile \
src/sys/rump/net/lib/libvirtif/if_virt.c \
src/sys/rump/net/lib/libvirtif/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index