From owner-cvs-src-old@FreeBSD.ORG Fri Jan 28 20:07:08 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABDE10656EA for ; Fri, 28 Jan 2011 20:07:08 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 49A8D8FC16 for ; Fri, 28 Jan 2011 20:07:08 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0SK78eP044134 for ; Fri, 28 Jan 2011 20:07:08 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0SK78Iw044133 for cvs-src-old@freebsd.org; Fri, 28 Jan 2011 20:07:08 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201101282007.p0SK78Iw044133@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 28 Jan 2011 20:06:51 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/usr.bin/cpuset cpuset.1 cpuset.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2011 20:07:08 -0000 jhb 2011-01-28 20:06:51 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.bin/cpuset cpuset.1 cpuset.c Log: SVN rev 218034 on 2011-01-28 20:06:51Z by jhb MFC 217416: Add two more features to cpuset(1): - Add a new -C flag to create a new cpuset and move an existing pid into that set. - Allow 'all' to be specified for a cpu list (e.g. cpuset -s 1 -l all) which maps to the list of all CPUs in the system. Revision Changes Path 1.3.2.7 +16 -1 src/usr.bin/cpuset/cpuset.1 1.5.2.4 +27 -4 src/usr.bin/cpuset/cpuset.c