| Commit message (Expand) | Author | Age | Files | Lines |
| * | Giant is no longer required in kern_setrlimit(); remove its acquisition and | Alan Cox | 2005-06-01 | 1 | -2/+0 |
| * | Stop explicitly touching td_base_pri outside of the scheduler and simply | John Baldwin | 2004-12-30 | 1 | -1/+0 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -79/+113 |
| * | A modest collection of various and sundry style, spelling, and whitespace | John Baldwin | 2004-09-24 | 1 | -38/+33 |
| * | Various small style fixes. | John Baldwin | 2004-09-22 | 1 | -2/+4 |
| * | Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's not | Robert Watson | 2004-08-06 | 1 | -2/+2 |
| * | Remove spl's from kern_resource.c. | Robert Watson | 2004-08-04 | 1 | -4/+0 |
| * | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
| * | Turned off the "calcru: negative time" warning for certain SMP cases | Bruce Evans | 2004-06-21 | 1 | -12/+34 |
| * | Nice, is a property of a process as a whole.. | Julian Elischer | 2004-06-16 | 1 | -34/+10 |
| * | Deorbit COMPAT_SUNOS. | Poul-Henning Kamp | 2004-06-11 | 1 | -2/+2 |
| * | Fix rtprio() to do sensible things when called from threaded processes. | Julian Elischer | 2004-05-08 | 1 | -4/+45 |
| * | Remove a comment that complains about the lack of %qd, to justify | Maxime Henrion | 2004-04-10 | 1 | -3/+2 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Argh! Fix a bogon. lim_cur() was returning the hard (max) limit rather | John Baldwin | 2004-02-11 | 1 | -1/+1 |
| * | - Convert the plimit lock to a pool mutex lock. | John Baldwin | 2004-02-06 | 1 | -3/+3 |
| * | - Correct the translation of old rlimit values to properly handle the old | John Baldwin | 2004-02-06 | 1 | -21/+28 |
| * | A few more style fixes from Bruce including a few I missed last time. | John Baldwin | 2004-02-06 | 1 | -18/+12 |
| * | - A lot of style and whitespace fixes. | John Baldwin | 2004-02-05 | 1 | -60/+53 |
| * | Locking for the per-process resource limits structure. | John Baldwin | 2004-02-04 | 1 | -64/+159 |
| * | - Don't set td_priority directly here, use sched_prio(). | Jeff Roberson | 2003-10-27 | 1 | -1/+1 |
| * | 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 |