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