|
|
1.1 ! root 1: /* ! 2: * Limits for u.u_limit[i], per process, inherited. ! 3: */ ! 4: #define LIM_NORAISE 0 /* if <> 0, can't raise limits */ ! 5: #define LIM_CPU 1 /* max secs cpu time */ ! 6: #define LIM_FSIZE 2 /* max size of file created */ ! 7: #define LIM_DATA 3 /* max growth of data space */ ! 8: #define LIM_STACK 4 /* max growth of stack */ ! 9: #define LIM_CORE 5 /* max size of ``core'' file */ ! 10: #define LIM_MAXRSS 6 /* max desired data+stack core usage */ ! 11: #define LIM_TEXT 7 /* max size of text segment */ ! 12: ! 13: #define NLIMITS 7 ! 14: ! 15: #define INFINITY 0x7fffffff
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.