Page MenuHomeFreeBSD

Fix order of SYSINITs
AbandonedPublic

Authored by cperciva on Sep 5 2023, 7:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 23, 6:41 PM
Unknown Object (File)
Jan 12 2025, 9:26 AM
Unknown Object (File)
Jan 12 2025, 6:11 AM
Unknown Object (File)
Jan 10 2025, 4:32 PM
Unknown Object (File)
Oct 7 2024, 4:18 AM
Unknown Object (File)
Oct 1 2024, 7:35 AM
Unknown Object (File)
Sep 24 2024, 10:09 PM
Unknown Object (File)
Sep 24 2024, 10:08 PM
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