CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/07/12 10:53:09
Modified files: sbin/disklabel : editor.c Log message: Cleanup and clarify the has_overlap() logic so it can be read by normal people and is more efficient to boot. The only intentional functional change was to use mergesort() instead of heapsort() so that partitions with the same offset retain their order in the emitted verbiage. Looked good to tb@, ok kn@