summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_clock.c
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate explicit kdb_enter in the software watchdog handler (whichemaste2007-05-281-7/+1
* Initialize time_lock before calling cpu_initclocks(). This corrects arwatson2007-05-231-1/+1
* - Move clock synchronization into a seperate clock lock so the globaljeff2007-05-201-10/+13
* Instead of doing comparisons using the pcpu area to see ifjulian2007-03-081-1/+1
* Align the interfaces for the various watchdogs and make the interfacen_hibma2006-12-151-3/+3
* Threading cleanup.. part 2 of several.julian2006-12-061-16/+4
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+19
* Unexpand an instance of TAILQ_EMPTY()delphij2006-06-141-1/+1
* Add scheduler CORE, the work I have done half a year ago, recent,davidxu2006-06-131-0/+1
* Trim trailing whitespace.jhb2006-04-171-3/+3
* CPU time accounting speedup (step 2)phk2006-02-111-3/+3
* Simplify system time accounting for profiling.phk2006-02-081-1/+1
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-22/+15
* Remove the KTR for hardclock completely. It seems to not be useful.njl2005-12-181-1/+0
* Clean up unused or poorly utilized KTR values. Remove KTR_FS, KTR_KGDB,njl2005-12-171-1/+1
* - Use uintfptr_t rather than int for the kernel profiling index (though itjhb2005-12-161-3/+3
* In watchdog_config enable the software watchdog iff the WD_ACTIVE flag isemaste2005-10-271-2/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-051-0/+1
* Use SCTL_MASK32 to determine that the sysctl call is from a 32bitps2005-06-301-7/+2
* Jumbo-commit to enhance 32 bit application support on 64 bit kernels.peter2005-06-301-2/+31
* Move HWPMC_HOOKS into its own opt_hwpmc_hooks.h file. It doesn't meritpeter2005-06-241-0/+1
* Kernel hooks to support PMC sampling modes.jkoshy2005-05-301-0/+9
* - Define KTR points for KTR_SCHED.jeff2004-12-261-0/+2
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-4/+4
* Update for the KDB framework:marcel2004-07-101-10/+6
* - Assert that any process that has statclock called on it has both ajhb2004-07-021-11/+10
* Nice, is a property of a process as a whole..julian2004-06-161-1/+1
* Remove a redundant "td = curthread" statement from profclock().tjr2004-06-021-1/+0
* Fix a race condition which could result in profprocs being decrementedcperciva2004-05-031-0/+2
* Remove advertising clause from University of California Regent's license,imp2004-04-051-4/+0
* Make sure to disable the watchdog if we cannot honour the timeout.phk2004-02-281-3/+2
* Rename the WATCHDOG option to SW_WATCHDOG and make it use thephk2004-02-281-33/+29
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-231-1/+1
* - Update the sched api. sched_{add,rem,clock,pctcpu} now all accept a tdjeff2003-10-161-4/+2
* Fix this to build on alpha. Build test successful.smkelly2003-06-271-1/+1
* - Add a software watchdog facility.smkelly2003-06-261-0/+82
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-3/+3
* Use __FBSDID().obrien2003-06-111-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* - Move PS_PROFIL and its new cousin PS_STOPPROF back over to p_flag andjhb2003-04-221-19/+17
* - Adjust sched hooks for fork and exec to take processes as arguments insteadjeff2003-04-111-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-4/+0
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-3/+3
* Remove a never true condition.davidxu2003-02-251-2/+1
* Move a bunch of flags from the KSE to the thread.julian2003-02-171-3/+4
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-2/+2
* - Move ke_sticks, ke_iticks, ke_uticks, ke_uu, ke_su, and ke_iu back intojeff2003-02-171-3/+5
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Move the tty related statistics counters to live with the tty code.phk2003-02-161-5/+0
OpenPOWER on IntegriCloud