Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jul 2023 17:59:04 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 0d44a9e5c5 - main - VM Design: Add author after the abstract title
Message-ID:  <202307171759.36HHx4Zr097499@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=0d44a9e5c5666d5c93be004e3a3aaac90f543967

commit 0d44a9e5c5666d5c93be004e3a3aaac90f543967
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-07-17 17:58:21 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-07-17 17:58:21 +0000

    VM Design: Add author after the abstract title
    
    PR:             263212
    Submitted by:   grahamperrin@
---
 documentation/content/en/articles/vm-design/_index.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/content/en/articles/vm-design/_index.adoc b/documentation/content/en/articles/vm-design/_index.adoc
index 1a6431a489..f80be4f0e1 100644
--- a/documentation/content/en/articles/vm-design/_index.adoc
+++ b/documentation/content/en/articles/vm-design/_index.adoc
@@ -42,6 +42,8 @@ endif::[]
 [.abstract-title]
 Abstract
 
+Matthew Dillon <dillon@apollo.backplane.com>
+
 The title is really just a fancy way of saying that I am going to attempt to describe the whole VM enchilada, hopefully in a way that everyone can follow.
 For the last year I have concentrated on a number of major kernel subsystems within FreeBSD, with the VM and Swap subsystems being the most interesting and NFS being "a necessary chore".
 I rewrote only small portions of the code. In the VM arena the only major rewrite I have done is to the swap subsystem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307171759.36HHx4Zr097499>