From owner-freebsd-commit Thu Oct 19 11:42:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA27930 for freebsd-commit-outgoing; Thu, 19 Oct 1995 11:42:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA27913 for cvs-all-outgoing; Thu, 19 Oct 1995 11:42:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA27898 for cvs-bin-outgoing; Thu, 19 Oct 1995 11:42:20 -0700 Received: (from joerg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA27889 ; Thu, 19 Oct 1995 11:42:15 -0700 Date: Thu, 19 Oct 1995 11:42:15 -0700 From: Joerg Wunsch Message-Id: <199510191842.LAA27889@freefall.freebsd.org> To: cvs-bin, CVS-commiters Subject: cvs commit: src/bin/sh builtins miscbltin.c sh.1 Sender: owner-commit@FreeBSD.org Precedence: bulk joerg 95/10/19 11:42:15 Modified: bin/sh builtins miscbltin.c sh.1 Log: Implement the "ulimit" builtin. This is the analogon to csh's "limit" command and badly needed in sh(1) for everybody who wants to modify the system-wide limits from inside /etc/rc. The options are similar to other system's implemantations of this command, with the FreeBSD additions for -m (memoryuse) and -p (max processes) that are not available on other systems.