summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a reference to the periodic.conf(5) manual page.keramida2005-01-241-0/+3
* Don't try to create vnode_pager objects on other filesystems vnodes,phk2005-01-243-18/+0
* Add a reference to rc.conf(5).keramida2005-01-241-1/+3
* 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
* EISCONN may be returned by sendto() if an attempt is made to specify thekeramida2005-01-241-0/+2
* 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
* spell "file system" correctlycharnier2005-01-243-3/+3
* beacon handling fixups for adhoc mode:sam2005-01-241-12/+21
* spell "file system" correctlycharnier2005-01-241-6/+6
* spell "file system" correctlycharnier2005-01-242-4/+4
* 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
* Markup and grammar fixes.ru2005-01-243-23/+31
* Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I justimp2005-01-241-0/+9
* o Reorganize the previous delta to make it more style(9) compliant.maxim2005-01-241-3/+5
* When "no_ccache" is set as an argument to the pam_krb5 module, don'trwatson2005-01-241-0/+4
* Fix spelling in a comment.yar2005-01-241-1/+1
* Fix NULL pointer dereference bug when parsing IPV6CP traffic.bms2005-01-241-1/+5
* 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
* o Try hard to guess a buffer size for a fast growing routing table.maxim2005-01-241-5/+15
* 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
* Update man pages to be in line with guidelines for IPv6 in FreeBSD.gnn2005-01-243-653/+17
* - 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
OpenPOWER on IntegriCloud