Subject: CVS commit: src/usr.bin/systat
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/18/2006 20:31:45
Module Name:	src
Committed By:	dsl
Date:		Sat Mar 18 20:31:45 UTC 2006

Added Files:
	src/usr.bin/systat: syscall.c

Log Message:
Code to display per-system call counts.
Very useful to help identify which code is doing 1000s of system calls.
Not built because no one else has a kernel yet, and I need to make
the kernel side configurable.  But I don't want to lose this code....


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/usr.bin/systat/syscall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.