| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvs | Ken Smith | 2008-11-26 | 1 | -1/+1 |
| * | Restore the global cp_time[] array that was removed when the per-CPU stats | John Baldwin | 2008-06-03 | 1 | -9/+16 |
| * | MFC: rev 1.205: compile on systems without SCTL_MASK32 | Peter Wemm | 2008-04-10 | 1 | -1/+2 |
| * | MFC: record per-cpu stats for %user/%nice/%system/%idle | Peter Wemm | 2008-04-09 | 1 | -5/+68 |
| * | MFC the following commits: | Nick Hibma | 2007-02-20 | 1 | -3/+3 |
| * | MFC: Split struct ithd into struct intr_thread and intr_event and | John Baldwin | 2006-03-10 | 1 | -2/+3 |
| * | MFC kern_clock.c:1.181 | Ed Maste | 2006-01-03 | 1 | -2/+1 |
| * | Big overall MFC of polling(4) cleanup: | Gleb Smirnoff | 2005-10-07 | 1 | -0/+1 |
| * | Use SCTL_MASK32 to determine that the sysctl call is from a 32bit | Paul Saab | 2005-06-30 | 1 | -7/+2 |
| * | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | Peter Wemm | 2005-06-30 | 1 | -2/+31 |
| * | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | Peter Wemm | 2005-06-24 | 1 | -0/+1 |
| * | Kernel hooks to support PMC sampling modes. | Joseph Koshy | 2005-05-30 | 1 | -0/+9 |
| * | - Define KTR points for KTR_SCHED. | Jeff Roberson | 2004-12-26 | 1 | -0/+2 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -4/+4 |
| * | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -10/+6 |
| * | - Assert that any process that has statclock called on it has both a | John Baldwin | 2004-07-02 | 1 | -11/+10 |
| * | Nice, is a property of a process as a whole.. | Julian Elischer | 2004-06-16 | 1 | -1/+1 |
| * | Remove a redundant "td = curthread" statement from profclock(). | Tim J. Robbins | 2004-06-02 | 1 | -1/+0 |
| * | Fix a race condition which could result in profprocs being decremented | Colin Percival | 2004-05-03 | 1 | -0/+2 |
| * | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-05 | 1 | -4/+0 |
| * | Make sure to disable the watchdog if we cannot honour the timeout. | Poul-Henning Kamp | 2004-02-28 | 1 | -3/+2 |
| * | Rename the WATCHDOG option to SW_WATCHDOG and make it use the | Poul-Henning Kamp | 2004-02-28 | 1 | -32/+28 |
| * | Catch a few places where NULL (pointer) was used where 0 (integer) was | Peter Wemm | 2003-12-23 | 1 | -1/+1 |
| * | - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td | Jeff Roberson | 2003-10-16 | 1 | -4/+2 |
| * | Fix this to build on alpha. Build test successful. | Sean Kelly | 2003-06-27 | 1 | -1/+1 |
| * | - Add a software watchdog facility. | Sean Kelly | 2003-06-26 | 1 | -0/+82 |
| * | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | David Xu | 2003-06-15 | 1 | -3/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -1/+3 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and | John Baldwin | 2003-04-22 | 1 | -19/+17 |
| * | - Adjust sched hooks for fork and exec to take processes as arguments instead | Jeff Roberson | 2003-04-11 | 1 | -1/+1 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -4/+0 |
| * | Change the process flags P_KSES to be P_THREADED. | Julian Elischer | 2003-02-27 | 1 | -3/+3 |
| * | Remove a never true condition. | David Xu | 2003-02-25 | 1 | -2/+1 |
| * | Move a bunch of flags from the KSE to the thread. | Julian Elischer | 2003-02-17 | 1 | -3/+4 |
| * | - Split the struct kse into struct upcall and struct kse. struct kse will | Jeff Roberson | 2003-02-17 | 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 | -3/+5 |
| * | Remove #include <sys/dkstat.h> | Poul-Henning Kamp | 2003-02-16 | 1 | -1/+0 |
| * | Move the tty related statistics counters to live with the tty code. | Poul-Henning Kamp | 2003-02-16 | 1 | -5/+0 |
| * | A little infrastructure, preceding some upcoming changes | Julian Elischer | 2003-02-08 | 1 | -3/+19 |
| * | Split statclock into statclock and profclock, and made the method for driving | Jake Burkholder | 2003-02-03 | 1 | -90/+66 |
| * | Reversion of commit by Davidxu plus fixes since applied. | Julian Elischer | 2003-02-01 | 1 | -37/+18 |
| * | Move UPCALL related data structure out of kse, introduce a new | David Xu | 2003-01-26 | 1 | -18/+37 |
| * | 1. Support versioning and wall clock in kse mailbox, | David Xu | 2002-11-18 | 1 | -0/+4 |
| * | - Create a new scheduler api that is defined in sys/sched.h | Jeff Roberson | 2002-10-12 | 1 | -1/+2 |
| * | Give up on calling tc_ticktock() from a timeout, we have timeout | Poul-Henning Kamp | 2002-09-04 | 1 | -0/+2 |
| * | Fixed breakage of binary compatibility of the kern.clockrate sysctl in | Bruce Evans | 2002-05-05 | 1 | -0/+1 |
| * | Move the winding of timecounters out of hardclock and into a normal | Poul-Henning Kamp | 2002-04-26 | 1 | -3/+0 |
| * | Take the "tickadj" element out of struct clockinfo. Our adjtime(2) | Poul-Henning Kamp | 2002-04-15 | 1 | -1/+0 |
| * | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -1/+1 |