From owner-svn-src-head@FreeBSD.ORG Sun Nov 14 11:32:57 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A4AB1065694; Sun, 14 Nov 2010 11:32:57 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 185ED8FC12; Sun, 14 Nov 2010 11:32:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAEBWuCk080573; Sun, 14 Nov 2010 11:32:56 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAEBWumi080571; Sun, 14 Nov 2010 11:32:56 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201011141132.oAEBWumi080571@svn.freebsd.org> From: Joel Dahl Date: Sun, 14 Nov 2010 11:32:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215293 - head X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 11:32:57 -0000 Author: joel (doc committer) Date: Sun Nov 14 11:32:56 2010 New Revision: 215293 URL: http://svn.freebsd.org/changeset/base/215293 Log: Add the cddl/ directory. Modified: head/README Modified: head/README ============================================================================== --- head/README Sun Nov 14 11:09:16 2010 (r215292) +++ head/README Sun Nov 14 11:32:56 2010 (r215293) @@ -43,6 +43,9 @@ Source Roadmap: --------------- bin System/user commands. +cddl Various commands and libraries under the Common Development + and Distribution License. + contrib Packages contributed by 3rd parties. crypto Cryptography stuff (see crypto/README).