aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* remove dead codeSam Leffler2005-02-231-4/+0
* eliminate potential null derefSam Leffler2005-02-231-1/+0
* Also remove CPU_ENABLE_TCC from the NOTES build.Nate Lawson2005-02-231-1/+0
* Remove the old p4tcc.Nate Lawson2005-02-231-270/+0
* Implement IoCancelIrp(), IoAcquireCancelSpinLock(), IoReleaseCancelSpinLock()Bill Paul2005-02-232-5/+260
* Hook p4tcc up to the module build.Nate Lawson2005-02-231-1/+1
* Remove CPU_ENABLE_TCC and hook the cpufreq p4tcc up to the build.Nate Lawson2005-02-233-8/+1
* Import a rewrite of p4tcc for the cpufreq(4) framework. This includesNate Lawson2005-02-231-183/+191
* Correctly calculate what to do and how to retry a request to a plex whenLukas Ertl2005-02-232-12/+47
* - Enable SMP VFS by default on current. More users are needed to turn upJeff Roberson2005-02-231-1/+5
* mark timestamp for pending fragmentsSam Leffler2005-02-231-0/+2
* According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add aTom Rhodes2005-02-233-0/+3
* If a register width is less than 8, assume the BIOS author thought it wasNate Lawson2005-02-231-0/+12
* - A test in sched_switch() is no longer necessary and it is incorrectJeff Roberson2005-02-231-2/+0
* kill dead codeSam Leffler2005-02-231-7/+1
* fix potential invalid index into ip_protox arraySam Leffler2005-02-231-2/+2
* Unbreak CARP build on 64-bit architectures.Maxime Henrion2005-02-231-1/+1
* - Only the xlock holder should be calling VOP_LOCK on a vp once VI_XLOCKJeff Roberson2005-02-231-0/+5
* - Add a check for xlock in vop_lock_assert. Presently the xlock isJeff Roberson2005-02-221-1/+2
* - Add VOP locking asserts in several functions that have been implicated inJeff Roberson2005-02-222-0/+5
* MFi386: r1.17: Treat pin 0 as IRQ 0 rather than ExtINT if mixed mode is notJohn Baldwin2005-02-221-2/+3
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190Warner Losh2005-02-222-1/+2
* Add a stratigic newlineWarner Losh2005-02-221-0/+1
* Add a entry for the Compaq R3000Z to indicate that it has the weird MADTJohn Baldwin2005-02-221-0/+7
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-223-7/+28
* If mixed mode is not enabled by the APIC enumerator (MPTable always does,John Baldwin2005-02-221-2/+3
* remove dead codeSam Leffler2005-02-221-3/+0
* Minor style nits missed in earlier passesWarner Losh2005-02-222-5/+4
* remove dead code (inside a DEBUG ifdef)Sam Leffler2005-02-221-6/+2
* Zero the v_un container field to make sure everything is gone.Poul-Henning Kamp2005-02-221-1/+1
* Group the fields in struct vnode by their function and stick commentsPoul-Henning Kamp2005-02-221-26/+59
* We may not have an actual cdev at this point.Poul-Henning Kamp2005-02-221-0/+3
* Bring back the full packet destination manipulation for 'ipfw fwd'Andre Oppermann2005-02-224-1/+24
* Remove promisc counter from parent interface in carp_clone_destroy(),Gleb Smirnoff2005-02-221-0/+1
* Reap more benefits from DEVFS:Poul-Henning Kamp2005-02-226-39/+34
* Typo in comment.Gleb Smirnoff2005-02-221-1/+1
* Follow v_id changes in NFSv[23]Poul-Henning Kamp2005-02-221-13/+9
* vp->v_id is a private field for the vfs namecache and it is a big mistakePoul-Henning Kamp2005-02-222-36/+34
* When prepending an LCC SNAP header to an atalk outgoing ethernet packet,Robert Watson2005-02-221-1/+1
* Use vn_printf() instead of home-rolling.Poul-Henning Kamp2005-02-221-10/+2
* vp->v_id is a private field for the vfs namecache and it is a big mistakePoul-Henning Kamp2005-02-221-13/+9
* Make dev_ref() require the dev_lock() to be held and use it fromPoul-Henning Kamp2005-02-222-3/+2
* When generating a phase II ARP lookup from aarpwhohas(), use aRobert Watson2005-02-221-1/+1
* In the ddp_output() path, which can be called in a variety of threadingRobert Watson2005-02-221-2/+2
* - In if_link_state_change() extract function body from if-block, to improveGleb Smirnoff2005-02-221-19/+25
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutRobert Watson2005-02-224-14/+24
* Remove vfinddev(), it is generally bogus when faced with jails andPoul-Henning Kamp2005-02-222-21/+0
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.Poul-Henning Kamp2005-02-221-0/+4
* Add CARP to kernel build.Gleb Smirnoff2005-02-221-0/+1
* Neuter linux_ustat() until somebody finds time to try to fix it.Poul-Henning Kamp2005-02-221-4/+9