Date: Mon, 02 Feb 2015 17:40:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 197270] [Patch] Improve output of ifconfig command Message-ID: <bug-197270-8-VWUn8LVuOF@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-197270-8@https.bugs.freebsd.org/bugzilla/> References: <bug-197270-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197270 --- Comment #13 from Vsevolod Stakhov <vsevolod@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197270-8-VWUn8LVuOF>