summaryrefslogtreecommitdiffstats
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* MFC: r291035rmacklem2015-12-022-1/+6
* MFC: r290959rmacklem2015-11-301-3/+5
* Merge r263233 from HEAD to stable/10:rwatson2015-03-191-1/+1
* MFC r264494:ae2014-05-021-2/+0
* Merge r257841 from head:glebius2013-11-141-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
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-062-1/+2
* It seems to be safe to ignore 'file not locked' errorbp2006-11-051-0/+2
* Fix misalignment bugs caused by invalid type casts of pointersmarcel2006-08-224-11/+11
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.jhb2006-08-031-10/+6
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-8/+4
OpenPOWER on IntegriCloud