From owner-svn-src-all@freebsd.org Wed May 16 16:57:12 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 977DDEED4AD; Wed, 16 May 2018 16:57:12 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4AFA37123D; Wed, 16 May 2018 16:57:12 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2C1B31CDE5; Wed, 16 May 2018 16:57:12 +0000 (UTC) (envelope-from zec@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4GGvC7t097280; Wed, 16 May 2018 16:57:12 GMT (envelope-from zec@FreeBSD.org) Received: (from zec@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4GGvCCl097279; Wed, 16 May 2018 16:57:12 GMT (envelope-from zec@FreeBSD.org) Message-Id: <201805161657.w4GGvCCl097279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zec set sender to zec@FreeBSD.org using -f From: Marko Zec Date: Wed, 16 May 2018 16:57:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333680 - head/share/man/man9 X-SVN-Group: head X-SVN-Commit-Author: zec X-SVN-Commit-Paths: head/share/man/man9 X-SVN-Commit-Revision: 333680 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 May 2018 16:57:12 -0000 Author: zec Date: Wed May 16 16:57:11 2018 New Revision: 333680 URL: https://svnweb.freebsd.org/changeset/base/333680 Log: A belated note crediting the FreeBSD Foundation for sponsoring technical work circa ten years ago... MFC after: 3 days Modified: head/share/man/man9/vnet.9 Modified: head/share/man/man9/vnet.9 ============================================================================== --- head/share/man/man9/vnet.9 Wed May 16 16:56:35 2018 (r333679) +++ head/share/man/man9/vnet.9 Wed May 16 16:57:11 2018 (r333680) @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 20, 2014 +.Dd May 16, 2018 .Dt VNET 9 .Os .Sh NAME @@ -488,10 +488,24 @@ context of the caller. .Xr KASSERT 9 , .Xr sysctl 9 .\" .Xr SYSINIT 9 +.Pp +Marko Zec, Implementing a Clonable Network Stack in the FreeBSD Kernel, +USENIX ATC'03, June 2003, Boston .Sh HISTORY The virtual network stack implementation first appeared in .Fx 8.0 . .Sh AUTHORS +.An -nosplit +The +.Nm +framework has been designed and implemented at the University of Zagreb by +.An Marko Zec , +and later extended and refined by +.An Bjoern A. Zeeb +and +.An Robert Watson , +under contract to the FreeBSD Foundation. +.Pp This manual page was written by .An Bjoern A. Zeeb, CK Software GmbH, under sponsorship from the FreeBSD Foundation.