summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Group the fields in struct vnode by their function and stick commentsphk2005-02-221-26/+59
* We may not have an actual cdev at this point.phk2005-02-221-0/+3
* Connect memguard(9) to the build.brueffer2005-02-221-0/+1
* Bring back the full packet destination manipulation for 'ipfw fwd'andre2005-02-225-2/+38
* Use &man.memguard.9; entity.hrs2005-02-222-2/+2
* Xref memguard(9)brueffer2005-02-222-1/+3
* First cut at a manpage for the MemGuard debugging allocator.brueffer2005-02-221-0/+116
* Remove promisc counter from parent interface in carp_clone_destroy(),glebius2005-02-221-0/+1
* Reap more benefits from DEVFS:phk2005-02-226-39/+34
* Typo in comment.glebius2005-02-221-1/+1
* Follow v_id changes in NFSv[23]phk2005-02-221-13/+9
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-222-36/+34
* When prepending an LCC SNAP header to an atalk outgoing ethernet packet,rwatson2005-02-221-1/+1
* Fix wrong wording.hrs2005-02-222-8/+8
* Use vn_printf() instead of home-rolling.phk2005-02-221-10/+2
* vp->v_id is a private field for the vfs namecache and it is a big mistakephk2005-02-221-13/+9
* Make dev_ref() require the dev_lock() to be held and use it fromphk2005-02-222-3/+2
* When generating a phase II ARP lookup from aarpwhohas(), use arwatson2005-02-221-1/+1
* In the ddp_output() path, which can be called in a variety of threadingrwatson2005-02-221-2/+2
* - In if_link_state_change() extract function body from if-block, to improveglebius2005-02-221-19/+25
* Convert the aa_ifaddr timeout to a callout, and run the aarprobe calloutrwatson2005-02-224-14/+24
* Remove vfinddev(), it is generally bogus when faced with jails andphk2005-02-222-21/+0
* Use afswch->af_other_status for carp_status() and pfsync_status().glebius2005-02-222-6/+6
* Neuter DRM(mapbufs) until somebody finds time to try to fix it.phk2005-02-221-0/+4
* Add CARP to kernel build.glebius2005-02-221-0/+1
* Neuter linux_ustat() until somebody finds time to try to fix it.phk2005-02-221-4/+9
* New release notes:hrs2005-02-222-0/+10
* When invoking callout_init(), spell '1' as "CALLOUT_MPSAFE".rwatson2005-02-221-1/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-2228-12/+2796
* New release notes:hrs2005-02-222-6/+36
* We can make code simplier after last change.glebius2005-02-221-2/+2
* Fix the prototypes by addings some constness. This should have beenharti2005-02-221-2/+2
* Do not print kernel debugging on console. In case of serial consoleglebius2005-02-221-1/+1
* Use the new LST_FOREACH macro throughout the file and replace calls toharti2005-02-221-70/+20
* Invent the LST_FOREACH macro for looping through a list. In contrastharti2005-02-221-0/+4
* In in_pcbconnect_setup() jailed sockets are treated specially: if localglebius2005-02-221-0/+5
* In in_pcbconnect_setup() remove a check that route points atglebius2005-02-221-4/+2
* Increase the maximum to wait for a transition from 1 to 10 ms. In somenjl2005-02-221-4/+16
* Support disabling individual cpufreq drivers with hints, e.g.,njl2005-02-224-0/+12
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andimp2005-02-222-44/+34
* Do not fail to initialize callouts (on SMP only) -- it leads to crashing.green2005-02-221-3/+4
* Minor optimization of calling enable_16bit. We always have to call itimp2005-02-221-7/+2
* MFS5: Minor style(9) tweak.delphij2005-02-221-1/+1
* remove dead codesam2005-02-221-2/+0
* Set the start of the cooling time later on, when we're actually performingnjl2005-02-221-2/+2
* New release notes: SysV IPC objects with MAC support, auxio(4), pcii,bmah2005-02-222-0/+100
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* In the current world order, solisten() implements the state transition ofrwatson2005-02-2111-60/+143
* Fixed compilation warnings.ru2005-02-211-1/+2
* MFR4_11: SA-04:16.fetch (+MFC), SA-04:17.procfs (+MFC).bmah2005-02-212-2/+70
OpenPOWER on IntegriCloud