davidxu     2006-07-12 05:54:17 UTC

  FreeBSD src repository

  Modified files:
    sys/posix4           ksched.c 
  Log:
  Return priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIMESHARE for
  SCHED_OTHER, the same range as rtprio() is using. In old code,
  it returns nice range -20 .. 20, nice should be treated as process
  weight, it is really managed by getpriority() and setpriority()
  syscalls, they are different.
  
  Revision  Changes    Path
  1.31      +2 -2      src/sys/posix4/ksched.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to