| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | julian | 2002-09-15 | 1 | -20/+48 |
* | Widen struct sockbuf's sb_timeo member to int from short. With | jdp | 2002-07-24 | 1 | -2/+2 |
* | more caddr_t removal. | alfred | 2002-06-29 | 1 | -8/+5 |
* | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | jhb | 2002-05-19 | 1 | -9/+9 |
* | Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -6/+6 |
* | - Change donice() to take a thread as the first argument instead of a | jhb | 2002-04-13 | 1 | -37/+40 |
* | Change callers of mtx_init() to pass in an appropriate lock type name. In | jhb | 2002-04-04 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -3/+3 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Cast the variable, not the constant to 64 bits. | phk | 2002-02-26 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -6/+28 |
* | Convert p->p_runtime and PCPU(switchtime) to bintime format. | phk | 2002-02-22 | 1 | -13/+9 |
* | In a threaded world, differnt priorirites become properties of | julian | 2002-02-11 | 1 | -15/+17 |
* | use mutex pool mutexes for uidinfo locking. | alfred | 2002-01-20 | 1 | -15/+15 |
* | *** empty log message *** | peter | 2001-11-04 | 1 | -3/+3 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -2/+3 |
* | Adjust printfs to be time_t agnostic. | dillon | 2001-10-28 | 1 | -3/+3 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -9/+8 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -99/+124 |
* | Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed. | jhb | 2001-09-02 | 1 | -0/+4 |
* | Giant Pushdown. Saved the worst P4 tree breakage for last. | dillon | 2001-09-01 | 1 | -21/+81 |
* | add prototype for dosetrlimit | assar | 2001-07-22 | 1 | -2/+0 |
* | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | rwatson | 2001-07-05 | 1 | -9/+9 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 1 | -2/+2 |