From owner-svn-src-all@FreeBSD.ORG Wed Oct 26 22:28:29 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 079C5106566C; Wed, 26 Oct 2011 22:28:29 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D2E7E8FC14; Wed, 26 Oct 2011 22:28:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p9QMSSaR070887; Wed, 26 Oct 2011 22:28:28 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p9QMSSto070885; Wed, 26 Oct 2011 22:28:28 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <201110262228.p9QMSSto070885@svn.freebsd.org> From: Ken Smith Date: Wed, 26 Oct 2011 22:28:28 +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: r226818 - head/sys/ia64/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Oct 2011 22:28:29 -0000 Author: kensmith Date: Wed Oct 26 22:28:28 2011 New Revision: 226818 URL: http://svn.freebsd.org/changeset/base/226818 Log: Move the debugging support to its own section. This matches what is in the other architectures' GENERIC and makes removing it at the point we're creating a new stable branch a bit easier. Discussed with: marcel Modified: head/sys/ia64/conf/GENERIC Modified: head/sys/ia64/conf/GENERIC ============================================================================== --- head/sys/ia64/conf/GENERIC Wed Oct 26 21:54:10 2011 (r226817) +++ head/sys/ia64/conf/GENERIC Wed Oct 26 22:28:28 2011 (r226818) @@ -28,17 +28,11 @@ makeoptions DEBUG=-g # Build kernel with options AUDIT # Security event auditing options CD9660 # ISO 9660 Filesystem options COMPAT_FREEBSD7 # Compatible with FreeBSD7 -options DDB # Support DDB -options DEADLKRES # Enable the deadlock resolver options FFS # Berkeley Fast Filesystem -options GDB # Support remote GDB options GEOM_LABEL # Provides labelization options INCLUDE_CONFIG_FILE # Include this file in kernel options INET # InterNETworking options INET6 # IPv6 communications protocols -options INVARIANTS # Enable calls of extra sanity checking -options INVARIANT_SUPPORT # required by INVARIANTS -options KDB # Enable kernel debugger support options KTRACE # ktrace(1) syscall trace support options MAC # TrustedBSD MAC Framework options MD_ROOT # MD usable as root device @@ -64,9 +58,17 @@ options SYSVSHM # SYSV-style shared me options UFS_ACL # Support for access control lists options UFS_DIRHASH # Hash-based directory lookup scheme options UFS_GJOURNAL # Enable gjournal-based UFS journaling +options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions + +# Debugging for use in -current +options KDB # Enable kernel debugger support +options DDB # Support DDB +options GDB # Support remote GDB +options DEADLKRES # Enable the deadlock resolver +options INVARIANTS # Enable calls of extra sanity checking +options INVARIANT_SUPPORT # required by INVARIANTS options WITNESS # Enable checks to detect deadlocks and cycles options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed -options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones # Various "busses"