summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style: Remove the commented out vop_foo_args replicas.phk2005-01-241-103/+15
* - Somehow I mangled KTR_CRITICAL.jeff2005-01-241-1/+1
* - Regen for recent vfs syscall changes.jeff2005-01-245-51/+51
* - Change all VFS syscalls to MSTD as they all manually deal with giantjeff2005-01-241-46/+46
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-244-22/+29
* - Don't acquire giant around calls to bufdone().jeff2005-01-241-2/+0
* - Add CTR calls to trace the lifecycle of a buffer.jeff2005-01-241-79/+84
* - Add the tunable and sysctl for the mpsafevfs. It currently defaultsjeff2005-01-241-37/+49
* - Add a VCANRECYCLE() which performs all the checks required to ensurejeff2005-01-241-0/+6
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-6/+0
* - Remove GIANT_REQUIRED where it is no longer required.jeff2005-01-241-4/+0
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-54/+81
* - Protect mnt_kern_flag with the mountpoint's mutex. This is requiredjeff2005-01-241-7/+11
* - Acquire and release Giant as we enter and leave filesystems whichjeff2005-01-241-6/+37
* - Change all vfs syscalls to use VFS_LOCK_GIANT(), and MPSAFE nds.jeff2005-01-242-200/+532
OpenPOWER on IntegriCloud