| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of doing comparisons using the pcpu area to see if | julian | 2007-03-08 | 1 | -1/+1 |
* | Align the interfaces for the various watchdogs and make the interface | n_hibma | 2006-12-15 | 1 | -3/+3 |
* | Threading cleanup.. part 2 of several. | julian | 2006-12-06 | 1 | -16/+4 |
* | Make KSE a kernel option, turned on by default in all GENERIC | jb | 2006-10-26 | 1 | -0/+19 |
* | Unexpand an instance of TAILQ_EMPTY() | delphij | 2006-06-14 | 1 | -1/+1 |
* | Add scheduler CORE, the work I have done half a year ago, recent, | davidxu | 2006-06-13 | 1 | -0/+1 |
* | Trim trailing whitespace. | jhb | 2006-04-17 | 1 | -3/+3 |
* | CPU time accounting speedup (step 2) | phk | 2006-02-11 | 1 | -3/+3 |
* | Simplify system time accounting for profiling. | phk | 2006-02-08 | 1 | -1/+1 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -22/+15 |
* | Remove the KTR for hardclock completely. It seems to not be useful. | njl | 2005-12-18 | 1 | -1/+0 |
* | Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB, | njl | 2005-12-17 | 1 | -1/+1 |
* | - Use uintfptr_t rather than int for the kernel profiling index (though it | jhb | 2005-12-16 | 1 | -3/+3 |
* | In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is | emaste | 2005-10-27 | 1 | -2/+1 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | jhb | 2005-10-25 | 1 | -2/+3 |
* | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | glebius | 2005-10-05 | 1 | -0/+1 |
* | Use SCTL_MASK32 to determine that the sysctl call is from a 32bit | ps | 2005-06-30 | 1 | -7/+2 |
* | Jumbo-commit to enhance 32 bit application support on 64 bit kernels. | peter | 2005-06-30 | 1 | -2/+31 |
* | Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't merit | peter | 2005-06-24 | 1 | -0/+1 |
* | Kernel hooks to support PMC sampling modes. | jkoshy | 2005-05-30 | 1 | -0/+9 |
* | - Define KTR points for KTR_SCHED. | jeff | 2004-12-26 | 1 | -0/+2 |
* | Rework how we store process times in the kernel such that we always store | jhb | 2004-10-05 | 1 | -4/+4 |
* | Update for the KDB framework: | marcel | 2004-07-10 | 1 | -10/+6 |
* | - Assert that any process that has statclock called on it has both a | jhb | 2004-07-02 | 1 | -11/+10 |
* | Nice, is a property of a process as a whole.. | julian | 2004-06-16 | 1 | -1/+1 |
* | Remove a redundant "td = curthread" statement from profclock(). | tjr | 2004-06-02 | 1 | -1/+0 |
* | Fix a race condition which could result in profprocs being decremented | cperciva | 2004-05-03 | 1 | -0/+2 |
* | Remove advertising clause from University of California Regent's license, | imp | 2004-04-05 | 1 | -4/+0 |
* | Make sure to disable the watchdog if we cannot honour the timeout. | phk | 2004-02-28 | 1 | -3/+2 |
* | Rename the WATCHDOG option to SW_WATCHDOG and make it use the | phk | 2004-02-28 | 1 | -33/+29 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 1 | -1/+1 |
* | - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a td | jeff | 2003-10-16 | 1 | -4/+2 |
* | Fix this to build on alpha. Build test successful. | smkelly | 2003-06-27 | 1 | -1/+1 |
* | - Add a software watchdog facility. | smkelly | 2003-06-26 | 1 | -0/+82 |
* | Rename P_THREADED to P_SA. P_SA means a process is using scheduler | davidxu | 2003-06-15 | 1 | -3/+3 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -1/+3 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -1/+1 |
* | - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag and | jhb | 2003-04-22 | 1 | -19/+17 |
* | - Adjust sched hooks for fork and exec to take processes as arguments instead | jeff | 2003-04-11 | 1 | -1/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -4/+0 |
* | Change the process flags P_KSES to be P_THREADED. | julian | 2003-02-27 | 1 | -3/+3 |
* | Remove a never true condition. | davidxu | 2003-02-25 | 1 | -2/+1 |
* | Move a bunch of flags from the KSE to the thread. | julian | 2003-02-17 | 1 | -3/+4 |
* | - Split the struct kse into struct upcall and struct kse. struct kse will | jeff | 2003-02-17 | 1 | -2/+2 |
* | - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back into | jeff | 2003-02-17 | 1 | -3/+5 |
* | Remove #include <sys/dkstat.h> | phk | 2003-02-16 | 1 | -1/+0 |
* | Move the tty related statistics counters to live with the tty code. | phk | 2003-02-16 | 1 | -5/+0 |
* | A little infrastructure, preceding some upcoming changes | julian | 2003-02-08 | 1 | -3/+19 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 1 | -90/+66 |
* | Reversion of commit by Davidxu plus fixes since applied. | julian | 2003-02-01 | 1 | -37/+18 |