Date: Sat, 8 May 2004 01:56:05 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <200405080856.i488u6DU019660@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2004/05/08 01:56:05 PDT FreeBSD src repository Modified files: sys/kern kern_resource.c Log: Fix rtprio() to do sensible things when called from threaded processes. It's not quite correct from a posix Point Of view, but it is a lot better than what was there before. This will be revisited later when we decide what form our priority extensions will take. Posix doesn't specify how a system scope thread can change its priority so you need to add non-standard extensions to be able to do it.. For now make this slightly non standard to allow it to be done. Submitted by: Dan Eischen originally, changed by myself. Revision Changes Path 1.137 +45 -4 src/sys/kern/kern_resource.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405080856.i488u6DU019660>