| Commit message (Expand) | Author | Age | Files | Lines |
| * | rufetch and calcru sometimes should be called atomically together. | Attilio Rao | 2007-06-09 | 1 | -13/+21 |
| * | The current rusage code show peculiar problems: | Attilio Rao | 2007-06-09 | 1 | -6/+3 |
| * | Commit 14/14 of sched_lock decomposition. | Jeff Roberson | 2007-06-05 | 1 | -24/+33 |
| * | - Move rusage from being per-process in struct pstats to per-thread in | Jeff Roberson | 2007-06-01 | 1 | -22/+103 |
| * | Universally adopt most conventional spelling of acquire. | Robert Watson | 2007-05-27 | 1 | -1/+1 |
| * | Rework the support for ABIs to override resource limits (used by 32-bit | John Baldwin | 2007-05-14 | 1 | -6/+4 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -3/+0 |
| * | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson | 2007-03-04 | 1 | -25/+0 |
| * | Close race conditions between fork() and [sg]etpriority()'s | Xin LI | 2007-02-26 | 1 | -0/+3 |
| * | Use priv_check(9) instead of suser(9) for checking the privilege to | Robert Watson | 2007-02-19 | 1 | -1/+1 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -1/+1 |
| * | Threading cleanup.. part 2 of several. | Julian Elischer | 2006-12-06 | 1 | -89/+0 |
| * | Use scheduler API sched_user_prio() to adjust thread's userland priority, | David Xu | 2006-11-20 | 1 | -12/+15 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -3/+5 |
| * | Make KSE a kernel option, turned on by default in all GENERIC | John Birrell | 2006-10-26 | 1 | -0/+86 |
| * | Replace system call thr_getscheduler, thr_setscheduler, thr_setschedparam | David Xu | 2006-09-21 | 1 | -0/+95 |
| * | Commit the results of the typo hunt by Darren Pilgrim. | Yaroslav Tykhiy | 2006-08-04 | 1 | -1/+1 |
| * | Go over calcru and friends once more. | Poul-Henning Kamp | 2006-03-11 | 1 | -47/+48 |
| * | Add slop to "backwards" cpu accounting messages, 3 usec or 1% whichever | Poul-Henning Kamp | 2006-03-09 | 1 | -1/+5 |
| * | Various style and comment fixes. | John Baldwin | 2006-02-22 | 1 | -8/+7 |
| * | Split calcru() back into a calcru1() function shared with calccru() and | John Baldwin | 2006-02-21 | 1 | -10/+33 |
| * | CPU time accounting speedup (step 2) | Poul-Henning Kamp | 2006-02-11 | 1 | -68/+45 |
| * | Modify the way we account for CPU time spent (step 1) | Poul-Henning Kamp | 2006-02-07 | 1 | -9/+12 |
| * | Back out changes made in rev. 1.151. | Stephan Uphoff | 2006-01-25 | 1 | -1/+1 |
| * | Hopefully fix the "calcru: runtime went backwards from ..." problem by | Stephan Uphoff | 2006-01-23 | 1 | -1/+1 |
| * | Calling setrlimit from 32bit apps could potentially increase certain | Paul Saab | 2005-11-02 | 1 | -0/+7 |
| * | Use the reference count API to manage the reference counts for process | John Baldwin | 2005-09-27 | 1 | -11/+4 |
| * | 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 |