From owner-cvs-all@FreeBSD.ORG Mon Aug 29 23:54:31 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C02016A41F; Mon, 29 Aug 2005 23:54:31 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DECD43D45; Mon, 29 Aug 2005 23:54:31 +0000 (GMT) (envelope-from murray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7TNsVGA009385; Mon, 29 Aug 2005 23:54:31 GMT (envelope-from murray@repoman.freebsd.org) Received: (from murray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7TNsVed009384; Mon, 29 Aug 2005 23:54:31 GMT (envelope-from murray) Message-Id: <200508292354.j7TNsVed009384@repoman.freebsd.org> From: Murray Stokely Date: Mon, 29 Aug 2005 23:54:31 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/articles/geom-class Makefile article.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2005 23:54:31 -0000 murray 2005-08-29 23:54:31 UTC FreeBSD doc repository Added files: en_US.ISO8859-1/articles/geom-class Makefile article.sgml Log: Add an article on writing a GEOM class written by one of our Google Summer of Code students, Ivan Voras. This article begins with a general introduction to kernel programming and the material necessary to master before he could start his project. While much of this material could be migrated to the Architecture Handbook, I think the stand alone tutorial here is a great format for this material. Submitted by: soc-ivoras@freebsd.org Reviewed by: pjd Glanced at by: phk Revision Changes Path 1.1 +19 -0 doc/en_US.ISO8859-1/articles/geom-class/Makefile (new) 1.1 +696 -0 doc/en_US.ISO8859-1/articles/geom-class/article.sgml (new)