| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove dead code | Sam Leffler | 2005-02-23 | 1 | -4/+0 |
| * | eliminate potential null deref | Sam Leffler | 2005-02-23 | 1 | -1/+0 |
| * | Also remove CPU_ENABLE_TCC from the NOTES build. | Nate Lawson | 2005-02-23 | 1 | -1/+0 |
| * | Remove the old p4tcc. | Nate Lawson | 2005-02-23 | 1 | -270/+0 |
| * | Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock() | Bill Paul | 2005-02-23 | 2 | -5/+260 |
| * | Hook p4tcc up to the module build. | Nate Lawson | 2005-02-23 | 1 | -1/+1 |
| * | Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build. | Nate Lawson | 2005-02-23 | 3 | -8/+1 |
| * | Import a rewrite of p4tcc for the cpufreq(4) framework. This includes | Nate Lawson | 2005-02-23 | 1 | -183/+191 |
| * | Correctly calculate what to do and how to retry a request to a plex when | Lukas Ertl | 2005-02-23 | 2 | -12/+47 |
| * | - Enable SMP VFS by default on current. More users are needed to turn up | Jeff Roberson | 2005-02-23 | 1 | -1/+5 |
| * | mark timestamp for pending fragments | Sam Leffler | 2005-02-23 | 1 | -0/+2 |
| * | According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a | Tom Rhodes | 2005-02-23 | 3 | -0/+3 |
| * | If a register width is less than 8, assume the BIOS author thought it was | Nate Lawson | 2005-02-23 | 1 | -0/+12 |
| * | - A test in sched_switch() is no longer necessary and it is incorrect | Jeff Roberson | 2005-02-23 | 1 | -2/+0 |
| * | kill dead code | Sam Leffler | 2005-02-23 | 1 | -7/+1 |
| * | fix potential invalid index into ip_protox array | Sam Leffler | 2005-02-23 | 1 | -2/+2 |
| * | Unbreak CARP build on 64-bit architectures. | Maxime Henrion | 2005-02-23 | 1 | -1/+1 |
| * | - Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCK | Jeff Roberson | 2005-02-23 | 1 | -0/+5 |
| * | - Add a check for xlock in vop_lock_assert. Presently the xlock is | Jeff Roberson | 2005-02-22 | 1 | -1/+2 |
| * | - Add VOP locking asserts in several functions that have been implicated in | Jeff Roberson | 2005-02-22 | 2 | -0/+5 |
| * | MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is not | John Baldwin | 2005-02-22 | 1 | -2/+3 |
| * | Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190 | Warner Losh | 2005-02-22 | 2 | -1/+2 |
| * | Add a stratigic newline | Warner Losh | 2005-02-22 | 1 | -0/+1 |
| * | Add a entry for the Compaq R3000Z to indicate that it has the weird MADT | John Baldwin | 2005-02-22 | 1 | -0/+7 |
| * | - Add a new quirk to indicate that pin 0 of the first I/O APIC is really | John Baldwin | 2005-02-22 | 3 | -7/+28 |
| * | If mixed mode is not enabled by the APIC enumerator (MPTable always does, | John Baldwin | 2005-02-22 | 1 | -2/+3 |
| * | remove dead code | Sam Leffler | 2005-02-22 | 1 | -3/+0 |
| * | Minor style nits missed in earlier passes | Warner Losh | 2005-02-22 | 2 | -5/+4 |
| * | remove dead code (inside a DEBUG ifdef) | Sam Leffler | 2005-02-22 | 1 | -6/+2 |
| * | Zero the v_un container field to make sure everything is gone. | Poul-Henning Kamp | 2005-02-22 | 1 | -1/+1 |
| * | Group the fields in struct vnode by their function and stick comments | Poul-Henning Kamp | 2005-02-22 | 1 | -26/+59 |
| * | We may not have an actual cdev at this point. | Poul-Henning Kamp | 2005-02-22 | 1 | -0/+3 |
| * | Bring back the full packet destination manipulation for 'ipfw fwd' | Andre Oppermann | 2005-02-22 | 4 | -1/+24 |
| * | Remove promisc counter from parent interface in carp_clone_destroy(), | Gleb Smirnoff | 2005-02-22 | 1 | -0/+1 |
| * | Reap more benefits from DEVFS: | Poul-Henning Kamp | 2005-02-22 | 6 | -39/+34 |
| * | Typo in comment. | Gleb Smirnoff | 2005-02-22 | 1 | -1/+1 |
| * | Follow v_id changes in NFSv[23] | Poul-Henning Kamp | 2005-02-22 | 1 | -13/+9 |
| * | vp->v_id is a private field for the vfs namecache and it is a big mistake | Poul-Henning Kamp | 2005-02-22 | 2 | -36/+34 |
| * | When prepending an LCC SNAP header to an atalk outgoing ethernet packet, | Robert Watson | 2005-02-22 | 1 | -1/+1 |
| * | Use vn_printf() instead of home-rolling. | Poul-Henning Kamp | 2005-02-22 | 1 | -10/+2 |
| * | vp->v_id is a private field for the vfs namecache and it is a big mistake | Poul-Henning Kamp | 2005-02-22 | 1 | -13/+9 |
| * | Make dev_ref() require the dev_lock() to be held and use it from | Poul-Henning Kamp | 2005-02-22 | 2 | -3/+2 |
| * | When generating a phase II ARP lookup from aarpwhohas(), use a | Robert Watson | 2005-02-22 | 1 | -1/+1 |
| * | In the ddp_output() path, which can be called in a variety of threading | Robert Watson | 2005-02-22 | 1 | -2/+2 |
| * | - In if_link_state_change() extract function body from if-block, to improve | Gleb Smirnoff | 2005-02-22 | 1 | -19/+25 |
| * | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | Robert Watson | 2005-02-22 | 4 | -14/+24 |
| * | Remove vfinddev(), it is generally bogus when faced with jails and | Poul-Henning Kamp | 2005-02-22 | 2 | -21/+0 |
| * | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | Poul-Henning Kamp | 2005-02-22 | 1 | -0/+4 |
| * | Add CARP to kernel build. | Gleb Smirnoff | 2005-02-22 | 1 | -0/+1 |
| * | Neuter linux_ustat() until somebody finds time to try to fix it. | Poul-Henning Kamp | 2005-02-22 | 1 | -4/+9 |