aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Catchup to the iodata renamingWarner Losh2005-01-261-1/+1
* Kill stray debugging line not fully removedWarner Losh2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theWarner Losh2005-01-261-35/+28
* Repair probe messages a bit. Previously, we'd print the ethernetWarner Losh2005-01-261-14/+17
* - RegenJeff Roberson2005-01-261-3/+3
* - Struct mount is not yet locked well enough to allowJeff Roberson2005-01-261-3/+3
* Split out kernel side of msgctl(2) into two parts: the first that pops dataMaxim Sobolev2005-01-263-38/+50
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMWarner Losh2005-01-252-9/+9
* More kern_{get,set}itiver() where they belong.Maxim Sobolev2005-01-252-3/+4
* With recent changes to _callout_stop_safe() we can remove a hackGleb Smirnoff2005-01-251-6/+1
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatMaxim Sobolev2005-01-253-98/+91
* Use DIGITAL2 for DEPCM cardWarner Losh2005-01-251-1/+1
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properWarner Losh2005-01-251-1/+2
* Apparently, the Intel icc compiler doesn't like it when you useBill Paul2005-01-254-4/+4
* - Include LK_INTERLOCK in LK_EXTFLG_MASK so that it makes its way intoJeff Roberson2005-01-252-2/+2
* Introduce and use g_vfs_close().Poul-Henning Kamp2005-01-2511-18/+30
* - Add support for new chips, PL-2303X and PL-2303HX.Shunsuke Akiyama2005-01-251-21/+159
* Bump __FreeBSD_version to 600007 for the recent VFS gymnastics.Poul-Henning Kamp2005-01-251-1/+1
* - Make lf_print static and move its prototype into kern_lockf.cJeff Roberson2005-01-252-23/+40
* Previously a read of zero bytes got handled in devfs:vop_read() but IPoul-Henning Kamp2005-01-251-0/+12
* Add quirk for easyRAID ER5 alias areca ARC-6010.Michael Reifenberger2005-01-251-0/+5
* Remove dummy vendor id for DIGITAL now that we have the real one.Poul-Henning Kamp2005-01-251-1/+0
* Minor whitespace cleanupWarner Losh2005-01-251-10/+16
* Add NEXTCOM NEXTHAWK ethernet card.Warner Losh2005-01-251-2/+6
* Remove obsolete comment from head this time. The RELENG_5 commit wasWarner Losh2005-01-251-6/+0
* Add MagicRAM PC Card Ethernet as ne2000 cloneWarner Losh2005-01-251-0/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.Poul-Henning Kamp2005-01-257-67/+0
* Don't use VOP_GETVOBJECT, use vp->v_object directly.Poul-Henning Kamp2005-01-2510-43/+41
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemPoul-Henning Kamp2005-01-256-44/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesPoul-Henning Kamp2005-01-241-19/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thePoul-Henning Kamp2005-01-248-138/+2
* Create a vnode object when the file is opened. Trust that we did so.Poul-Henning Kamp2005-01-242-14/+2
* Create a vnode_pager object when a file is opened.Poul-Henning Kamp2005-01-241-0/+1
* Add null_open() and null_close() which calls null_bypass() and managedPoul-Henning Kamp2005-01-241-0/+29
* Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket controlRobert Watson2005-01-241-0/+2
* Don't create vnode_pager objects for the disk device.Poul-Henning Kamp2005-01-241-2/+0
* Create a correctly sized vnode objects for disk devices.Poul-Henning Kamp2005-01-241-0/+1
* Eliminate the constant flags argument to vclean()Poul-Henning Kamp2005-01-241-16/+8
* Don't try to create vnode_pager objects on other filesystems vnodes,Poul-Henning Kamp2005-01-243-18/+0
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablePoul-Henning Kamp2005-01-248-1/+8
* Move the body of vop_stdcreatevobject() over to the vnode_pager underPoul-Henning Kamp2005-01-244-51/+52
* update node reference count debug msgs to include the node addressSam Leffler2005-01-242-19/+26
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so weSam Leffler2005-01-241-0/+1
* noop change so RUN->RUN transition isn't considered invalidSam Leffler2005-01-241-1/+2
* add macros to convert between txop's and usecsSam Leffler2005-01-241-0/+2
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:Sam Leffler2005-01-242-43/+16
* beacon handling fixups for adhoc mode:Sam Leffler2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgSam Leffler2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not msSam Leffler2005-01-241-7/+4
* o clarify that beacon interval settings are in TU's, not msSam Leffler2005-01-241-3/+6