| Commit message (Expand) | Author | Age | Files | Lines |
* | Reap more benefits from DEVFS: | phk | 2005-02-22 | 6 | -39/+34 |
* | Typo in comment. | glebius | 2005-02-22 | 1 | -1/+1 |
* | Follow v_id changes in NFSv[23] | phk | 2005-02-22 | 1 | -13/+9 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 2 | -36/+34 |
* | When prepending an LCC SNAP header to an atalk outgoing ethernet packet, | rwatson | 2005-02-22 | 1 | -1/+1 |
* | Fix wrong wording. | hrs | 2005-02-22 | 2 | -8/+8 |
* | Use vn_printf() instead of home-rolling. | phk | 2005-02-22 | 1 | -10/+2 |
* | vp->v_id is a private field for the vfs namecache and it is a big mistake | phk | 2005-02-22 | 1 | -13/+9 |
* | Make dev_ref() require the dev_lock() to be held and use it from | phk | 2005-02-22 | 2 | -3/+2 |
* | When generating a phase II ARP lookup from aarpwhohas(), use a | rwatson | 2005-02-22 | 1 | -1/+1 |
* | In the ddp_output() path, which can be called in a variety of threading | rwatson | 2005-02-22 | 1 | -2/+2 |
* | - In if_link_state_change() extract function body from if-block, to improve | glebius | 2005-02-22 | 1 | -19/+25 |
* | Convert the aa_ifaddr timeout to a callout, and run the aarprobe callout | rwatson | 2005-02-22 | 4 | -14/+24 |
* | Remove vfinddev(), it is generally bogus when faced with jails and | phk | 2005-02-22 | 2 | -21/+0 |
* | Use afswch->af_other_status for carp_status() and pfsync_status(). | glebius | 2005-02-22 | 2 | -6/+6 |
* | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -0/+4 |
* | Add CARP to kernel build. | glebius | 2005-02-22 | 1 | -0/+1 |
* | Neuter linux_ustat() until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -4/+9 |
* | New release notes: | hrs | 2005-02-22 | 2 | -0/+10 |
* | When invoking callout_init(), spell '1' as "CALLOUT_MPSAFE". | rwatson | 2005-02-22 | 1 | -1/+1 |
* | Add CARP (Common Address Redundancy Protocol), which allows multiple | glebius | 2005-02-22 | 28 | -12/+2796 |
* | New release notes: | hrs | 2005-02-22 | 2 | -6/+36 |
* | We can make code simplier after last change. | glebius | 2005-02-22 | 1 | -2/+2 |
* | Fix the prototypes by addings some constness. This should have been | harti | 2005-02-22 | 1 | -2/+2 |
* | Do not print kernel debugging on console. In case of serial console | glebius | 2005-02-22 | 1 | -1/+1 |
* | Use the new LST_FOREACH macro throughout the file and replace calls to | harti | 2005-02-22 | 1 | -70/+20 |
* | Invent the LST_FOREACH macro for looping through a list. In contrast | harti | 2005-02-22 | 1 | -0/+4 |
* | In in_pcbconnect_setup() jailed sockets are treated specially: if local | glebius | 2005-02-22 | 1 | -0/+5 |
* | In in_pcbconnect_setup() remove a check that route points at | glebius | 2005-02-22 | 1 | -4/+2 |
* | Increase the maximum to wait for a transition from 1 to 10 ms. In some | njl | 2005-02-22 | 1 | -4/+16 |
* | Support disabling individual cpufreq drivers with hints, e.g., | njl | 2005-02-22 | 4 | -0/+12 |
* | MFp4: Optimize in/out macros. Cache the handle and tag in softc and | imp | 2005-02-22 | 2 | -44/+34 |
* | Do not fail to initialize callouts (on SMP only) -- it leads to crashing. | green | 2005-02-22 | 1 | -3/+4 |
* | Minor optimization of calling enable_16bit. We always have to call it | imp | 2005-02-22 | 1 | -7/+2 |
* | MFS5: Minor style(9) tweak. | delphij | 2005-02-22 | 1 | -1/+1 |
* | remove dead code | sam | 2005-02-22 | 1 | -2/+0 |
* | Set the start of the cooling time later on, when we're actually performing | njl | 2005-02-22 | 1 | -2/+2 |
* | New release notes: SysV IPC objects with MAC support, auxio(4), pcii, | bmah | 2005-02-22 | 2 | -0/+100 |
* | Since the GPE handler is directly called by ACPI-CA and it may have unknown | njl | 2005-02-21 | 1 | -3/+8 |
* | In the current world order, solisten() implements the state transition of | rwatson | 2005-02-21 | 11 | -60/+143 |
* | Fixed compilation warnings. | ru | 2005-02-21 | 1 | -1/+2 |
* | MFR4_11: SA-04:16.fetch (+MFC), SA-04:17.procfs (+MFC). | bmah | 2005-02-21 | 2 | -2/+70 |
* | New release notes: MemGuard, psm(4) improved Synaptics Touchpad | bmah | 2005-02-21 | 2 | -12/+146 |
* | Bump __FreeBSD_version for vswprintf(3) fix. Some ports depend on it. | fjoe | 2005-02-21 | 1 | -1/+1 |
* | Fix EOVERFLOW detection in vswprintf(3) | fjoe | 2005-02-21 | 1 | -4/+5 |
* | Use hardware instructions for sqrt() and sqrtf(). | das | 2005-02-21 | 3 | -0/+69 |
* | Use double arithmetic instead of simulating it with two floats. This | das | 2005-02-21 | 1 | -13/+8 |
* | Only send packet to bpf if we are committed to send it. Previously it was | mlaier | 2005-02-21 | 1 | -6/+10 |
* | Fix a terrible braino in pfi_maybe_destroy() and unbreak "$pfctl -Fall" with | mlaier | 2005-02-21 | 1 | -2/+5 |
* | Don't use the static CALLOUT_INITIALIZER for __FreeBSD_version >= 600000. It | mlaier | 2005-02-21 | 2 | -1/+9 |