date and time created 80/07/12 16:31:43 by bill
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Sun, 13 Jul 1980 07:31:43 +0000 (23:31 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Sun, 13 Jul 1980 07:31:43 +0000 (23:31 -0800)
SCCS-vsn: sys/sys/vlimit.h 3.1

usr/src/sys/sys/vlimit.h [new file with mode: 0644]

diff --git a/usr/src/sys/sys/vlimit.h b/usr/src/sys/sys/vlimit.h
new file mode 100644 (file)
index 0000000..75172fd
--- /dev/null
@@ -0,0 +1,11 @@
+/*     vlimit.h        3.1     %G%     */
+
+/*
+ * Limits for u.u_limit[i], per process, inherited.
+ */
+#define        LIM_NORAISE     0       /* if <> 0, can't raise limits */
+#define        LIM_CPU         1       /* max secs cpu time */
+#define        LIM_FSIZE       2       /* max size of file created */
+#define        LIM_DATA        3       /* max growth of data space */
+#define        LIM_STACK       4       /* max growth of stack */
+#define        LIM_CORE        5       /* max size of ``core'' file */