From owner-freebsd-amd64@FreeBSD.ORG Thu Aug 2 10:33:26 2007 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B37B16A420 for ; Thu, 2 Aug 2007 10:33:26 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: from mail.resume-bank.ru (mail.resume-bank.ru [62.118.250.39]) by mx1.freebsd.org (Postfix) with SMTP id B78F513C474 for ; Thu, 2 Aug 2007 10:33:25 +0000 (UTC) (envelope-from vasim@resume-bank.ru) Received: (qmail 54222 invoked by uid 0); 2 Aug 2007 14:33:25 +0400 Received: from unknown (HELO vasimwork) (213.184.130.206) by mail.resume-bank.ru with SMTP; 2 Aug 2007 14:33:25 +0400 Message-ID: <020a01c7d4f0$a0ac8990$8b0a000a@vasimwork> From: "Vasim Valejev" To: "Fernando Schapachnik" , References: <20070801145154.GB7590@servidor1.cursosvirtuales.com.ar> Date: Thu, 2 Aug 2007 14:33:55 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Cc: Subject: Re: kern.ipc.shmmax limit or bug? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2007 10:33:26 -0000 Hi ! > Is there a limit on kern.ipc.shmmax on amd64? Yep, this is because int type (32 bit) usage instead size_t in sysv code. > Should I file a PR? If so, is there a workaround? I've made fix for 7.0-CURRENT: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/113218 Vasim V.