From owner-cvs-src@FreeBSD.ORG Wed Mar 12 23:54:40 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A026D106567C; Wed, 12 Mar 2008 23:54:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99D798FC48; Wed, 12 Mar 2008 23:54:40 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2CNse2n033854; Wed, 12 Mar 2008 23:54:40 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2CNse7E033853; Wed, 12 Mar 2008 23:54:40 GMT (envelope-from jeff) Message-Id: <200803122354.m2CNse7E033853@repoman.freebsd.org> From: Jeff Roberson Date: Wed, 12 Mar 2008 23:54:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/cpuset cpuset.1 cpuset.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 23:54:40 -0000 jeff 2008-03-12 23:54:40 UTC FreeBSD src repository Modified files: usr.bin/cpuset cpuset.1 cpuset.c Log: - When running a new command cause cpuset to operate on the per-thread mask by default rather than the setmask. This is consistent with the linux tool and more consistent with the notion that the default level is the process level. The cpuset mask can still be modified by specifying the -c option. You can not set the per-thread and cpuset mask in a single command. - Update the man page to reflect this change. Contributed by: gallatin Revision Changes Path 1.3 +6 -2 src/usr.bin/cpuset/cpuset.1 1.4 +2 -2 src/usr.bin/cpuset/cpuset.c