| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace sync to MAC branch, expand comment at the head of the file. | rwatson | 2003-11-11 | 1 | -3/+9 |
* | Fix a bug where the taskqueue kproc was being parented by init | alfred | 2003-11-10 | 1 | -1/+1 |
* | When there are no free sem_undo structs available in semu_alloc(), only | tjr | 2003-11-10 | 1 | -3/+4 |
* | Change the clear_ret argument of get_mcontext() to be a flags argument. | marcel | 2003-11-09 | 1 | -2/+2 |
* | Quick fix for scaling of statclock ticks in the SMP case. As explained | bde | 2003-11-09 | 1 | -0/+4 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 11 | -17/+45 |
* | o add a flags parameter to netisr_register that is used to specify | sam | 2003-11-08 | 1 | -2/+2 |
* | Return a reasonable number for top or ps to display for M:N thread, | davidxu | 2003-11-08 | 1 | -0/+2 |
* | Regen. | jhb | 2003-11-07 | 2 | -7/+7 |
* | Mark ptrace(), ktrace(), utrace(), sysarch(), and issetugid() as MP safe. | jhb | 2003-11-07 | 1 | -5/+5 |
* | Slight whitespace consistency improvement: | rwatson | 2003-11-07 | 3 | -4/+4 |
* | - Somehow I botched my last commit. Add an extra ( to fix things up. I'm | jeff | 2003-11-06 | 1 | -1/+1 |
* | - Delay the allocation of memory for the pipe mutex until we need it. | alc | 2003-11-06 | 1 | -5/+1 |
* | - Simplify pipespace() by eliminating the explicit creation of vm objects. | alc | 2003-11-06 | 1 | -10/+2 |
* | Remove the flags argument from mac_externalize_*_label(), as it's not | rwatson | 2003-11-06 | 1 | -6/+6 |
* | - Remove the local definition of sched_pin and unpin. They are provided in | jeff | 2003-11-06 | 1 | -17/+3 |
* | o make debug_mpsafenet globally visible | sam | 2003-11-05 | 1 | -10/+0 |
* | Minor style(9) nit | imp | 2003-11-05 | 1 | -8/+8 |
* | - It's ok if sched_runnable() has races in it, we don't need the sched_lock | jeff | 2003-11-05 | 1 | -3/+4 |
* | Remove mntvnode_mtx and replace it with per-mountpoint mutex. | kan | 2003-11-05 | 3 | -33/+35 |
* | Back out the following revisions: | fjoe | 2003-11-05 | 1 | -18/+21 |
* | Get rid of DIAGNOSTIC that gives false positives on slow CPUs. | mckusick | 2003-11-04 | 1 | -28/+0 |
* | - Add initial support for pinning and binding. | jeff | 2003-11-04 | 1 | -2/+53 |
* | Allow the bufdaemon and update daemon processes to skip the | mckusick | 2003-11-04 | 1 | -4/+8 |
* | disable MPSAFE network drivers; we aren't ready yet` | sam | 2003-11-04 | 1 | -1/+1 |
* | I believe kbyanc@ really meant this in rev 1.58. | cognet | 2003-11-04 | 1 | -2/+2 |
* | Do not attempt to report proc event if NOTE_EXIT has already been received. | cognet | 2003-11-04 | 1 | -0/+7 |
* | Don't require INTR_FAST handlers to be exclusive in the MI layer. Instead, | jhb | 2003-11-03 | 1 | -7/+11 |
* | Update spin lock order list for new i386 interrupt and SMP code. | jhb | 2003-11-03 | 1 | -3/+2 |
* | Unlock pipe mutex when failing MAC pipe ioctl access control check. | rwatson | 2003-11-03 | 1 | -1/+3 |
* | - Remove kseq_find(), we no longer scan other cpu's run queues when we go | jeff | 2003-11-03 | 1 | -66/+17 |
* | - Remove the ksq_loads[] array. We are only interested in three counts, | jeff | 2003-11-02 | 1 | -33/+50 |
* | Take care not to call vput if thread used in corresponding vget | kan | 2003-11-02 | 1 | -1/+2 |
* | - In sched_prio() only force us onto the current queue if our priority is | jeff | 2003-11-02 | 1 | -1/+2 |
* | - Rename SCHED_PRI_NTHRESH to SCHED_SLICE_NTHRESH since it is only used in | jeff | 2003-11-02 | 1 | -10/+11 |
* | - Remove uses of PRIO_TOTAL and replace them with SCHED_PRI_NRESV | jeff | 2003-11-02 | 1 | -5/+5 |
* | - Change sched_interact_update() to only accept slp+runtime values between | jeff | 2003-11-02 | 1 | -27/+56 |
* | Temporarily undo parts of the stuct mount locking commit by jeff. | kan | 2003-11-01 | 1 | -5/+1 |
* | - Add static to local functions and data where it was missing. | jeff | 2003-10-31 | 1 | -78/+222 |
* | Ensure that mp_ncpus is set to 1 if mp_cpu_probe() fails. | jhb | 2003-10-30 | 1 | -1/+3 |
* | Relock mntvnode_mtx if vget fails in vfs_stdsync. The loop is | kan | 2003-10-30 | 1 | -0/+1 |
* | Try to fetch thread mailbox address in page fault trap, so when thread | davidxu | 2003-10-30 | 1 | -1/+2 |
* | Add a temporary mechanism to disble INTR_MPSAFE from network interface | sam | 2003-10-29 | 1 | -0/+13 |
* | Removed mostly-dead code for setting switchtime after the idle loop | bde | 2003-10-29 | 2 | -11/+2 |
* | Removed sched_nest variable in sched_switch(). Context switches always | bde | 2003-10-29 | 3 | -7/+1 |
* | Introduce the notion of "persistent mbuf tags"; these are tags that stay | sam | 2003-10-29 | 1 | -0/+17 |
* | speedup stream socket recv handling by tracking the tail of | sam | 2003-10-28 | 3 | -41/+338 |
* | - Only change the run queue in sched_prio() if the kse is non null. threads | jeff | 2003-10-28 | 1 | -10/+2 |
* | - Don't set td_priority directly here, use sched_prio(). | jeff | 2003-10-27 | 1 | -1/+1 |
* | - Use a better algorithm in sched_pctcpu_update() | jeff | 2003-10-27 | 1 | -56/+50 |