Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Sun Nov 16 16:15:58 UTC 2008

Modified Files:
        src/sys/kern: kern_ksyms.c
        src/sys/lib/libkern: Makefile libkern.h
Added Files:
        src/common/lib/libc/stdlib: heapsort.c
        src/lib/libc/stdlib: qsort.c
Removed Files:
        src/common/lib/libc/stdlib: qsort.c
        src/lib/libc/stdlib: heapsort.c

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


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/lib/libc/stdlib/heapsort.c
cvs rdiff -r1.1 -r0 src/common/lib/libc/stdlib/qsort.c
cvs rdiff -r1.16 -r0 src/lib/libc/stdlib/heapsort.c
cvs rdiff -r0 -r1.17 src/lib/libc/stdlib/qsort.c
cvs rdiff -r1.45 -r1.46 src/sys/kern/kern_ksyms.c
cvs rdiff -r1.90 -r1.91 src/sys/lib/libkern/Makefile
cvs rdiff -r1.83 -r1.84 src/sys/lib/libkern/libkern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index