Date: Wed, 12 Jul 2006 05:54:17 +0000 (UTC) From: David Xu <davidxu@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/posix4 ksched.c Message-ID: <200607120554.k6C5sHIe068109@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607120554.k6C5sHIe068109>