From owner-cvs-all@FreeBSD.ORG Tue Mar 25 22:48:48 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 947921065670; Tue, 25 Mar 2008 22:48:48 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from mail.vega.ru (infra.dev.vega.ru [90.156.167.14]) by mx1.freebsd.org (Postfix) with ESMTP id 2A41A8FC17; Tue, 25 Mar 2008 22:48:48 +0000 (UTC) (envelope-from rermilov@team.vega.ru) Received: from [87.242.97.68] (port=56835 helo=edoofus.dev.vega.ru) by mail.vega.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68 (FreeBSD)) (envelope-from ) id 1JeHwl-0000n6-Io; Tue, 25 Mar 2008 22:48:47 +0000 Received: from edoofus.dev.vega.ru (localhost [127.0.0.1]) by edoofus.dev.vega.ru (8.14.2/8.14.2) with ESMTP id m2PMmfBJ093436; Wed, 26 Mar 2008 01:48:41 +0300 (MSK) (envelope-from rermilov@team.vega.ru) Received: (from ru@localhost) by edoofus.dev.vega.ru (8.14.2/8.14.2/Submit) id m2PMmfBi093435; Wed, 26 Mar 2008 01:48:41 +0300 (MSK) (envelope-from rermilov@team.vega.ru) X-Authentication-Warning: edoofus.dev.vega.ru: ru set sender to rermilov@team.vega.ru using -f Date: Wed, 26 Mar 2008 01:48:41 +0300 From: Ruslan Ermilov To: John Baldwin Message-ID: <20080325224841.GE93187@team.vega.ru> References: <200803250911.m2P9Brlu023961@repoman.freebsd.org> <200803251201.08755.jhb@freebsd.org> <20080325183848.GB51894@team.vega.ru> <200803251521.58950.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803251521.58950.jhb@freebsd.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/sys cpuset.h src/sys/kern kern_cpuset.c makesyscalls.sh syscalls.master X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2008 22:48:48 -0000 On Tue, Mar 25, 2008 at 03:21:58PM -0400, John Baldwin wrote: > On Tuesday 25 March 2008 02:38:48 pm Ruslan Ermilov wrote: > > On Tue, Mar 25, 2008 at 12:01:08PM -0400, John Baldwin wrote: > > > On Tuesday 25 March 2008 05:11:53 am Ruslan Ermilov wrote: > > > > ru 2008-03-25 09:11:53 UTC > > > > > > > > FreeBSD src repository > > > > > > > > Modified files: > > > > sys/sys cpuset.h > > > > sys/kern kern_cpuset.c makesyscalls.sh > > > > syscalls.master > > > > Log: > > > > Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be > > > size_t. > > > > > > > > Prodded by: davidxu > > > > > > Don't forget to update the 32-bit syscall table in compat/freebsd32 as > well. > > > > > I didn't forget to update it. It simply misses them now. ;) > > Gah, I thought jeff had done that. There's a reason for the big comment in > sys/kern/syscalls.master. Maybe we need a pre-commit hook for > sys/kern/syscalls.master that has an all caps message about updating > sys/compat/freebsd32/syscalls.master. :( > Yes please. An "stdout version" of the embedded comment would be in order. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer