Module Name: src Committed By: joerg Date: Wed Mar 3 01:55:04 UTC 2010
Modified Files: src/usr.bin/nbperf: graph2.c graph3.c nbperf.1 nbperf.c nbperf.h Log Message: Add a check for duplicate keys. The check is run once and quadratic in the hash collision chain length, which is expected to be fairly low. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nbperf/graph2.c \ src/usr.bin/nbperf/graph3.c src/usr.bin/nbperf/nbperf.c \ src/usr.bin/nbperf/nbperf.h cvs rdiff -u -r1.1 -r1.2 src/usr.bin/nbperf/nbperf.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.