| Commit message (Expand) | Author | Age | Files | Lines |
* | Change a duplicated check to clarify that we really want to set a | brueffer | 2012-07-10 | 1 | -1/+3 |
* | When checking if file descriptor number is valid, explicitely check for 'fd' | pjd | 2012-06-13 | 1 | -1/+1 |
* | Add unicode support to msdosfs and smbfs; original pathes from imura, | kevlo | 2011-11-18 | 4 | -22/+84 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 3 | -4/+4 |
* | Change some variables from int to size_t. This is more accurate since | csjp | 2011-01-08 | 3 | -14/+16 |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 16 | -101/+5 |
* | Don't print out a message on loading a module. 'kldload -v' and 'kldstat | n_hibma | 2009-09-10 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -5/+4 |
* | Implement device cloning for /dev/nsmb, the netsmb control pseudo-device. | rwatson | 2008-11-03 | 1 | -7/+19 |
* | Catch up with netsmb locking: explicit thread arguments no longer required. | rwatson | 2008-11-02 | 1 | -4/+4 |
* | Catch up internal locking routines in netsmb with lockmgr changes -- | rwatson | 2008-11-02 | 2 | -57/+54 |
* | smb_vc_put() requires that the passed vcp be locked, so lock it before | rwatson | 2008-11-02 | 1 | -1/+3 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 2 | -3/+3 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -2/+2 |
* | Remove unit2minor() use from kernel code. | ed | 2008-09-26 | 1 | -1/+1 |
* | Really, smb_iod_main() is not totally MPSAFE, so just acquire and drop | attilio | 2008-03-27 | 1 | -0/+3 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 3 | -8/+4 |
* | Remove unused vc_tnode field from struct smb_vc. | rwatson | 2008-03-10 | 1 | -1/+0 |
* | - Handle buffer lock waiters count directly in the buffer cache instead | attilio | 2008-03-01 | 1 | -0/+1 |
* | Remove a spourious Giant acquisition. | attilio | 2008-02-25 | 1 | -3/+0 |
* | 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 |
* | Refactor select to reduce contention and hide internal implementation | jeff | 2007-12-16 | 1 | -79/+1 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI. | avatar | 2007-07-10 | 1 | -1/+3 |
* | Initialize some variables that GCC4.2 thinks might possibly be used without | mjacob | 2007-06-15 | 2 | -0/+4 |
* | Commit 14/14 of sched_lock decomposition. | jeff | 2007-06-05 | 1 | -7/+7 |
* | Replace custom file descriptor array sleep lock constructed using a mutex | rwatson | 2007-04-04 | 1 | -3/+3 |
* | Backing out the wrong fix which could possibly trash the memory if devfs | avatar | 2007-02-09 | 1 | -1/+0 |
* | It turns out that devfs_close() does a dev_refthread() before invoking | avatar | 2007-02-09 | 1 | -0/+1 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 2 | -1/+2 |
* | It seems to be safe to ignore 'file not locked' error | bp | 2006-11-05 | 1 | -0/+2 |
* | Fix misalignment bugs caused by invalid type casts of pointers | marcel | 2006-08-22 | 4 | -11/+11 |
* | - Fix ncp_poll() to not panic if the socket doesn't have any pending data. | jhb | 2006-08-03 | 1 | -10/+6 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -8/+4 |
* | Always lock the lockmgr lock when creating an smb connection object rather | jhb | 2006-07-17 | 1 | -1/+2 |
* | Retire NETSMBCRYPTO as a kernel option and make its functionality | yar | 2006-03-05 | 2 | -34/+2 |
* | Although we check the return value of copyin(9) while determaining how | csjp | 2006-01-16 | 1 | -2/+6 |
* | Prevent module unloading if there are active connections. | bp | 2005-11-22 | 1 | -1/+2 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 1 | -1/+1 |
* | Allow user to override default port numbers used by communication | bp | 2005-10-02 | 1 | -0/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -1/+2 |
* | Change API of mb_copy_t in libmchain so that netsmb can handle | imura | 2005-07-29 | 1 | -3/+12 |
* | lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recent | peadar | 2005-05-13 | 1 | -3/+2 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -0/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 17 | -17/+17 |
* | Don't use vn_todev(). | phk | 2004-11-10 | 1 | -2/+2 |
* | Avoid casts as lvalues. | kan | 2004-07-28 | 1 | -4/+12 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+6 |