From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7437 invoked by alias); 30 Oct 2013 10:59:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 31931 Received: (qmail 22345 invoked from network); 30 Oct 2013 10:59:39 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 X-AuditID: cbfec7f5-b7ef66d00000795a-c9-5270e696e5f8 Date: Wed, 30 Oct 2013 10:59:33 +0000 From: Peter Stephenson To: Stefan Neudorf Cc: zsh-workers@zsh.org Subject: Re: PATCH: add more ulimit extensions from BSDs Message-id: <20131030105933.4c6336e0@pwslap01u.europe.root.pri> In-reply-to: <20131030.86li1bwnj5@bitmessage.ch> References: <20131030.86li1bwnj5@bitmessage.ch> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrILMWRmVeSWpSXmKPExsVy+t/xK7rTnhUEGXx4pmfx8f4eJouDzQ+Z HJg8Nn46x+ax6uAHpgCmKC6blNSczLLUIn27BK6MXTf/sxS0sVV8e/2ApYHxKnMXIyeHhICJ xPRfv9ghbDGJC/fWs3UxcnEICSxllGhvvsAK4fQzSeyYeQGsg0VAVeJM119WEJtNwFBi6qbZ jCC2iICHxJ0Vt1i6GDk4mAXEJWZPCQQJCwtYSOz+uIkZJMwrYC8xfVEVSJhTwEDi0N7zYHuF BPQl7p1+CDaRH8i++vcTE8Q99hIzr5wBm84rICjxY/I9FhCbWUBLYvO2JlYIW15i85q3zBMY BWchKZuFpGwWkrIFjMyrGEVTS5MLipPSc430ihNzi0vz0vWS83M3MUKC9esOxqXHrA4xCnAw KvHwGjzIDxJiTSwrrsw9xCjBwawkwrv9XkGQEG9KYmVValF+fFFpTmrxIUYmDk6pBsZV09fZ JxlrrohMlz2gsNGEd6P9y8iC1ycY/pTk5h3OnHnrjBIHp2GiheTGLf8bjeKT3ng/Kl61Z/OK VVusZrJpsJS4TlY6INSsF1V7zN9m1tM3H1deZ5XonhBtbd4p9aFkwbmGpz/S3L+y2R0WE6gQ /zx1hsidY661Ioy7t6zK4O47etoz5psSS3FGoqEWc1FxIgDtY/abNAIAAA== On Wed, 30 Oct 2013 02:33:18 +0100 Stefan Neudorf wrote: > On FreeBSD 10, ulimit -a shows at the end > > -N 11: unlimited > -N 12: unlimited > -N 13: unlimited > > while sh's ulimit -a describes them as > > pseudo-terminals (-p) unlimited > swap limit (kbytes, -w) unlimited > kqueues (-k) unlimited > > and DragonFly only has > > posixlocks (-k) unlimited Thanks for the changes... are we sure that posixlocks and kqueues are mutually incompatible, or should we move one to -K via #define's if both exist? pws