From owner-cvs-all Fri Feb 16 8:40:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DC41B37B401; Fri, 16 Feb 2001 08:40:44 -0800 (PST) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1GGeiA27289; Fri, 16 Feb 2001 08:40:44 -0800 (PST) (envelope-from jlemon) Message-Id: <200102161640.f1GGeiA27289@freefall.freebsd.org> From: Jonathan Lemon Date: Fri, 16 Feb 2001 08:40:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/compat/linux linux_file.c linux_ioctl.c linux_mib.c linux_misc.c linux_signal.c linux_stats.c src/sys/i386/linux linux.h linux_machdep.c linux_sysvec.c src/sys/alpha/linux linux.h linux_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2001/02/16 08:40:44 PST Modified files: sys/compat/linux linux_file.c linux_ioctl.c linux_mib.c linux_misc.c linux_signal.c linux_stats.c sys/i386/linux linux.h linux_machdep.c linux_sysvec.c sys/alpha/linux linux.h linux_machdep.c Log: Allow debugging output to be controlled on a per-syscall granularity. Also clean up debugging output in a slightly more uniform fashion. The default behavior remains the same (all debugging output is turned on) Revision Changes Path 1.51 +49 -42 src/sys/compat/linux/linux_file.c 1.62 +46 -35 src/sys/compat/linux/linux_ioctl.c 1.9 +62 -1 src/sys/compat/linux/linux_mib.c 1.96 +73 -50 src/sys/compat/linux/linux_misc.c 1.29 +22 -16 src/sys/compat/linux/linux_signal.c 1.30 +13 -9 src/sys/compat/linux/linux_stats.c 1.53 +9 -1 src/sys/i386/linux/linux.h 1.12 +40 -30 src/sys/i386/linux/linux_machdep.c 1.74 +21 -17 src/sys/i386/linux/linux_sysvec.c 1.51 +9 -1 src/sys/alpha/linux/linux.h 1.10 +46 -36 src/sys/alpha/linux/linux_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message