From owner-p4-projects@FreeBSD.ORG Mon Aug 25 20:44:30 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 32CAC1065673; Mon, 25 Aug 2008 20:44:30 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EAAD5106564A for ; Mon, 25 Aug 2008 20:44:29 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CBBEC8FC1E for ; Mon, 25 Aug 2008 20:44:29 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7PKiTwa090598 for ; Mon, 25 Aug 2008 20:44:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7PKiTLv090596 for perforce@freebsd.org; Mon, 25 Aug 2008 20:44:29 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 25 Aug 2008 20:44:29 GMT Message-Id: <200808252044.m7PKiTLv090596@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 148442 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2008 20:44:30 -0000 http://perforce.freebsd.org/chv.cgi?CH=148442 Change 148442 by rwatson@rwatson_fledge on 2008/08/25 20:44:10 Update text a little, add paragraph break. Affected files ... .. //depot/projects/trustedbsd/www/geom.page#2 edit Differences ... ==== //depot/projects/trustedbsd/www/geom.page#2 (text+ko) ==== @@ -29,7 +29,7 @@ - $P4: //depot/projects/trustedbsd/www/geom.page#1 $ + $P4: //depot/projects/trustedbsd/www/geom.page#2 $ @@ -42,8 +42,12 @@ kernel modules to attach to I/O devices providing a variety of layout and data transformations. GEOM was created as part of the TrustedBSD Project in order to support cryptographic disk services, such as - GBDE, on the FreeBSD platform. GEOM has been present in FreeBSD since - FreeBSD 5.0-RELEASE, with increasing numbers of transform modules.

+ GBDE, on the FreeBSD platform. GBDE implements strong crypographic + protection of file systems at the GEOM layer.

+ +

GEOM has been present in FreeBSD since FreeBSD 5.0-RELEASE, with + increasing numbers of transform modules over time, including the + GELI encryption and integrity protection module..

GEOM and GBDE were implemented by Poul-Henning Kamp.