From owner-svn-src-all@FreeBSD.ORG Sat Nov 2 06:45:43 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A878F7C8; Sat, 2 Nov 2013 06:45:43 +0000 (UTC) (envelope-from BM-2cXppXU4T67w7j6NCir9T1WdzBHmFgBnLj@bitmessage.ch) Received: from mail.bitmessage.ch (mail.bitmessage.ch [146.228.112.252]) by mx1.freebsd.org (Postfix) with SMTP id BC52D248A; Sat, 2 Nov 2013 06:45:42 +0000 (UTC) dkim-signature: v=1; a=rsa-sha256; d=bitmessage.ch; s=mail; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:CC:MIME-Version:Content-Type:In-Reply-To:References; bh=JWEfrmlb85MA5AH+Zys7gnZLZpUUSJBS71ceqLSY8Tc=; b=ZrDcxjamvzMatQDDDNGfDkB3vn+akDYg2xMNa1MB7CpEloUWYxgjRcZQLuuFxVLYMwAd2aXYUOvjOiM36bNkQvEdyU+Zm5QY8XcRnE9V1OuGfSGtGrLc+NmqsnmYjjp0yCB0iQ9x6d8rlhi5JE5qJFzCTgJae9BTqwN5Mrp4j3w= Received: from nil ([127.0.0.1]) by mail.bitmessage.ch ; Sat, 2 Nov 2013 07:44:57 +0100 From: Stefan Neudorf To: Konstantin Belousov Subject: Re: svn commit: r256850 - in head: bin/sh etc lib/libc/sys lib/libutil usr.bin/limits usr.bin/procstat In-Reply-To: <20131031094058.GH59496@kib.kiev.ua> (Konstantin Belousov's message of "Thu, 31 Oct 2013 11:40:58 +0200") Date: Sat, 02 Nov 2013 07:43:52 +0100 Message-ID: <20131102.868ux75mmv@bitmessage.ch> References: <201310211646.r9LGkDl5012906@svn.freebsd.org> <20131030.86fvriud2y@bitmessage.ch> <20131030212052.GA3516@stack.nl> <20131031094058.GH59496@kib.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Jilles Tjoelker X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Nov 2013 06:45:43 -0000 Konstantin Belousov writes: > On Wed, Oct 30, 2013 at 10:20:52PM +0100, Jilles Tjoelker wrote: > >> On Wed, Oct 30, 2013 at 02:01:57PM +0100, Stefan Neudorf wrote: >> > Konstantin Belousov writes: >> > > Modified: head/usr.bin/limits/limits.c >> > > ============================================================================== >> > > --- head/usr.bin/limits/limits.c Mon Oct 21 16:44:53 2013 >> > > (r256849) >> > > +++ head/usr.bin/limits/limits.c Mon Oct 21 16:46:12 2013 >> > > (r256850) >> >> > This adds limits -e support only for sh, csh, tcsh. What about other >> > shells that already support sbsize and swapuse extensions? >> >> This can be done later; the kqueue rlimit need not be gated on it. > > I definitely do not want to go over the {pd,}ksh, zsh, bash, rc and > whatever else. Somebody who cares should contact the projects and > propose the changes. Ah, you didn't catch my hint. There's no kqueues rlimit in contrib/tcsh. I've submitted one upstream but it'd take some time before the next release appears and we can update. http://mx.gw.com/pipermail/tcsh-bugs/2013-October/000844.html Same for zsh which also has csh-like rlimits. http://sourceforge.net/p/zsh/code/ci/790a4fe