aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* Don't print out a message on loading a module. 'kldload -v' and 'kldstatNick Hibma2009-09-101-2/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.John Baldwin2009-06-011-5/+4
* Implement device cloning for /dev/nsmb, the netsmb control pseudo-device.Robert Watson2008-11-031-7/+19
* Catch up with netsmb locking: explicit thread arguments no longer required.Robert Watson2008-11-021-4/+4
* Catch up internal locking routines in netsmb with lockmgr changes --Robert Watson2008-11-022-57/+54
* smb_vc_put() requires that the passed vcp be locked, so lock it beforeRobert Watson2008-11-021-1/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-232-3/+3
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Remove unit2minor() use from kernel code.Ed Schouten2008-09-261-1/+1
* Really, smb_iod_main() is not totally MPSAFE, so just acquire and dropAttilio Rao2008-03-271-0/+3
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-253-8/+4
* Remove unused vc_tnode field from struct smb_vc.Robert Watson2008-03-101-1/+0
* - Handle buffer lock waiters count directly in the buffer cache insteadAttilio Rao2008-03-011-0/+1
* Remove a spourious Giant acquisition.Attilio Rao2008-02-251-3/+0
* Axe the 'thread' argument from VOP_ISLOCKED() and lockstatus() as it isAttilio Rao2008-02-251-1/+1
* Currently, smb_co_init() uses the same lock name for the mutex interlockAttilio Rao2008-02-241-8/+9
* Cleanup lockmgr interface and exported KPI:Attilio Rao2008-01-241-9/+7
* Refactor select to reduce contention and hide internal implementationJeff Roberson2007-12-161-79/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Fixing the mount_smbfs(8) hanging by utilising the destroy_dev_sched() KPI.Tai-hwa Liang2007-07-101-1/+3
* Initialize some variables that GCC4.2 thinks might possibly be used withoutMatt Jacob2007-06-152-0/+4
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-7/+7
* Replace custom file descriptor array sleep lock constructed using a mutexRobert Watson2007-04-041-3/+3
* Backing out the wrong fix which could possibly trash the memory if devfsTai-hwa Liang2007-02-091-1/+0
* It turns out that devfs_close() does a dev_refthread() before invokingTai-hwa Liang2007-02-091-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-062-1/+2
* It seems to be safe to ignore 'file not locked' errorBoris Popov2006-11-051-0/+2
* Fix misalignment bugs caused by invalid type casts of pointersMarcel Moolenaar2006-08-224-11/+11
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.John Baldwin2006-08-031-10/+6
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-8/+4
* Always lock the lockmgr lock when creating an smb connection object ratherJohn Baldwin2006-07-171-1/+2
* Retire NETSMBCRYPTO as a kernel option and make its functionalityYaroslav Tykhiy2006-03-052-34/+2
* Although we check the return value of copyin(9) while determaining howChristian S.J. Peron2006-01-161-2/+6
* Prevent module unloading if there are active connections.Boris Popov2005-11-221-1/+2
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Allow user to override default port numbers used by communicationBoris Popov2005-10-021-0/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-081-1/+2
* Change API of mb_copy_t in libmchain so that netsmb can handleR. Imura2005-07-291-3/+12
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentPeter Edwards2005-05-131-3/+2
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-0717-17/+17
* Don't use vn_todev().Poul-Henning Kamp2004-11-101-2/+2
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-4/+12
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+6
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-2/+2
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-012-4/+4
* Split the mlock() kernel code into two parts, mlock(), which unpacksDon Lewis2004-02-261-1/+3