summaryrefslogtreecommitdiffstats
path: root/sys/sys/resource.h
Commit message (Expand)AuthorAgeFilesLines
* Add const qualifier to rlimit_ident.trociny2011-11-241-1/+1
* Style fix - keep the line length below 80 characters.trasz2010-07-181-1/+1
* Style fix.trasz2010-07-181-1/+1
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and tickskib2010-05-041-0/+1
* Implement global and per-uid accounting of the anonymous memory. Addkib2009-06-231-1/+3
* Don't forget to add "npts" to rlimit_ident[] as well.ed2008-12-111-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-1/+2
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thepeter2007-11-291-1/+1
* - Move rusage from being per-process in struct pstats to per-thread injeff2007-06-011-20/+18
* Correct description of RLIMIT_CPU.jhb2005-11-161-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-051-2/+1
* Fix signedness idiocy in previous commit. Pass the pointy hat...des2004-11-091-1/+1
* Back out previous commit; INT64_MAX (defined in <stdint.h>) is not alwaysdes2004-11-091-1/+1
* Document why rlim_t needs to be a signed type.des2004-11-081-1/+1
* Add locking notes on the members of rusage. Note that these notes reflectjhb2004-09-231-16/+21
* Make this header a little bit more XSI-compliant:das2004-06-131-8/+22
* Remove advertising clause from University of California Regent's license,imp2004-04-071-4/+0
* Locking for the per-process resource limits structure.jhb2004-02-041-1/+1
* - Remove PRIO_TOTAL.jeff2003-11-021-3/+0
* Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>phk2003-02-161-0/+8
* Part I of RLIMIT_VMEM implementation. Implement core functionality fordillon2002-06-261-1/+3
* Remove __Palfred2002-03-191-6/+6
* KSE Milestone 2julian2001-09-121-1/+1
* style(9) the structure definitions.obrien2001-09-051-1/+1
* add prototype for dosetrlimitassar2001-07-221-0/+2
* Change the scheduler to actually respect the PUSER barrier. It's beengreen2000-04-301-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalgreen1999-10-091-1/+3
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add a new "file" to procfs: "rlimit" which shows the resource limits forphk1999-04-301-1/+20
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallybde1997-11-181-4/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use rlim_t for rlim_cur, rlim_max as supposedache1997-01-061-3/+3
* Merge in Lite2: use fixed-width types.hsu1996-03-111-6/+6
* #Include <sys/types.h> so that <sys/resource.h> can be #included withoutbde1995-01-211-1/+3
* Added $Id$dg1994-08-021-0/+1
* BSD 4.4 Lite Kernel Sourcesrgrimes1994-05-241-0/+125
OpenPOWER on IntegriCloud