History log of /netbsd-src/common/lib/libc/stdlib/heapsort.c (Results 1 – 3 of 3)
Revision Date Author Comments
# ef266cee 17-Nov-2008 jnemeth <jnemeth@NetBSD.org>

oops, converted some #ifndef into #if defined...


# 3e8ff10f 17-Nov-2008 jnemeth <jnemeth@NetBSD.org>

Convert all #ifdef _KERNEL to #if defined (_KERNEL) || defined(_STANDALONE)
from Bernd Ernesti on source-changes@. This fixes a build breakage
with i386/amd64 bootblocks.


# c6555ead 16-Nov-2008 ad <ad@NetBSD.org>

Our qsort() is inappropriate for kernel use because it makes recursive
calls. Replace it with a kheapsort() function in kernel. Pointed out
by tron@.