HomeFreeBSD

Add a rman_reserve_resource_bound() function that takes an additional

Description

Add a rman_reserve_resource_bound() function that takes an additional
argument specifying the boundary for the resource allocation.
Use ulmin()/ulmax() instead of min()/max() in some places to correctly
deal with the u_long resource range specifications.