CVS commit: src/usr.bin/nbperf

2021-01-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 28 18:52:43 UTC 2021 Modified Files: src/usr.bin/nbperf: graph2.c Log Message: Fix sanity check to match the fixed off-by-one logic in the sizing logic. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.

CVS commit: src/usr.bin/nbperf

2021-01-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 26 21:25:55 UTC 2021 Modified Files: src/usr.bin/nbperf: nbperf-bdz.c nbperf-chm.c Log Message: Fix potential off-by-one error when using hash fudging. It needs to round up to 2/4 and not one less to guarantee that the adju

CVS commit: src/usr.bin/nbperf

2021-01-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jan 12 14:21:18 UTC 2021 Modified Files: src/usr.bin/nbperf: nbperf.c Log Message: Don't use arc4random for the tools build on NetBSD either. compat_defs.h explicitly forces _POSIX_SOURCE and this hides the prototype in stdlib.

CVS commit: src/usr.bin/nbperf

2017-06-20 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Jun 20 15:50:05 UTC 2017 Modified Files: src/usr.bin/nbperf: nbperf.1 Log Message: Fix typo To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/nbperf/nbperf.1 Please note that diffs are not public doma

CVS commit: src/usr.bin/nbperf

2014-04-30 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Apr 30 21:04:58 UTC 2014 Modified Files: src/usr.bin/nbperf: nbperf-bdz.c Log Message: Most CPUs implement shifts modulo the width, but ARM doesn't. Don't depend on this UB. To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/usr.bin/nbperf

2013-01-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 31 16:32:02 UTC 2013 Modified Files: src/usr.bin/nbperf: nbperf-bdz.c nbperf.1 nbperf.c nbperf.h Log Message: bdz -> bpz to match the initials of the authors. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 sr

CVS commit: src/usr.bin/nbperf

2012-11-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Nov 23 02:57:57 UTC 2012 Modified Files: src/usr.bin/nbperf: nbperf-bdz.c Log Message: Adding missing new lines in output. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/nbperf/nbperf-bdz.c Please no

CVS commit: src/usr.bin/nbperf

2012-05-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 31 21:36:07 UTC 2012 Modified Files: src/usr.bin/nbperf: nbperf.1 Log Message: The output function is only order preserving for chm and chm3, so correct that part of the documentation and also mention what the default algor

CVS commit: src/usr.bin/nbperf

2011-10-21 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Oct 21 23:47:12 UTC 2011 Modified Files: src/usr.bin/nbperf: graph2.c graph3.c nbperf-bdz.c nbperf-chm.c nbperf.1 nbperf.c Log Message: Add support for build as part of the toolchain. Add option for deterministic ou

CVS commit: src/usr.bin/nbperf

2009-08-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 24 17:12:46 UTC 2009 Modified Files: src/usr.bin/nbperf: nbperf-chm.c Log Message: Use a more compact presentation for g if the size is small enough. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin

CVS commit: src/usr.bin/nbperf

2009-08-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 22 17:52:18 UTC 2009 Modified Files: src/usr.bin/nbperf: graph2.c graph3.c nbperf.c nbperf.h Log Message: GCC's propolice complains about dynamic stack arrays to bite the bullet and introduce a compile constant that limits

CVS commit: src/usr.bin/nbperf

2009-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 17 14:15:07 UTC 2009 Modified Files: src/usr.bin/nbperf: nbperf-bdz.c Log Message: GCC doesn't trace switch (foo & 7) completely, so add a default: abort() to avoid warnings about unused variables. Consistently use \t for t