Page MenuHomeFreeBSD

i386: replace tailq pointers with iterators
ClosedPublic

Authored by dougm on Apr 20 2025, 5:48 AM.
Tags
None
Referenced Files
F132515920: D49926.diff
Fri, Oct 17, 2:10 PM
Unknown Object (File)
Sun, Oct 12, 3:01 AM
Unknown Object (File)
Fri, Oct 3, 5:08 PM
Unknown Object (File)
Fri, Oct 3, 4:56 PM
Unknown Object (File)
Thu, Oct 2, 4:03 PM
Unknown Object (File)
Wed, Oct 1, 2:30 AM
Unknown Object (File)
Fri, Sep 26, 5:00 AM
Unknown Object (File)
Aug 23 2025, 2:35 AM
Subscribers

Details

Summary

Change architecture-specific code to use iterators rather than tailq pointers.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dougm requested review of this revision.Apr 20 2025, 5:48 AM
dougm created this revision.
This revision is now accepted and ready to land.Apr 20 2025, 12:37 PM

Add braces. Drop null check. Restore physical address check.

This revision now requires review to proceed.Apr 20 2025, 8:36 PM
This revision is now accepted and ready to land.Apr 21 2025, 3:02 AM
This revision was automatically updated to reflect the committed changes.