From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 27 04:37:03 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8167410656C0 for ; Mon, 27 Sep 2010 04:37:03 +0000 (UTC) (envelope-from eknath.iyer@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0FF8FC13 for ; Mon, 27 Sep 2010 04:37:02 +0000 (UTC) Received: by qyk7 with SMTP id 7so4304646qyk.13 for ; Sun, 26 Sep 2010 21:37:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=ULKfCfddFflpC+fZloqoUZZeTyKj/fJf1Gpqx/PyW8A=; b=fY5+edLw5BEiSW4Fw0Yyzko6HJqnscaI6YtTHBxfBDjQRYEYXq45IBepMoWIlrcmV6 YylFvb1IEjqIjsvhl+Wi6FEAKKwrRlgt5difOQ+HC7IxUYV6S/39FlScqcqVbrtDmnJD P2q3/F7D7flAfZw1x0gWSWDXXWVrRHgFoiqVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=S7U/gX/PdllQbU/D55ffKtFSeEmSQT6QI766PUdWxLrn7IVGhM8DxjHNSECnSf0F4K kpBHJSWwOQ3b3gZTmMpqmgXYjLJccx516IEz/1vYmYo3rZUbXoEFGBRLsK9j7hobJ5L1 hI/VdFVFYpSHN8VAnfvG79clYZCnVK+lWHCbM= MIME-Version: 1.0 Received: by 10.224.28.134 with SMTP id m6mr5045060qac.150.1285560482168; Sun, 26 Sep 2010 21:08:02 -0700 (PDT) Received: by 10.229.85.195 with HTTP; Sun, 26 Sep 2010 21:08:02 -0700 (PDT) Date: Mon, 27 Sep 2010 00:08:02 -0400 Message-ID: From: Eknath Venkataramani To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Mon, 27 Sep 2010 05:08:15 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: scheduler modifications X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 04:37:03 -0000 I want to modify the priorities are assigned for the timesharing class of processes. How do I do that?