| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul locking in netsmb, getting rid of the obsolete lockmgr() primitive. | davide | 2013-05-04 | 1 | -85/+134 |
* | Fix panic due to page faults while in kernel mode, under conditions of | davide | 2012-10-31 | 1 | -3/+0 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 1 | -4/+28 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
* | Catch up internal locking routines in netsmb with lockmgr changes -- | rwatson | 2008-11-02 | 1 | -51/+48 |
* | smb_vc_put() requires that the passed vcp be locked, so lock it before | rwatson | 2008-11-02 | 1 | -1/+3 |
* | Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it is | attilio | 2008-02-25 | 1 | -1/+1 |
* | Currently, smb_co_init() uses the same lock name for the mutex interlock | attilio | 2008-02-24 | 1 | -8/+9 |
* | Cleanup lockmgr interface and exported KPI: | attilio | 2008-01-24 | 1 | -9/+7 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -0/+1 |
* | Always lock the lockmgr lock when creating an smb connection object rather | jhb | 2006-07-17 | 1 | -1/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recent | peadar | 2005-05-13 | 1 | -3/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -4/+12 |
* | Rename dup_sockaddr() to sodupsockaddr() for consistency with other | rwatson | 2004-03-01 | 1 | -2/+2 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 1 | -1/+3 |
* | Add support for SMB request signing, which prevents "man in the middle" | tjr | 2004-01-02 | 1 | -0/+5 |
* | Rewrite the code that uses the try/catch paradigm implemented by | marcel | 2003-08-23 | 1 | -68/+83 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | Wire the sysctl output buffer before grabbing any locks to prevent | truckman | 2002-07-28 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Pull netsmb requester from the pre-KSE world. This update mostly based | bp | 2001-12-02 | 1 | -65/+65 |
* | With this commit, I hereby pronounce gensetdefs past its use-by date. | peter | 2001-06-13 | 1 | -2/+0 |
* | Import kernel part of SMB/CIFS requester. | bp | 2001-04-10 | 1 | -0/+874 |