index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libc
/
qsort
Age
Commit message (
Expand
)
Author
2019-01-25
I am retiring my old email address; replace it with my OpenBSD one.
Todd C. Miller
2017-05-27
Also test arrays of double and long long.
Todd C. Miller
2017-05-22
Add timing and test name options.
Todd C. Miller
2017-05-22
Instead of embedding pre-generated tables from McIlroy's "A Killer
Todd C. Miller
2017-05-21
correct a return value test
Jonathan Gray
2017-05-19
Add input targeted at the Bentley and McIrlroy quicksort generated
Todd C. Miller
2017-05-18
use mergesort instead of heapsort when comparing results
Todd C. Miller
2017-05-17
Avoid running the "killer" tests multiple times with the same
Todd C. Miller
2017-05-17
Add "median of three" killer, as seen in "Introspective Sorting and
Todd C. Miller
2017-05-17
Approximate nlgn instead of using libm. The same approximation may
Todd C. Miller
2017-05-17
Add "killer" input from "algorithmic complexity attacks and libc
Todd C. Miller
2017-05-17
There's no need to track the number of errors (and the counter might
Todd C. Miller
2017-05-17
Add qsort(3) regress based on Bentley & McIlroy's "Engineering a Sort Function"
Todd C. Miller