aboutsummaryrefslogtreecommitdiff
path: root/include/ulimit.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* No need to support UL_GETSIZE and UL_SETSIZE anymore; they are about to beTim J. Robbins2003-01-081-9/+0
| | | | | | | renamed in RELENG_5_0. Notes: svn path=/head/; revision=108910
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these areTim J. Robbins2003-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. Notes: svn path=/head/; revision=108637
* Bracket the prototype for ulimit() with __BEGIN_DECLS/__END_DECLSTim J. Robbins2003-01-041-0/+4
| | | | | | | so that it can be called from C++. Notes: svn path=/head/; revision=108634
* Implement POSIX.1-2001 (XSI)'s ulimit(3).Mike Barcroft2002-08-081-0/+37
Submitted by: Kyle Martin <mkm@ieee.org> Notes: svn path=/head/; revision=101497