| Commit message (Expand) | Author | Age | Files | Lines |
* | - If mpsafevfs is off, acquire giant around all calls to bufdone(). | jeff | 2005-01-28 | 1 | -0/+4 |
* | Make filesystems get rid of their own vnodes vnode_pager object in | phk | 2005-01-28 | 17 | -0/+17 |
* | Remove unused argument to vrecycle() | phk | 2005-01-28 | 11 | -18/+11 |
* | Integrate vclean() into vgonel(). | phk | 2005-01-28 | 1 | -68/+51 |
* | Remove register keyword | phk | 2005-01-28 | 1 | -5/+5 |
* | Move the contents of vop_stddestroyvobject() to the new vnode_pager | phk | 2005-01-28 | 3 | -26/+36 |
* | Fix the worst offenders of style(9) with a small style sweep. | imp | 2005-01-28 | 1 | -48/+36 |
* | Cleanup tabs vs spaces. | imp | 2005-01-28 | 3 | -215/+213 |
* | For the PC Card implementation of the CS8920M that's in my IBM | imp | 2005-01-28 | 3 | -3/+8 |
* | Setting hw.cs.recv_delay should set the delay, not the ignore the | imp | 2005-01-28 | 1 | -1/+1 |
* | Remove all of the spl() markers. | scottl | 2005-01-28 | 1 | -27/+0 |
* | Lock the IPS driver and bring it out from under Giant. Also do some | scottl | 2005-01-28 | 6 | -234/+149 |
* | error = is needed before ether_ioctl() so that unsupported/unknown | imp | 2005-01-28 | 1 | -1/+1 |
* | Consistently use pcib for a printf. | njl | 2005-01-27 | 1 | -1/+1 |
* | supply a default ic_reset method for drivers; the ioctl code expect this | sam | 2005-01-27 | 1 | -0/+22 |
* | Make NTFS at least minimally usable after bufobj and GEOM fallout. | peadar | 2005-01-27 | 3 | -5/+35 |
* | "pst" is not 64-bit clean for reasons specified in sys/amd64/conf/NOTES. | ru | 2005-01-27 | 1 | -1/+2 |
* | Comment out "lnc" on amd64 for reasons specified in sys/amd64/conf/NOTES. | ru | 2005-01-27 | 1 | -1/+1 |
* | Fix handling of post increment: Either the first or second operand | marcel | 2005-01-27 | 1 | -1/+4 |
* | Write cs_detach() and use it. This resolves the twin problems of the | imp | 2005-01-27 | 3 | -2/+17 |
* | Add back support for D-LINK DMR-650TX, and all the other OEMd versions | imp | 2005-01-27 | 2 | -1/+2 |
* | Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cards | imp | 2005-01-27 | 1 | -4/+4 |
* | 64-bit clean fixes: Use %zx in preference to %x to print size_t items. | imp | 2005-01-27 | 1 | -2/+2 |
* | ar and sr (and their netgraph cousins) don't appear to be 64-bit clean, so | imp | 2005-01-27 | 2 | -3/+8 |
* | Fix a few printf problems on ia64 (and other 64-bit platforms). | imp | 2005-01-27 | 1 | -4/+4 |
* | Add PCI ID for Dell RAC IV/ERA Virtual UART (PowerEdge 1850). | bms | 2005-01-27 | 1 | -2/+9 |
* | The ar driver appears to do naughty things with pointers and integers | imp | 2005-01-27 | 1 | -1/+1 |
* | pcic is gone | imp | 2005-01-27 | 2 | -10/+0 |
* | Remove policy references to mpo_check_vnode_mprotect(), which is | rwatson | 2005-01-26 | 5 | -54/+2 |
* | If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of a | phk | 2005-01-26 | 1 | -14/+128 |
* | Add required ing | imp | 2005-01-26 | 1 | -1/+1 |
* | Add -fno-strict-alias whenever someone is compiling with -O2, | imp | 2005-01-26 | 1 | -0/+1 |
* | Add cs module. It has built in my tree for ages, and it just never | imp | 2005-01-26 | 1 | -0/+2 |
* | The tinderbox seems to have a different set of compiler options | imp | 2005-01-26 | 1 | -0/+1 |
* | Add WERRROR= to work around the warnings | imp | 2005-01-26 | 4 | -0/+4 |
* | Generally force -Werror for modules when not compiling with icc. This | imp | 2005-01-26 | 1 | -0/+3 |
* | Remove unused static declaration of ed_pccard_dl100xx(), which probably | rwatson | 2005-01-26 | 1 | -1/+0 |
* | o Move copyin()/copyout() out of i386_{get,set}_ldt() and | sobomax | 2005-01-26 | 3 | -124/+124 |
* | Respect the current setting of IFCAP_VLAN_HWTAGGING on | yar | 2005-01-26 | 1 | -5/+18 |
* | unbreak libthr binary compatibility. | davidxu | 2005-01-26 | 1 | -2/+2 |
* | Disable use of hardware VLAN tagging and stripping in if_em in the default | rwatson | 2005-01-26 | 1 | -1/+1 |
* | Rename ng_callout_trapoline to ng_callout_trampoline. | glebius | 2005-01-26 | 1 | -3/+3 |
* | Catchup to the iodata renaming | imp | 2005-01-26 | 1 | -1/+1 |
* | Kill stray debugging line not fully removed | imp | 2005-01-26 | 1 | -1/+1 |
* | Rework how we deal with the DL10019 and DL10022 cards (as well as the | imp | 2005-01-26 | 1 | -35/+28 |
* | Repair probe messages a bit. Previously, we'd print the ethernet | imp | 2005-01-26 | 1 | -14/+17 |
* | - Regen | jeff | 2005-01-26 | 1 | -3/+3 |
* | - Struct mount is not yet locked well enough to allow | jeff | 2005-01-26 | 1 | -3/+3 |
* | Split out kernel side of msgctl(2) into two parts: the first that pops data | sobomax | 2005-01-26 | 3 | -38/+50 |
* | Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEM | imp | 2005-01-25 | 2 | -9/+9 |