summaryrefslogtreecommitdiff
path: root/usr.bin/nbperf/nbperf-bdz.c
AgeCommit message (Expand)Author
2021-01-26Fix potential off-by-one error when using hash fudging. It needs tojoerg
2021-01-07Optimize nbperfjoerg
2014-04-30Most CPUs implement shifts modulo the width, but ARM doesn't. Don'tjoerg
2013-03-01Retire OSI network stack. OK core@joerg
2013-01-31bdz -> bpz to match the initials of the authors.joerg
2012-11-23Adding missing new lines in output.joerg
2012-09-25Simplify the BDZ compression function, making it smaller at the samejoerg
2011-10-21Add support for build as part of the toolchain. Add option forjoerg
2010-03-01Fix a comment.joerg
2009-08-17GCC doesn't trace switch (foo & 7) completely, so add a default: abort()joerg
2009-08-15Add nbperf(1), a minimal perfect hash function generator.joerg