Page MenuHomeFreeBSD

libalias: Restructure - Use AliasRange instead of PORT_BASE
ClosedPublic

Authored by donner on May 31 2021, 4:41 PM.
Tags
None
Referenced Files
F136063963: D30581.id90193.diff
Sat, Nov 15, 12:24 PM
Unknown Object (File)
Mon, Nov 10, 7:07 AM
Unknown Object (File)
Sat, Nov 8, 4:43 AM
Unknown Object (File)
Sun, Nov 2, 10:42 AM
Unknown Object (File)
Thu, Oct 30, 12:13 AM
Unknown Object (File)
Wed, Oct 29, 1:45 AM
Unknown Object (File)
Fri, Oct 24, 5:33 AM
Unknown Object (File)
Sat, Oct 18, 12:40 PM

Details

Summary

Get rid of PORT_BASE.
Replace by AliasRange.
Simplify code.

Test Plan

Run testsuite.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39891
Build 36780: arc lint + arc unit

Event Timeline

  • Factor out the search for a new port. Improves the perfomance a bit.
  • Fix errornous cherry-picking bugs

Use arc4random_uniform(3) as recommended by Dimitry Luhtionov.

This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2021, 7:53 PM
This revision was automatically updated to reflect the committed changes.