Page MenuHomeFreeBSD

Fix order of SYSINITs
AbandonedPublic

Authored by cperciva on Sep 5 2023, 7:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 29, 6:25 AM
Unknown Object (File)
Wed, Apr 29, 6:16 AM
Unknown Object (File)
Tue, Apr 28, 1:14 PM
Unknown Object (File)
Mon, Apr 27, 3:42 PM
Unknown Object (File)
Sat, Apr 25, 5:03 AM
Unknown Object (File)
Tue, Apr 21, 10:19 PM
Unknown Object (File)
Tue, Apr 21, 5:32 PM
Unknown Object (File)
Mon, Apr 20, 10:56 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