summaryrefslogtreecommitdiff
path: root/sys/kern/kern_resource.c
Commit message (Expand)AuthorAgeFilesLines
* rufetch and calcru sometimes should be called atomically together.Attilio Rao2007-06-091-13/+21
* The current rusage code show peculiar problems:Attilio Rao2007-06-091-6/+3
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-24/+33
* - Move rusage from being per-process in struct pstats to per-thread inJeff Roberson2007-06-011-22/+103
* Universally adopt most conventional spelling of acquire.Robert Watson2007-05-271-1/+1
* Rework the support for ABIs to override resource limits (used by 32-bitJohn Baldwin2007-05-141-6/+4
* Further system call comment cleanup:Robert Watson2007-03-051-3/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-25/+0
* Close race conditions between fork() and [sg]etpriority()'sXin LI2007-02-261-0/+3
* Use priv_check(9) instead of suser(9) for checking the privilege toRobert Watson2007-02-191-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Xin LI2007-01-171-1/+1
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-89/+0
* Use scheduler API sched_user_prio() to adjust thread's userland priority,David Xu2006-11-201-12/+15
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-3/+5
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+86
* Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparamDavid Xu2006-09-211-0/+95
* Commit the results of the typo hunt by Darren Pilgrim.Yaroslav Tykhiy2006-08-041-1/+1
* Go over calcru and friends once more.Poul-Henning Kamp2006-03-111-47/+48
* Add slop to "backwards" cpu accounting messages, 3 usec or 1% whicheverPoul-Henning Kamp2006-03-091-1/+5
* Various style and comment fixes.John Baldwin2006-02-221-8/+7
* Split calcru() back into a calcru1() function shared with calccru() andJohn Baldwin2006-02-211-10/+33
* CPU time accounting speedup (step 2)Poul-Henning Kamp2006-02-111-68/+45
* Modify the way we account for CPU time spent (step 1)Poul-Henning Kamp2006-02-071-9/+12
* Back out changes made in rev. 1.151.Stephan Uphoff2006-01-251-1/+1
* Hopefully fix the "calcru: runtime went backwards from ..." problem byStephan Uphoff2006-01-231-1/+1
* Calling setrlimit from 32bit apps could potentially increase certainPaul Saab2005-11-021-0/+7
* Use the reference count API to manage the reference counts for processJohn Baldwin2005-09-271-11/+4
* Giant is no longer required in kern_setrlimit(); remove its acquisition andAlan Cox2005-06-011-2/+0
* Stop explicitly touching td_base_pri outside of the scheduler and simplyJohn Baldwin2004-12-301-1/+0
* Rework how we store process times in the kernel such that we always storeJohn Baldwin2004-10-051-79/+113
* A modest collection of various and sundry style, spelling, and whitespaceJohn Baldwin2004-09-241-38/+33
* Various small style fixes.John Baldwin2004-09-221-2/+4
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notRobert Watson2004-08-061-2/+2
* Remove spl's from kern_resource.c.Robert Watson2004-08-041-4/+0
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This isColin Percival2004-07-261-1/+1
* Turned off the "calcru: negative time" warning for certain SMP casesBruce Evans2004-06-211-12/+34
* Nice, is a property of a process as a whole..Julian Elischer2004-06-161-34/+10
* Deorbit COMPAT_SUNOS.Poul-Henning Kamp2004-06-111-2/+2
* Fix rtprio() to do sensible things when called from threaded processes.Julian Elischer2004-05-081-4/+45
* Remove a comment that complains about the lack of %qd, to justifyMaxime Henrion2004-04-101-3/+2
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-051-4/+0
* Argh! Fix a bogon. lim_cur() was returning the hard (max) limit ratherJohn Baldwin2004-02-111-1/+1
* - Convert the plimit lock to a pool mutex lock.John Baldwin2004-02-061-3/+3
* - Correct the translation of old rlimit values to properly handle the oldJohn Baldwin2004-02-061-21/+28
* A few more style fixes from Bruce including a few I missed last time.John Baldwin2004-02-061-18/+12
* - A lot of style and whitespace fixes.John Baldwin2004-02-051-60/+53
* Locking for the per-process resource limits structure.John Baldwin2004-02-041-64/+159
* - Don't set td_priority directly here, use sched_prio().Jeff Roberson2003-10-271-1/+1
* Extend the mutex pool implementation to permit the creation and use ofDon Lewis2003-07-131-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-1/+3