| Commit message (Expand) | Author | Age | Files | Lines |
| * | GC some #if 0'd code. | John Baldwin | 2001-09-21 | 1 | -8/+2 |
| * | Whitespace and spelling fixes. | John Baldwin | 2001-09-21 | 1 | -2/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -167/+220 |
| * | Make yield() MPSAFE. | Matthew Dillon | 2001-09-01 | 1 | -1/+6 |
| * | Release the sched_lock before bombing out in mi_switch() via db_error(). | John Baldwin | 2001-08-21 | 1 | -1/+3 |
| * | Add a hook to mi_switch() to abort via db_error() if we attempt to | John Baldwin | 2001-08-21 | 1 | -0/+12 |
| * | - Fix a bug in the previous workaround for the tsleep/endtsleep race. | John Baldwin | 2001-08-21 | 1 | -2/+5 |
| * | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -2/+2 |
| * | Work around a race between msleep() and endtsleep() where it was possible | John Baldwin | 2001-08-10 | 1 | -3/+23 |
| * | Style nit: covert a couple of if (p_wchan) tests to if (p_wchan != NULL). | John Baldwin | 2001-08-10 | 1 | -3/+3 |
| * | - Remove asleep(), await(), and M_ASLEEP. | John Baldwin | 2001-08-10 | 1 | -181/+1 |
| * | Use 'p' instead of the potentially more expensive 'curproc' inside of | John Baldwin | 2001-08-02 | 1 | -5/+5 |
| * | Apply the cluebat to myself and undo the await() -> mawait() rename. The | John Baldwin | 2001-07-31 | 1 | -31/+15 |
| * | Add a safety belt to mawait() for the (cold || panicstr) case identical to | John Baldwin | 2001-07-31 | 1 | -0/+12 |
| * | Backout mwakeup, etc. | Jake Burkholder | 2001-07-06 | 1 | -13/+4 |
| * | Implement mwakeup, mwakeup_one, cv_signal_drop and cv_broadcast_drop. | Jake Burkholder | 2001-07-04 | 1 | -4/+13 |
| * | Remove commented-out garbage that skipped updating schedcpu() stats for | John Baldwin | 2001-07-03 | 1 | -2/+0 |
| * | Just check p_oncpu when determining if a process is executing or not. | John Baldwin | 2001-07-03 | 1 | -4/+1 |
| * | Axe spl's that are covered by the sched_lock (and have been for quite | John Baldwin | 2001-07-03 | 1 | -30/+4 |
| * | Include the wait message and channel for msleep() in the KTR tracepoint. | John Baldwin | 2001-07-03 | 1 | -1/+2 |
| * | Remove bogus need_resched() of the current CPU in roundrobin(). | John Baldwin | 2001-07-03 | 1 | -3/+6 |
| * | Make the schedlock saved critical section state a per-thread property. | John Baldwin | 2001-06-30 | 1 | -0/+3 |
| * | - Lock CURSIG() with the proc lock to close the signal race with psignal. | John Baldwin | 2001-06-22 | 1 | -99/+67 |
| * | Add in assertions to ensure that we always call msleep or mawait with | John Baldwin | 2001-05-23 | 1 | -0/+4 |
| * | Remove KASSERT test for sleeping on mv_mtx, instead let WITNESS catch | Alfred Perlstein | 2001-05-22 | 1 | -2/+0 |
| * | remove my private assertions from tsleep. | Alfred Perlstein | 2001-05-19 | 1 | -7/+2 |
| * | Introduce a global lock for the vm subsystem (vm_mtx). | Alfred Perlstein | 2001-05-19 | 1 | -0/+7 |
| * | - Remove unneeded include of sys/ipl.h. | John Baldwin | 2001-05-15 | 1 | -1/+2 |
| * | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -5/+5 |
| * | Convert the allproc and proctree locks from lockmgr locks to sx locks. | John Baldwin | 2001-03-28 | 1 | -6/+7 |
| * | Rework the witness code to work with sx locks as well as mutexes. | John Baldwin | 2001-03-28 | 1 | -6/+6 |
| * | - Proc locking. | John Baldwin | 2001-03-07 | 1 | -25/+7 |
| * | Add a mtx_assert() in maybe_resched() just to be sure it's always called | John Baldwin | 2001-02-22 | 1 | -0/+1 |
| * | - Use the new NOCPU constant. | John Baldwin | 2001-02-22 | 1 | -2/+2 |
| * | - Don't call clear_resched() in userret(), instead, clear the resched flag | John Baldwin | 2001-02-20 | 1 | -0/+8 |
| * | Implement a unified run queue and adjust priority levels accordingly. | Jake Burkholder | 2001-02-12 | 1 | -58/+16 |
| * | Acquire sched_lock around need_resched() in roundrobin() to satisfy | Jake Burkholder | 2001-02-10 | 1 | -8/+4 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -42/+42 |
| * | Zap last remaining references to (and a use use of) of simple_locks. | Peter Wemm | 2001-01-31 | 1 | -4/+0 |
| * | - Catch up to proc flag changes. | John Baldwin | 2001-01-24 | 1 | -25/+29 |
| * | Do not do the commenting out the way that saves bytes and looks cleaner | Matt Jacob | 2001-01-23 | 1 | -1/+4 |
| * | Move (now) unused variable declaration inside the block (now commented out). | Matt Jacob | 2001-01-22 | 1 | -2/+1 |
| * | Temporarily disable the printf() for micruptime() going backwards, the | John Baldwin | 2001-01-20 | 1 | -0/+5 |
| * | Implement condition variables. | Jason Evans | 2001-01-16 | 1 | -6/+8 |
| * | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | Jake Burkholder | 2001-01-10 | 1 | -11/+12 |
| * | - Change the allproc_lock to use a macro, ALLPROC_LOCK(how), instead | Jake Burkholder | 2000-12-13 | 1 | -2/+2 |
| * | Add in #include of <sys/lock.h> since it was axed from <sys/proc.h>. | John Baldwin | 2000-12-06 | 1 | -0/+1 |
| * | Remove thr_sleep and thr_wakeup. Remove fields p_nthread and p_wakeup | Jake Burkholder | 2000-12-02 | 1 | -0/+25 |
| * | Use an mp-safe callout for endtsleep. | Jake Burkholder | 2000-12-01 | 1 | -0/+2 |
| * | Fix up priority propagation: | John Baldwin | 2000-11-30 | 1 | -1/+0 |