summaryrefslogtreecommitdiffstats
path: root/sys/sys/resourcevar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make resource limit access MP-safe. So far, the copy-on-write sharingvisa2019-06-211-4/+35
* Move initialization of limit0 into a dedicated function. This newvisa2019-06-021-1/+2
* Revert to using the SCHED_LOCK() to protect time accounting.mpi2019-06-011-2/+3
* Use a per-process mutex to protect time accounting instead of SCHED_LOCK().mpi2019-05-311-3/+2
* Rename struct plimit field p_refcnt to pl_refcnt to avoid confusionvisa2019-05-311-2/+2
* Fix unsafe use of ptsignal() in mi_switch().visa2019-01-061-1/+3
* exit1() needs to do a final aggregation of the thread's [us]ticksguenther2014-01-241-1/+2
* Fix delivery of SIGPROF and SIGVTALRM to threaded processes by havingguenther2013-10-081-4/+1
* Convert some internal APIs to use timespecs instead of timevalsguenther2013-06-031-7/+9
* Make rusage totals, itimers, and profile settings per-process insteadguenther2012-03-231-31/+6
* Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls,guenther2011-07-111-3/+1
* There is a bunch of places in the kernel entry points where we don'tart2011-07-071-1/+3
* Eliminate struct plimit's PL_SHAREMOD flag: it was for COMPAT_IRIXguenther2010-06-291-8/+3
* Since p_flag is often manipulated in interrupts and without biglockart2007-03-151-1/+2
* Keep a counter for addupc_intr() invocations, and pass its value, instead of 1,miod2006-12-241-2/+8
* Ensure virtual and profiling interval timers are reset in child processkurt2006-07-111-4/+3
* hardclock detects if ITIMER_VIRTUAL and ITIMER_PROF have expired andart2004-08-041-1/+8
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Change addupc_intr to not use fuswintr and suswintr to update the profilingart2002-06-071-6/+3
* First round of __P removal in sysmillert2002-03-141-8/+8
* Add limfree prototype to sys/recosurcevar.h.art2000-05-051-3/+4
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* from netbsd:deraadt1995-12-141-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+95