| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move UPCALL related data structure out of kse, introduce a new | davidxu | 2003-01-26 | 1 | -18/+37 |
* | 1. Support versioning and wall clock in kse mailbox, | davidxu | 2002-11-18 | 1 | -0/+4 |
* | - Create a new scheduler api that is defined in sys/sched.h | jeff | 2002-10-12 | 1 | -1/+2 |
* | Give up on calling tc_ticktock() from a timeout, we have timeout | phk | 2002-09-04 | 1 | -0/+2 |
* | Fixed breakage of binary compatibility of the kern.clockrate sysctl in | bde | 2002-05-05 | 1 | -0/+1 |
* | Move the winding of timecounters out of hardclock and into a normal | phk | 2002-04-26 | 1 | -3/+0 |
* | Take the "tickadj" element out of struct clockinfo. Our adjtime(2) | phk | 2002-04-15 | 1 | -1/+0 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -1/+1 |
* | MFS: synchronize the code with the version in -stable, specifically: | luigi | 2002-02-11 | 1 | -5/+3 |
* | Change the preemption code for software interrupt thread schedules and | jhb | 2002-01-05 | 1 | -1/+1 |
* | Change traces in hardclock and statclock to use the KTR_CLK trace | jake | 2001-12-29 | 1 | -2/+2 |
* | Add/correct description for some sysctl variables where it was missing. | luigi | 2001-12-16 | 1 | -1/+2 |
* | Device Polling code for -current. | luigi | 2001-12-14 | 1 | -0/+12 |
* | Use MTX_QUIET for the lock operations during clock interrupts so their logs | jhb | 2001-11-15 | 1 | -6/+6 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -26/+37 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 1 | -8/+4 |
* | Add KTR_INTR tracepoints for when clock interrupts are triggered. | jhb | 2001-08-03 | 1 | -0/+2 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 1 | -1/+0 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 1 | -60/+75 |
* | Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP | jhb | 2001-04-17 | 1 | -3/+3 |
* | Catch up to header include changes: | jhb | 2001-03-28 | 1 | -1/+1 |
* | Changed the aston() family to operate on a specified process instead of | bde | 2001-02-19 | 1 | -2/+2 |
* | - Catch up to the new swi API changes: | jhb | 2001-02-09 | 1 | -2/+2 |
* | Change and clean the mutex lock interface. | bmilekic | 2001-02-09 | 1 | -14/+14 |
* | - Proc locking. | jhb | 2001-01-24 | 1 | -7/+20 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 1 | -2/+2 |
* | o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. | rwatson | 2000-11-20 | 1 | -0/+3 |