aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/resource.h
Commit message (Expand)AuthorAgeFilesLines
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add RLIM_SAVED_MAX and RLIM_SAVED_CUR symbols.Konstantin Belousov2017-02-141-2/+2
* Define the id_t type as required by POSIX.Ed Schouten2016-06-011-5/+10
* Make RLIM_INFINITY usable without including <stdint.h>.Ed Schouten2016-05-311-1/+1
* Implement process-shared locks support for libthr.so.3, withoutKonstantin Belousov2016-02-281-1/+3
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-211-1/+3
* Add the wait6(2) system call. It takes POSIX waitid()-like processKonstantin Belousov2012-11-131-0/+7
* Add const qualifier to rlimit_ident.Mikolaj Golub2011-11-241-1/+1
* Style fix - keep the line length below 80 characters.Edward Tomasz Napierala2010-07-181-1/+1
* Style fix.Edward Tomasz Napierala2010-07-181-1/+1
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and ticksKonstantin Belousov2010-05-041-0/+1
* Implement global and per-uid accounting of the anonymous memory. AddKonstantin Belousov2009-06-231-1/+3
* Don't forget to add "npts" to rlimit_ident[] as well.Ed Schouten2008-12-111-1/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-1/+2
* Move the shared cp_time array (counts %sys, %user, %idle etc) to thePeter Wemm2007-11-291-1/+1
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-20/+18
* Correct description of RLIMIT_CPU.John Baldwin2005-11-161-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* - Move the function prototypes for kern_setrlimit() and kern_wait() toJohn Baldwin2005-01-051-2/+1
* Fix signedness idiocy in previous commit. Pass the pointy hat...Dag-Erling Smørgrav2004-11-091-1/+1
* Back out previous commit; INT64_MAX (defined in <stdint.h>) is not alwaysDag-Erling Smørgrav2004-11-091-1/+1
* Document why rlim_t needs to be a signed type.Dag-Erling Smørgrav2004-11-081-1/+1
* Add locking notes on the members of rusage. Note that these notes reflectJohn Baldwin2004-09-231-16/+21
* Make this header a little bit more XSI-compliant:David Schultz2004-06-131-8/+22
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-1/+1
* - Remove PRIO_TOTAL.Jeff Roberson2003-11-021-3/+0
* Move cp_time[CPUSTATES] and related #defines to <sys/resource.h>Poul-Henning Kamp2003-02-161-0/+8
* Part I of RLIMIT_VMEM implementation. Implement core functionality forMatthew Dillon2002-06-261-1/+3
* Remove __PAlfred Perlstein2002-03-191-6/+6
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* style(9) the structure definitions.David E. O'Brien2001-09-051-1/+1
* add prototype for dosetrlimitAssar Westerlund2001-07-221-0/+2
* Change the scheduler to actually respect the PUSER barrier. It's beenBrian Feldman2000-04-301-0/+3
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* Implement RLIMIT_SBSIZE in the kernel. This is a per-uid sockbuf totalBrian Feldman1999-10-091-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a new "file" to procfs: "rlimit" which shows the resource limits forPoul-Henning Kamp1999-04-301-1/+20
* Don't #include <sys/types.h>. I mistakenly #included it unconditionallyBruce Evans1997-11-181-4/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use rlim_t for rlim_cur, rlim_max as supposedAndrey A. Chernov1997-01-061-3/+3
* Merge in Lite2: use fixed-width types.Jeffrey Hsu1996-03-111-6/+6
* #Include <sys/types.h> so that <sys/resource.h> can be #included withoutBruce Evans1995-01-211-1/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+125