Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/07/2006 00:50:45
Module Name:	src
Committed By:	ad
Date:		Thu Sep  7 00:50:45 UTC 2006

Modified Files:
	src/distrib/sets/lists/base: mi
	src/distrib/sets/lists/man: mi
	src/usr.sbin: Makefile
Added Files:
	src/usr.sbin/lockstat: Makefile elf32.c elf64.c extern.h lockstat.8
	    main.c

Log Message:
Add the lockstat command: displays a summary of kernel locking events
recorded over the lifetime of a called program.


To generate a diff of this commit:
cvs rdiff -r1.647 -r1.648 src/distrib/sets/lists/base/mi
cvs rdiff -r1.926 -r1.927 src/distrib/sets/lists/man/mi
cvs rdiff -r1.218 -r1.219 src/usr.sbin/Makefile
cvs rdiff -r0 -r1.1 src/usr.sbin/lockstat/Makefile \
    src/usr.sbin/lockstat/elf32.c src/usr.sbin/lockstat/elf64.c \
    src/usr.sbin/lockstat/extern.h src/usr.sbin/lockstat/lockstat.8 \
    src/usr.sbin/lockstat/main.c

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