Page MenuHomeFreeBSD

Fix order of SYSINITs
AbandonedPublic

Authored by cperciva on Sep 5 2023, 7:19 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Sep 24 2024, 9:57 PM
Unknown Object (File)
Sep 7 2024, 7:09 PM
Unknown Object (File)
Sep 4 2024, 4:02 AM
Unknown Object (File)
Aug 6 2024, 10:43 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