summaryrefslogtreecommitdiffstats
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-1/+1
* Remove unused SMB_DIALECT_MAX macro.pfg2016-04-201-2/+0
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-191-1/+1
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* The problem report was for a crash that happened when smbfs wasrmacklem2015-11-182-1/+6
* When the smbfs iod thread (smb_iod_thread()) is shutting down, smb_iod_destroy()rmacklem2015-11-161-3/+5
* Remove redundant unlock.ae2014-04-171-2/+0
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* Remove IPX support.glebius2014-03-141-5/+1
* Catch up with sb_timeo type change in r255138. This fixesglebius2013-11-081-2/+2
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-1/+2
* Remove a reference to LK_DRAIN now that lockmgr(9) is gone from thisdavide2013-06-281-1/+0
* If the kernel is compiled with VMIMAGE support, the first attempt ofdavide2013-05-041-1/+10
* Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive.davide2013-05-043-111/+164
* Completely rewrite the interface to smbdev switching from dev_clonedavide2013-05-042-134/+107
* Call make_dev_credf() rather than using the couple make_dev()/dev_ref().davide2013-03-091-8/+3
* Merge Capsicum overhaul:pjd2013-03-021-3/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-053-3/+3
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-314-51/+93
* Change a duplicated check to clarify that we really want to set abrueffer2012-07-101-1/+3
* When checking if file descriptor number is valid, explicitely check for 'fd'pjd2012-06-131-1/+1
* Add unicode support to msdosfs and smbfs; original pathes from imura,kevlo2011-11-184-22/+84
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-073-4/+4
* Change some variables from int to size_t. This is more accurate sincecsjp2011-01-083-14/+16
* Switch to our preferred 2-clause BSD license.joel2010-04-0716-101/+5
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatn_hibma2009-09-101-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-5/+4
* Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.rwatson2008-11-031-7/+19
* Catch up with netsmb locking: explicit thread arguments no longer required.rwatson2008-11-021-4/+4
* Catch up internal locking routines in netsmb with lockmgr changes --rwatson2008-11-022-57/+54
* smb_vc_put() requires that the passed vcp be locked, so lock it beforerwatson2008-11-021-1/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-232-3/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropattilio2008-03-271-0/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-253-8/+4
* Remove unused vc_tnode field from struct smb_vc.rwatson2008-03-101-1/+0
* - Handle buffer lock waiters count directly in the buffer cache insteadattilio2008-03-011-0/+1
* Remove a spourious Giant acquisition.attilio2008-02-251-3/+0
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isattilio2008-02-251-1/+1
* Currently, smb_co_init() uses the same lock name for the mutex interlockattilio2008-02-241-8/+9
* Cleanup lockmgr interface and exported KPI:attilio2008-01-241-9/+7
* Refactor select to reduce contention and hide internal implementationjeff2007-12-161-79/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI.avatar2007-07-101-1/+3
* Initialize some variables that GCC4.2 thinks might possibly be used withoutmjacob2007-06-152-0/+4
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-7/+7
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-3/+3
* Backing out the wrong fix which could possibly trash the memory if devfsavatar2007-02-091-1/+0
* It turns out that devfs_close() does a dev_refthread() before invokingavatar2007-02-091-0/+1
OpenPOWER on IntegriCloud