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
Unknown Object (File)
Fri, May 10, 5:23 AM
Unknown Object (File)
Thu, May 9, 11:17 AM
Unknown Object (File)
Mon, May 6, 7:26 PM
Unknown Object (File)
Thu, May 2, 12:34 PM
Unknown Object (File)
Thu, May 2, 12:34 PM
Unknown Object (File)
Thu, May 2, 12:34 PM
Unknown Object (File)
Thu, May 2, 12:27 PM
Unknown Object (File)
Thu, May 2, 12:27 PM

Details

Summary

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

Test Plan

Run testsuite.

Diff Detail

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

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.