summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Introduce and use g_vfs_close().phk2005-01-2511-18/+30
* - Add support for new chips, PL-2303X and PL-2303HX.akiyama2005-01-251-21/+159
* Bump __FreeBSD_version to 600007 for the recent VFS gymnastics.phk2005-01-251-1/+1
* - Make lf_print static and move its prototype into kern_lockf.cjeff2005-01-252-23/+40
* Previously a read of zero bytes got handled in devfs:vop_read() but Iphk2005-01-251-0/+12
* Add quirk for easyRAID ER5 alias areca ARC-6010.mr2005-01-251-0/+5
* Remove dummy vendor id for DIGITAL now that we have the real one.phk2005-01-251-1/+0
* Minor whitespace cleanupimp2005-01-251-10/+16
* Add NEXTCOM NEXTHAWK ethernet card.imp2005-01-251-2/+6
* Remove obsolete comment from head this time. The RELENG_5 commit wasimp2005-01-251-6/+0
* Add MagicRAM PC Card Ethernet as ne2000 cloneimp2005-01-251-0/+1
* Take VOP_GETVOBJECT() out to pasture. We use the direct pointer now.phk2005-01-257-67/+0
* Don't use VOP_GETVOBJECT, use vp->v_object directly.phk2005-01-2510-43/+41
* Kill VOP_CREATEVOBJECT(), it is now the responsibility of the filesystemphk2005-01-256-44/+0
* Don't implement vop_createvobject(), vop_open() and vop_close() managesphk2005-01-241-19/+0
* Don't call VOP_CREATEVOBJECT(), it's the responsibility of thephk2005-01-248-138/+2
* Create a vnode object when the file is opened. Trust that we did so.phk2005-01-242-14/+2
* Create a vnode_pager object when a file is opened.phk2005-01-241-0/+1
* Add null_open() and null_close() which calls null_bypass() and managedphk2005-01-241-0/+29
* Acquire the raw_cb mutex around LIST_REMOVE() of a raw socket controlrwatson2005-01-241-0/+2
* Don't create vnode_pager objects for the disk device.phk2005-01-241-2/+0
* Create a correctly sized vnode objects for disk devices.phk2005-01-241-0/+1
* Eliminate the constant flags argument to vclean()phk2005-01-241-16/+8
* Don't try to create vnode_pager objects on other filesystems vnodes,phk2005-01-243-18/+0
* Create a vp->v_object in VFS_FHTOVP() if we want to be exportablephk2005-01-248-1/+8
* Move the body of vop_stdcreatevobject() over to the vnode_pager underphk2005-01-244-51/+52
* update node reference count debug msgs to include the node addresssam2005-01-242-19/+26
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so wesam2005-01-241-0/+1
* noop change so RUN->RUN transition isn't considered invalidsam2005-01-241-1/+2
* add macros to convert between txop's and usecssam2005-01-241-0/+2
* Fixup radiotap handling of FCS and QoS frames per discussion with David Young:sam2005-01-242-43/+16
* beacon handling fixups for adhoc mode:sam2005-01-241-12/+21
* switch to use bus_dmamap_load_mbuf_sgsam2005-01-241-25/+13
* o correct beacon interval calculation; the internal setting is in TU's not mssam2005-01-241-7/+4
* o clarify that beacon interval settings are in TU's, not mssam2005-01-241-3/+6
* statically allocate the station/neighbor node table; the deferredsam2005-01-249-175/+76
* There have been a substantial number of changes to this file from theimp2005-01-241-1/+28
* Begin the first phase of trying to add IRP support (and ultimatelywpaul2005-01-249-820/+1340
* Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I justimp2005-01-241-0/+9
* Fix spelling in a comment.yar2005-01-241-1/+1
* Save a line by unlocking before we test.phk2005-01-241-2/+1
* Change vprint() to vn_printf() which takes varargs.phk2005-01-242-13/+17
* Fix an evil typo.glebius2005-01-241-1/+1
* Remove unused cred argument to ext2_reload()phk2005-01-242-12/+6
* Kill the VV_OBJBUF and test the v_object for NULL instead.phk2005-01-247-15/+7
* Fix a list corruption issue in cloning device management using thephk2005-01-241-16/+41
* Remove "register" keywords.phk2005-01-241-2/+2
* Remove unused cred arg from nfs_vinvalbuf() and many bogus argumentsphk2005-01-245-29/+21
* - Convert so_qlen, so_incqlen, so_qlimit fields of struct socket fromglebius2005-01-242-8/+29
* Polish style.phk2005-01-241-9/+4
OpenPOWER on IntegriCloud