K 10 svn:author V 3 jhb K 8 svn:date V 27 2013-12-03T14:50:12.899018Z K 7 svn:log V 293 Fix an off-by-one error in r228960. The maximum priority delta provided by SCHED_PRI_TICKS should be SCHED_PRI_RANGE - 1 so that the resulting priority value (before nice adjustment) is between SCHED_PRI_MIN and SCHED_PRI_MAX, inclusive. Submitted by: kib Reported by: pho MFC after: 1 week END