From owner-cvs-all@FreeBSD.ORG Sat Jul 5 06:12:24 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49E4106574F; Sat, 5 Jul 2008 06:12:21 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DCBA58FC17; Sat, 5 Jul 2008 06:12:20 +0000 (UTC) (envelope-from jb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m656CKWT056469; Sat, 5 Jul 2008 06:12:20 GMT (envelope-from jb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m656CKmG056468; Sat, 5 Jul 2008 06:12:20 GMT (envelope-from jb@repoman.freebsd.org) Message-Id: <200807050612.m656CKmG056468@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jb@repoman.freebsd.org using -f From: John Birrell Date: Sat, 5 Jul 2008 06:12:14 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf kern.post.mk 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: Sat, 05 Jul 2008 06:12:25 -0000 jb 2008-07-05 06:12:14 UTC FreeBSD src repository Modified files: sys/conf kern.post.mk Log: SVN rev 180282 on 2008-07-05 06:12:14Z by jb Add CTF conversion to the objects compiled from generated code. This allows DTrace scripts to access variables like 'ostype'. Revision Changes Path 1.103 +3 -0 src/sys/conf/kern.post.mk