summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New release notes: MemGuard, psm(4) improved Synaptics Touchpadbmah2005-02-212-12/+146
* Bump __FreeBSD_version for vswprintf(3) fix. Some ports depend on it.fjoe2005-02-211-1/+1
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Use hardware instructions for sqrt() and sqrtf().das2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Only send packet to bpf if we are committed to send it. Previously it wasmlaier2005-02-211-6/+10
* Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" withmlaier2005-02-211-2/+5
* Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. Itmlaier2005-02-212-1/+9
OpenPOWER on IntegriCloud