Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2011 08:55:00 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r220189 - stable/8/lib/libutil
Message-ID:  <201103310855.p2V8t0w8097453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Thu Mar 31 08:55:00 2011
New Revision: 220189
URL: http://svn.freebsd.org/changeset/base/220189

Log:
  MFC r219963:
  
   Add missing resource limits:
   - RLIMIT_NPTS
   - RLIMIT_SWAP

Modified:
  stable/8/lib/libutil/login_class.3
Directory Properties:
  stable/8/lib/libutil/   (props changed)

Modified: stable/8/lib/libutil/login_class.3
==============================================================================
--- stable/8/lib/libutil/login_class.3	Thu Mar 31 08:48:05 2011	(r220188)
+++ stable/8/lib/libutil/login_class.3	Thu Mar 31 08:55:00 2011	(r220189)
@@ -19,7 +19,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 20, 2008
+.Dd March 24, 2011
 .Dt LOGIN_CLASS 3
 .Os
 .Sh NAME
@@ -105,17 +105,19 @@ Class capability tags used, with and wit
 or -max (hard limit) suffixes and the corresponding resource
 setting:
 .Bd -literal
-cputime       RLIMIT_CPU
-filesize      RLIMIT_FSIZE
-datasize      RLIMIT_DATA
-stacksize     RLIMIT_STACK
-coredumpsize  RLIMIT_CORE
-memoryuse     RLIMIT_RSS
-memorylocked  RLIMIT_MEMLOCK
-maxproc       RLIMIT_NPROC
-openfiles     RLIMIT_NOFILE
-sbsize        RLIMIT_SBSIZE
-vmemoryuse    RLIMIT_VMEM
+cputime          RLIMIT_CPU
+filesize         RLIMIT_FSIZE
+datasize         RLIMIT_DATA
+stacksize        RLIMIT_STACK
+coredumpsize     RLIMIT_CORE
+memoryuse        RLIMIT_RSS
+memorylocked     RLIMIT_MEMLOCK
+maxproc          RLIMIT_NPROC
+openfiles        RLIMIT_NOFILE
+sbsize           RLIMIT_SBSIZE
+vmemoryuse       RLIMIT_VMEM
+pseudoterminals  RLIMIT_NPTS
+swapuse          RLIMIT_SWAP
 .Ed
 .It LOGIN_SETPRIORITY
 Set the scheduling priority for the current process based on the



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103310855.p2V8t0w8097453>