Searched hist:221218 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Dnexus.cdiff 221218 Fri Apr 29 16:41:24 MDT 2011 jhb Change rman_manage_region() to actually honor the rm_start and rm_end
constraints on the rman and reject attempts to manage a region that is out
of range.
- Fix various places that set rm_end incorrectly (to ~0 or ~0u instead of
~0ul).
- To preserve existing behavior, change rman_init() to set rm_start and
rm_end to allow managing the full range (0 to ~0ul) if they are not set by
the caller when rman_init() is called.
/freebsd-11-stable/sys/mips/mips/
H A Dnexus.cdiff 221218 Fri Apr 29 16:41:24 MDT 2011 jhb Change rman_manage_region() to actually honor the rm_start and rm_end
constraints on the rman and reject attempts to manage a region that is out
of range.
- Fix various places that set rm_end incorrectly (to ~0 or ~0u instead of
~0ul).
- To preserve existing behavior, change rman_init() to set rm_start and
rm_end to allow managing the full range (0 to ~0ul) if they are not set by
the caller when rman_init() is called.
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.cdiff 221218 Fri Apr 29 16:41:24 MDT 2011 jhb Change rman_manage_region() to actually honor the rm_start and rm_end
constraints on the rman and reject attempts to manage a region that is out
of range.
- Fix various places that set rm_end incorrectly (to ~0 or ~0u instead of
~0ul).
- To preserve existing behavior, change rman_init() to set rm_start and
rm_end to allow managing the full range (0 to ~0ul) if they are not set by
the caller when rman_init() is called.

Completed in 159 milliseconds