[Bug 197270] [Patch] Improve output of ifconfig command

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 2 17:40:56 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197270

--- Comment #13 from Vsevolod Stakhov <vsevolod at FreeBSD.org> ---
Bjoern, using of qsort is impossible for two main reasons:

1) it cannot sort linked lists
2) it is not stable

This sorting is a mergesort actually, so it is stable which is important while
showing aliases in the correct order.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list