| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | MFS: synchronize the code with the version in -stable, specifically: | Luigi Rizzo | 2002-02-11 | 1 | -5/+3 |
| * | Change the preemption code for software interrupt thread schedules and | John Baldwin | 2002-01-05 | 1 | -1/+1 |
| * | Change traces in hardclock and statclock to use the KTR_CLK trace | Jake Burkholder | 2001-12-29 | 1 | -2/+2 |
| * | Add/correct description for some sysctl variables where it was missing. | Luigi Rizzo | 2001-12-16 | 1 | -1/+2 |
| * | Device Polling code for -current. | Luigi Rizzo | 2001-12-14 | 1 | -0/+12 |
| * | Use MTX_QUIET for the lock operations during clock interrupts so their logs | John Baldwin | 2001-11-15 | 1 | -6/+6 |
| * | Add missing includes of sys/ktr.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -26/+37 |
| * | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -8/+4 |
| * | Add KTR_INTR tracepoints for when clock interrupts are triggered. | John Baldwin | 2001-08-03 | 1 | -0/+2 |
| * | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | John Baldwin | 2001-05-15 | 1 | -1/+0 |
| * | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -60/+75 |
| * | Fix an old bug related to BETTER_CLOCK. Call forward_*clock if SMP | John Baldwin | 2001-04-17 | 1 | -3/+3 |
| * | Catch up to header include changes: | John Baldwin | 2001-03-28 | 1 | -1/+1 |
| * | Changed the aston() family to operate on a specified process instead of | Bruce Evans | 2001-02-19 | 1 | -2/+2 |
| * | - Catch up to the new swi API changes: | John Baldwin | 2001-02-09 | 1 | -2/+2 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -14/+14 |
| * | - Proc locking. | John Baldwin | 2001-01-24 | 1 | -7/+20 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 1 | -2/+2 |
| * | o Export cp_time ("CPU time statistics") using SYSCTL_OPAQUE. | Robert Watson | 2000-11-20 | 1 | -0/+3 |
| * | - Protect the callout wheel with a separate spin mutex, callout_lock. | Jake Burkholder | 2000-11-19 | 1 | -2/+12 |
| * | - Overhaul the software interrupt code to use interrupt threads for each | John Baldwin | 2000-10-25 | 1 | -1/+3 |
| * | Catch up to moving headers: | John Baldwin | 2000-10-20 | 1 | -2/+2 |
| * | - Change fast interrupts on x86 to push a full interrupt frame and to | John Baldwin | 2000-10-06 | 1 | -18/+24 |
| * | Clean up process accounting some more. Unfortunately, it is still not | John Baldwin | 2000-09-12 | 1 | -14/+12 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -16/+13 |
| * | Previous commit changing SYSCTL_HANDLER_ARGS violated KNF. | Poul-Henning Kamp | 2000-07-04 | 1 | -1/+1 |
| * | Style police catches up with rev 1.26 of src/sys/sys/sysctl.h: | Poul-Henning Kamp | 2000-07-03 | 1 | -1/+1 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | Matthew Dillon | 2000-03-28 | 1 | -3/+1 |
| * | Isolate the Timecounter internals in their own two files. | Poul-Henning Kamp | 2000-03-20 | 1 | -572/+2 |