| Commit message (Expand) | Author | Age | Files | Lines |
* | Go over calcru and friends once more. | phk | 2006-03-11 | 1 | -47/+48 |
* | Add slop to "backwards" cpu accounting messages, 3 usec or 1% whichever | phk | 2006-03-09 | 1 | -1/+5 |
* | Various style and comment fixes. | jhb | 2006-02-22 | 1 | -8/+7 |
* | Split calcru() back into a calcru1() function shared with calccru() and | jhb | 2006-02-21 | 1 | -10/+33 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -68/+45 |
* | Modify the way we account for CPU time spent (step 1) | phk | 2006-02-07 | 1 | -9/+12 |
* | Back out changes made in rev. 1.151. | ups | 2006-01-25 | 1 | -1/+1 |
* | Hopefully fix the "calcru: runtime went backwards from ..." problem by | ups | 2006-01-23 | 1 | -1/+1 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 1 | -0/+7 |
* | Use the reference count API to manage the reference counts for process | jhb | 2005-09-27 | 1 | -11/+4 |
* | Giant is no longer required in kern_setrlimit(); remove its acquisition and | alc | 2005-06-01 | 1 | -2/+0 |
* | Stop explicitly touching td_base_pri outside of the scheduler and simply | jhb | 2004-12-30 | 1 | -1/+0 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -79/+113 |
* | A modest collection of various and sundry style, spelling, and whitespace | jhb | 2004-09-24 | 1 | -38/+33 |
* | Various small style fixes. | jhb | 2004-09-22 | 1 | -2/+4 |
* | Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's not | rwatson | 2004-08-06 | 1 | -2/+2 |
* | Remove spl's from kern_resource.c. | rwatson | 2004-08-04 | 1 | -4/+0 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | cperciva | 2004-07-26 | 1 | -1/+1 |
* | Turned off the "calcru: negative time" warning for certain SMP cases | bde | 2004-06-21 | 1 | -12/+34 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -34/+10 |
* | Deorbit COMPAT_SUNOS. | phk | 2004-06-11 | 1 | -2/+2 |
* | Fix rtprio() to do sensible things when called from threaded processes. | julian | 2004-05-08 | 1 | -4/+45 |
* | Remove a comment that complains about the lack of %qd, to justify | mux | 2004-04-10 | 1 | -3/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Argh! Fix a bogon. lim_cur() was returning the hard (max) limit rather | jhb | 2004-02-11 | 1 | -1/+1 |
* | - Convert the plimit lock to a pool mutex lock. | jhb | 2004-02-06 | 1 | -3/+3 |
* | - Correct the translation of old rlimit values to properly handle the old | jhb | 2004-02-06 | 1 | -21/+28 |
* | A few more style fixes from Bruce including a few I missed last time. | jhb | 2004-02-06 | 1 | -18/+12 |
* | - A lot of style and whitespace fixes. | jhb | 2004-02-05 | 1 | -60/+53 |
* | Locking for the per-process resource limits structure. | jhb | 2004-02-04 | 1 | -64/+159 |
* | - Don't set td_priority directly here, use sched_prio(). | jeff | 2003-10-27 | 1 | -1/+1 |
* | Extend the mutex pool implementation to permit the creation and use of | truckman | 2003-07-13 | 1 | -1/+1 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Remove Giant from [gs]etpriority(). | jhb | 2003-04-23 | 1 | -6/+0 |
* | Lock both the proc lock and sched_lock when calling sched_nice since | jhb | 2003-04-22 | 1 | -0/+2 |
* | Add a couple of sched_lock asserts. | jhb | 2003-04-18 | 1 | -0/+2 |
* | - Adjust sched hooks for fork and exec to take processes as arguments instead | jeff | 2003-04-11 | 1 | -1/+1 |
* | Back out previous. The locking here needs a rethink. | tjr | 2003-03-13 | 1 | -15/+3 |
* | Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accesses | tjr | 2003-03-12 | 1 | -3/+15 |
* | Remove the PL_SHAREMOD flag from struct plimit, which could have been | tjr | 2003-02-20 | 1 | -3/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 1 | -74/+60 |
* | Add an XXX comment noting that getrusage() accesses p_stats->p_ru | tjr | 2003-02-13 | 1 | -0/+1 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -60/+74 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -74/+60 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 1 | -2/+2 |
* | - Move p_cpulimit to struct proc from struct plimit and protect it with | jhb | 2002-10-09 | 1 | -4/+3 |
* | Change p_cpulimit to be in seconds instead of microseconds. Since | jhb | 2002-09-30 | 1 | -2/+1 |
* | Use the fields in the sysentvec and in the vm map header in place of the | jake | 2002-09-21 | 1 | -3/+6 |