diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-08-01 19:26:27 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-08-01 19:26:27 +0000 |
commit | fb9ffed6504601ed9da2c6b9a620b133c838964c (patch) | |
tree | 6dc533c8b591922258259a32957fdee2632a29ac /sys/conf | |
parent | 2d4b24984c5d2ea2556ae2b1ef1df7f0833dc1b5 (diff) | |
download | FreeBSD-src-fb9ffed6504601ed9da2c6b9a620b133c838964c.zip FreeBSD-src-fb9ffed6504601ed9da2c6b9a620b133c838964c.tar.gz |
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
vnet.h, we now use jails (rather than vimages) as the abstraction
for virtualization management, and what remained was specific to
virtual network stacks. Minor cleanups are done in the process,
and comments updated to reflect these changes.
Reviewed by: bz
Approved by: re (vimage blanket)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 170fe02..0769151 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1992,7 +1992,6 @@ kern/kern_time.c standard kern/kern_timeout.c standard kern/kern_umtx.c standard kern/kern_uuid.c standard -kern/kern_vimage.c optional vimage kern/kern_xxx.c standard kern/link_elf.c standard kern/linker_if.m standard |