Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   abs
Date:           Wed May 19 23:37:41 UTC 2004

Modified Files:
        src/sys/arch/acorn32/stand/boot32: boot32.c version
        src/sys/lib/libsa: Makefile stand.h
Added Files:
        src/sys/lib/libsa: qsort.c

Log Message:
Add qsort to libsa (taken from sys/dev/vinum/vinumqsort.c) and use instead of
bubblesort in acorn32 bootloader. Reduces time to sort memory on A710 equipped
RiscPC from over twenty seconds to effectively instantaneous.
Update boot version to 3.30


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/acorn32/stand/boot32/boot32.c
cvs rdiff -r1.7 -r1.8 src/sys/arch/acorn32/stand/boot32/version
cvs rdiff -r1.54 -r1.55 src/sys/lib/libsa/Makefile
cvs rdiff -r0 -r1.1 src/sys/lib/libsa/qsort.c
cvs rdiff -r1.51 -r1.52 src/sys/lib/libsa/stand.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