tjr
|
054271d4c0
|
No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to be
renamed in RELENG_5_0.
|
2003-01-08 01:18:13 +00:00 |
|
tjr
|
550b215d09
|
Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are
the names required by 1003.1-2001. The old names are retained for
source compatibility with FreeBSD 5.0 and will be removed before 6.0.
|
2003-01-04 01:11:49 +00:00 |
|
tjr
|
81ba2af45b
|
Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLS
so that it can be called from C++.
|
2003-01-04 00:32:18 +00:00 |
|
mike
|
a72d8585b7
|
Implement POSIX.1-2001 (XSI)'s ulimit(3).
Submitted by: Kyle Martin <mkm@ieee.org>
|
2002-08-08 04:50:36 +00:00 |
|