| Commit message (Expand) | Author | Age | Files | Lines |
* | Catchup to the iodata renaming | Warner Losh | 2005-01-26 | 1 | -1/+1 |
* | Kill stray debugging line not fully removed | Warner Losh | 2005-01-26 | 1 | -1/+1 |
* | Rework how we deal with the DL10019 and DL10022 cards (as well as the | Warner Losh | 2005-01-26 | 1 | -35/+28 |
* | Repair probe messages a bit. Previously, we'd print the ethernet | Warner Losh | 2005-01-26 | 1 | -14/+17 |
* | - Regen | Jeff Roberson | 2005-01-26 | 1 | -3/+3 |
* | - Struct mount is not yet locked well enough to allow | Jeff Roberson | 2005-01-26 | 1 | -3/+3 |
* | Split out kernel side of msgctl(2) into two parts: the first that pops data | Maxim Sobolev | 2005-01-26 | 3 | -38/+50 |
* | Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEM | Warner Losh | 2005-01-25 | 2 | -9/+9 |
* | More kern_{get,set}itiver() where they belong. | Maxim Sobolev | 2005-01-25 | 2 | -3/+4 |
* | With recent changes to _callout_stop_safe() we can remove a hack | Gleb Smirnoff | 2005-01-25 | 1 | -6/+1 |
* | Split out kernel side of {get,set}itimer(2) into two parts: the first that | Maxim Sobolev | 2005-01-25 | 3 | -98/+91 |
* | Use DIGITAL2 for DEPCM card | Warner Losh | 2005-01-25 | 1 | -1/+1 |
* | Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a proper | Warner Losh | 2005-01-25 | 1 | -1/+2 |
* | Apparently, the Intel icc compiler doesn't like it when you use | Bill Paul | 2005-01-25 | 4 | -4/+4 |
* | - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way into | Jeff Roberson | 2005-01-25 | 2 | -2/+2 |
* | Introduce and use g_vfs_close(). | Poul-Henning Kamp | 2005-01-25 | 11 | -18/+30 |
* | - Add support for new chips, PL-2303X and PL-2303HX. | Shunsuke Akiyama | 2005-01-25 | 1 | -21/+159 |
* | Bump __FreeBSD_version to 600007 for the recent VFS gymnastics. | Poul-Henning Kamp | 2005-01-25 | 1 | -1/+1 |
* | - Make lf_print static and move its prototype into kern_lockf.c | Jeff Roberson | 2005-01-25 | 2 | -23/+40 |
* | Previously a read of zero bytes got handled in devfs:vop_read() but I | Poul-Henning Kamp | 2005-01-25 | 1 | -0/+12 |
* | Add quirk for easyRAID ER5 alias areca ARC-6010. | Michael Reifenberger | 2005-01-25 | 1 | -0/+5 |
* | Remove dummy vendor id for DIGITAL now that we have the real one. | Poul-Henning Kamp | 2005-01-25 | 1 | -1/+0 |
* | Minor whitespace cleanup | Warner Losh | 2005-01-25 | 1 | -10/+16 |
* | Add NEXTCOM NEXTHAWK ethernet card. | Warner Losh | 2005-01-25 | 1 | -2/+6 |
* | Remove obsolete comment from head this time. The RELENG_5 commit was | Warner Losh | 2005-01-25 | 1 | -6/+0 |
* | Add MagicRAM PC Card Ethernet as ne2000 clone | Warner Losh | 2005-01-25 | 1 | -0/+1 |
* | Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now. | Poul-Henning Kamp | 2005-01-25 | 7 | -67/+0 |
* | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 10 | -43/+41 |
* | Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystem | Poul-Henning Kamp | 2005-01-25 | 6 | -44/+0 |
* | Don't implement vop_createvobject(), vop_open() and vop_close() manages | Poul-Henning Kamp | 2005-01-24 | 1 | -19/+0 |
* | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | Poul-Henning Kamp | 2005-01-24 | 8 | -138/+2 |
* | Create a vnode object when the file is opened. Trust that we did so. | Poul-Henning Kamp | 2005-01-24 | 2 | -14/+2 |
* | Create a vnode_pager object when a file is opened. | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
* | Add null_open() and null_close() which calls null_bypass() and managed | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+29 |
* | Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket control | Robert Watson | 2005-01-24 | 1 | -0/+2 |
* | Don't create vnode_pager objects for the disk device. | Poul-Henning Kamp | 2005-01-24 | 1 | -2/+0 |
* | Create a correctly sized vnode objects for disk devices. | Poul-Henning Kamp | 2005-01-24 | 1 | -0/+1 |
* | Eliminate the constant flags argument to vclean() | Poul-Henning Kamp | 2005-01-24 | 1 | -16/+8 |
* | Don't try to create vnode_pager objects on other filesystems vnodes, | Poul-Henning Kamp | 2005-01-24 | 3 | -18/+0 |
* | Create a vp->v_object in VFS_FHTOVP() if we want to be exportable | Poul-Henning Kamp | 2005-01-24 | 8 | -1/+8 |
* | Move the body of vop_stdcreatevobject() over to the vnode_pager under | Poul-Henning Kamp | 2005-01-24 | 4 | -51/+52 |
* | update node reference count debug msgs to include the node address | Sam Leffler | 2005-01-24 | 2 | -19/+26 |
* | clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so we | Sam Leffler | 2005-01-24 | 1 | -0/+1 |
* | noop change so RUN->RUN transition isn't considered invalid | Sam Leffler | 2005-01-24 | 1 | -1/+2 |
* | add macros to convert between txop's and usecs | Sam Leffler | 2005-01-24 | 1 | -0/+2 |
* | Fixup radiotap handling of FCS and QoS frames per discussion with David Young: | Sam Leffler | 2005-01-24 | 2 | -43/+16 |
* | beacon handling fixups for adhoc mode: | Sam Leffler | 2005-01-24 | 1 | -12/+21 |
* | switch to use bus_dmamap_load_mbuf_sg | Sam Leffler | 2005-01-24 | 1 | -25/+13 |
* | o correct beacon interval calculation; the internal setting is in TU's not ms | Sam Leffler | 2005-01-24 | 1 | -7/+4 |
* | o clarify that beacon interval settings are in TU's, not ms | Sam Leffler | 2005-01-24 | 1 | -3/+6 |