summaryrefslogtreecommitdiffstats
path: root/include/ulimit.h
Commit message (Collapse)AuthorAgeFilesLines
* No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to betjr2003-01-081-9/+0
| | | | renamed in RELENG_5_0.
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-041-2/+11
| | | | | 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.
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLStjr2003-01-041-0/+4
| | | | so that it can be called from C++.
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-081-0/+37
Submitted by: Kyle Martin <mkm@ieee.org>
OpenPOWER on IntegriCloud