| Commit message (Expand) | Author | Age | Files | Lines |
| * | Extend the mutex pool implementation to permit the creation and use of | Don Lewis | 2003-07-13 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Remove Giant from [gs]etpriority(). | John Baldwin | 2003-04-23 | 1 | -6/+0 |
| * | Lock both the proc lock and sched_lock when calling sched_nice since | John Baldwin | 2003-04-22 | 1 | -0/+2 |
| * | Add a couple of sched_lock asserts. | John Baldwin | 2003-04-18 | 1 | -0/+2 |
| * | - Adjust sched hooks for fork and exec to take processes as arguments instead | Jeff Roberson | 2003-04-11 | 1 | -1/+1 |
| * | Back out previous. The locking here needs a rethink. | Tim J. Robbins | 2003-03-13 | 1 | -15/+3 |
| * | Acquire sched_lock around use of FOREACH_KSEGRP_IN_PROC, accesses | Tim J. Robbins | 2003-03-12 | 1 | -3/+15 |
| * | Remove the PL_SHAREMOD flag from struct plimit, which could have been | Tim J. Robbins | 2003-02-20 | 1 | -3/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | Jeff Roberson | 2003-02-17 | 1 | -74/+60 |
| * | Add an XXX comment noting that getrusage() accesses p_stats->p_ru | Tim J. Robbins | 2003-02-13 | 1 | -0/+1 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -60/+74 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -74/+60 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 1 | -2/+2 |
| * | - Move p_cpulimit to struct proc from struct plimit and protect it with | John Baldwin | 2002-10-09 | 1 | -4/+3 |
| * | Change p_cpulimit to be in seconds instead of microseconds. Since | John Baldwin | 2002-09-30 | 1 | -2/+1 |
| * | Use the fields in the sysentvec and in the vm map header in place of the | Jake Burkholder | 2002-09-21 | 1 | -3/+6 |
| * | Allocate KSEs and KSEGRPs separatly and remove them from the proc structure. | Julian Elischer | 2002-09-15 | 1 | -20/+48 |
| * | Widen struct sockbuf's sb_timeo member to int from short. With | John Polstra | 2002-07-24 | 1 | -2/+2 |
| * | more caddr_t removal. | Alfred Perlstein | 2002-06-29 | 1 | -8/+5 |
| * | Change p_can{debug,see,sched,signal}()'s first argument to be a thread | John Baldwin | 2002-05-19 | 1 | -9/+9 |
| * | Lock proctree_lock instead of pgrpsess_lock. | John Baldwin | 2002-04-16 | 1 | -6/+6 |
| * | - Change donice() to take a thread as the first argument instead of a | John Baldwin | 2002-04-13 | 1 | -37/+40 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+1 |
| * | Change the suser() API to take advantage of td_ucred as well as do a | John Baldwin | 2002-04-01 | 1 | -3/+3 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -2/+2 |
| * | Cast the variable, not the constant to 64 bits. | Poul-Henning Kamp | 2002-02-26 | 1 | -1/+1 |
| * | Lock struct pgrp, session and sigio. | Seigo Tanimura | 2002-02-23 | 1 | -6/+28 |
| * | Convert p->p_runtime and PCPU(switchtime) to bintime format. | Poul-Henning Kamp | 2002-02-22 | 1 | -13/+9 |
| * | In a threaded world, differnt priorirites become properties of | Julian Elischer | 2002-02-11 | 1 | -15/+17 |
| * | use mutex pool mutexes for uidinfo locking. | Alfred Perlstein | 2002-01-20 | 1 | -15/+15 |
| * | *** empty log message *** | Peter Wemm | 2001-11-04 | 1 | -3/+3 |
| * | o Move suser() calls in kern/ to using suser_xxx() with an explicit | Robert Watson | 2001-11-01 | 1 | -2/+3 |
| * | Adjust printfs to be time_t agnostic. | Matthew Dillon | 2001-10-28 | 1 | -3/+3 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -9/+8 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -99/+124 |
| * | Use sched_lock to protect rtp_to_pri() and pri_to_rtp() when needed. | John Baldwin | 2001-09-02 | 1 | -0/+4 |
| * | Giant Pushdown. Saved the worst P4 tree breakage for last. | Matthew Dillon | 2001-09-01 | 1 | -21/+81 |
| * | add prototype for dosetrlimit | Assar Westerlund | 2001-07-22 | 1 | -2/+0 |
| * | o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). | Robert Watson | 2001-07-05 | 1 | -9/+9 |
| * | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | Matthew Dillon | 2001-07-04 | 1 | -2/+2 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+2 |
| * | Make rtprio work again. | Jake Burkholder | 2001-04-29 | 1 | -19/+14 |
| * | Change the pfind() and zpfind() functions to lock the process that they | John Baldwin | 2001-04-24 | 1 | -24/+36 |
| * | o Limit process information leakage by introducing a p_can(...P_CAN_SEE...) | Robert Watson | 2001-04-12 | 1 | -0/+2 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -4/+5 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -2/+2 |
| * | Don't call malloc with M_WAITOK while holding a mutex. | Alfred Perlstein | 2001-03-09 | 1 | -22/+21 |