millert
e83742917d
Use David Musser's introsort algorithm to fall back to heapsort(3)
when the recursion depth reaches 2*lg(n + 1). This avoids quicksort's
quadratic behavior for pathological input without appreciably
changing the average run time.
7 years ago
tb
3968c88c54
$OpenBSD$
8 years ago
otto
c80808a2a6
use size_t to index arrays; avoids big array bugs; ok millert@ guenther@
15 years ago
espie
b4fb9e2f94
zap remaining rcsid.
Kill old files that are no longer compiled.
okay theo
19 years ago
pat
4d0a547963
ansi + de-register
ok otto deraadt
20 years ago
deraadt
d7d3323277
typo; ianm@cit.uws.edu.au
21 years ago
jmc
3880dcdbcd
typos from Brian Poole;
ok deraadt@
21 years ago
millert
679cd5d050
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
22 years ago
millert
b68c09e067
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
23 years ago
tholo
fcedf08ffa
Fix RCS ids
Make sure everything uses {SYS,}LIBC_SCCS properly
29 years ago
deraadt
47b73ff83c
initial import of NetBSD tree
29 years ago