| Commit message (Expand) | Author | Age | Files | Lines |
* | Ooops. I will compile test before committing. The stackgap version | ps | 2005-03-01 | 1 | -2/+2 |
* | Add more locking when reading/writing to carp softc. When carp softc is | glebius | 2005-03-01 | 1 | -31/+140 |
* | - Add carp_mtx. Use it to protect list of all carp interfaces. | glebius | 2005-03-01 | 1 | -18/+20 |
* | Avoid a couple of mutex operations in the process exit path for the | phk | 2005-03-01 | 1 | -0/+2 |
* | Use NET_CALLOUT_MPSAFE macro. | glebius | 2005-03-01 | 8 | -27/+19 |
* | Add macro NET_CALLOUT_MPSAFE, which should be used when initializing | glebius | 2005-03-01 | 1 | -0/+1 |
* | Replace NG_PARSE_APPEND() macro with ng_parse_append() function. Check | glebius | 2005-03-01 | 1 | -27/+70 |
* | Revert change to struct ifnet. Use ifnet pointer in softc. Embedding | glebius | 2005-03-01 | 2 | -7/+2 |
* | Remove debugging printf. | glebius | 2005-03-01 | 1 | -1/+0 |
* | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | imp | 2005-03-01 | 29 | -74/+80 |
* | When mac_check_system_acct() fails, make sure to unlock as well as close | rwatson | 2005-03-01 | 1 | -0/+1 |
* | Merge from NetBSD. | sobomax | 2005-03-01 | 5 | -56/+150 |
* | Catch up with "physical memory" sysctl change. | grehan | 2005-03-01 | 2 | -0/+4 |
* | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | imp | 2005-03-01 | 14 | -28/+26 |
* | - Fix anoter dyslexic moment; an atomic_set_int should've become ACTIVESET, | jeff | 2005-03-01 | 1 | -1/+1 |
* | Sync with 1.9 from NetBSD, this includes: | sobomax | 2005-03-01 | 1 | -8/+26 |
* | Correct the freebsd32_kevent prototype. | ps | 2005-03-01 | 2 | -6/+6 |
* | Use the kernel pmap's lock to guarantee that only one thread at a time is | alc | 2005-03-01 | 1 | -0/+10 |
* | Catch up with the "physical memory" sysctl change. | obrien | 2005-03-01 | 1 | -0/+2 |
* | MFi386: Sync whitespace and an abbreviation | peter | 2005-02-28 | 1 | -4/+4 |
* | MFi386: Update alc's copyright notice | peter | 2005-02-28 | 1 | -1/+1 |
* | MFi386: Bring over John's local apic timer code | peter | 2005-02-28 | 8 | -89/+219 |
* | Add a sysctl that records the amount of physical memory in the machine. | wes | 2005-02-28 | 4 | -1/+15 |
* | Save and restore the VGA state across a suspend-resume cycle. This | iedowse | 2005-02-28 | 2 | -0/+56 |
* | Add a missing bcopy() to make saving the VESA state actually work. | iedowse | 2005-02-28 | 1 | -3/+13 |
* | Define the _mtx_assert() function prototype as well as the MA_* constants | jhb | 2005-02-28 | 1 | -3/+3 |
* | Use 0 instead if NULL for vm_offset_t argument to windrv_lookup() to | wpaul | 2005-02-28 | 4 | -10/+10 |
* | Support running carp(4) over a vlan(4) parent interface. | yar | 2005-02-28 | 1 | -1/+2 |
* | In bpf_setf(), protect against races between multiple user threads | rwatson | 2005-02-28 | 1 | -1/+2 |
* | Add missing () | phk | 2005-02-28 | 1 | -3/+3 |
* | Update a comment describing bpf_iflist to indicate that the BPF interface | rwatson | 2005-02-28 | 1 | -1/+4 |
* | Remove unused field from carp softc. | glebius | 2005-02-28 | 1 | -3/+0 |
* | Fix tcpdump(8) on carp(4) interface: | glebius | 2005-02-28 | 1 | -16/+5 |
* | MFi386: revisions 1.1186 and 1187 | nyan | 2005-02-28 | 1 | -5/+10 |
* | Catch the case where the idle loop is entered with interrupts disabled, | grehan | 2005-02-28 | 2 | -2/+18 |
* | Typo. | pjd | 2005-02-28 | 1 | -1/+1 |
* | - switch pcpu to a struct declaration ala amd64. It may be more efficient to | grehan | 2005-02-28 | 2 | -6/+4 |
* | Correctly set kernelname for kern.bootfile sysctl | grehan | 2005-02-28 | 2 | -0/+20 |
* | Protect against multiple includes and use _KERNEL to protect the PCI fns. | njl | 2005-02-28 | 3 | -1/+14 |
* | Bump FreeBSD version for change to install acpica includes in /usr/include. | njl | 2005-02-28 | 1 | -1/+1 |
* | Add missing va_end() in fdc_cmd. | yongari | 2005-02-28 | 1 | -2/+5 |
* | There were two calls to cardbus_do_cis when cardbus_do_cis changed, | imp | 2005-02-28 | 1 | -7/+5 |
* | Expose pci_cfg_safe/restore for subclasses of pci to use. | imp | 2005-02-28 | 2 | -4/+4 |
* | Spell "options" correctly as "options ". | obrien | 2005-02-28 | 2 | -19/+19 |
* | Connect "options MP_WATCHDOG" to the LINT builds. | obrien | 2005-02-28 | 2 | -0/+10 |
* | Add FreeBSD ID. | obrien | 2005-02-28 | 2 | -0/+4 |
* | Use mss_{format,speed}() rather than chn_set{format,speed}() and hold | mdodd | 2005-02-27 | 1 | -2/+4 |
* | - Add md_provsize field to metadata, which will help with | pjd | 2005-02-27 | 12 | -24/+176 |
* | Also handle d_maj hints from cloning drivers correctly. | phk | 2005-02-27 | 1 | -8/+9 |
* | Whine about any drivers which hardcode the device major number. | phk | 2005-02-27 | 1 | -11/+5 |