summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Simplify the cache locking. The lock order relationship with thejeff2005-01-241-37/+33
* - Do not use APAUSE if LK_INTERLOCK is set. We lose synchronizationjeff2005-01-241-10/+19
* - Use VFS_LOCK_GIANT() in place of mtx_lock(&giant), etc.jeff2005-01-241-9/+9
* - Convert the global LK lock to a mutex.jeff2005-01-241-738/+454
* - Initialize and destroy the per-filesystem ufs lock where appropriate.jeff2005-01-241-3/+24
* - Remove GIANT_REQUIRED where giant is no longer required.jeff2005-01-241-10/+0
* - Use the ufs lock to protect fs_active.jeff2005-01-241-10/+26
* - Acquire the ufs lock around several ffs_alloc functions that requirejeff2005-01-241-2/+23
* - Don't use atomic operations to deal with the active array, insteadjeff2005-01-241-96/+183
* - Acquire the ufs lock when manipulating some fields of struct fs.jeff2005-01-241-7/+13
* - Mark the struct fs members that require the ufsmount mutex.jeff2005-01-241-7/+15
* - Change some function parameters so that the ufsmount structure isjeff2005-01-241-3/+4
* - Add a mutex to the ufsmount structure. This mutex is used to protectjeff2005-01-241-3/+8
OpenPOWER on IntegriCloud