Page MenuHomeFreeBSD

Fix order of SYSINITs
AbandonedPublic

Authored by cperciva on Sep 5 2023, 7:19 PM.
Tags
None
Referenced Files
F147730745: D41744.id126909.diff
Fri, Mar 13, 6:29 AM
Unknown Object (File)
Sun, Mar 8, 4:52 PM
Unknown Object (File)
Fri, Mar 6, 5:43 PM
Unknown Object (File)
Sat, Feb 28, 8:40 PM
Unknown Object (File)
Feb 8 2026, 5:28 PM
Unknown Object (File)
Dec 30 2025, 7:34 PM
Unknown Object (File)
Dec 26 2025, 1:03 AM
Unknown Object (File)
Nov 22 2025, 8:16 AM
Subscribers

Details

Reviewers
imp
Summary

I was inserting them one by one at the *head* of the list, which meant
that the stable sort was ensuring that they stayed in exactly the
opposite order to what the original bubblesort would have done.

If this fixes the problem I'll change the code to use a STAILQ.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 53450
Build 50341: arc lint + arc unit