From owner-cvs-src@FreeBSD.ORG Fri May 23 03:52:56 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB3871065676; Fri, 23 May 2008 03:52:56 +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 868E58FC2C; Fri, 23 May 2008 03:52:56 +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 m4N3qu2B025637; Fri, 23 May 2008 03:52:56 GMT (envelope-from jb@repoman.freebsd.org) Received: (from jb@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4N3quoZ025636; Fri, 23 May 2008 03:52:56 GMT (envelope-from jb) Message-Id: <200805230352.m4N3quoZ025636@repoman.freebsd.org> From: John Birrell Date: Fri, 23 May 2008 03:52:55 +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 Makefile.amd64 options.amd64 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 03:52:56 -0000 jb 2008-05-23 03:52:55 UTC FreeBSD src repository Modified files: sys/conf Makefile.amd64 options.amd64 Log: Add a kernel option for amd64 to compile with the frame on the stack so that the DTrace Function Bounadry Trace (fbt) provider can get coverage of most functions in the kernel. Revision Changes Path 1.26 +2 -1 src/sys/conf/Makefile.amd64 1.32 +1 -0 src/sys/conf/options.amd64