aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use automatic major number allocation for nsmb devices.Tim J. Robbins2004-02-112-3/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-028-12/+249
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-1/+1
* Rewrite the code that uses the try/catch paradigm implemented byMarcel Moolenaar2003-08-233-127/+116
* Reserve space for the trailing null byte in the srvname member ofTim J. Robbins2003-07-271-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).Peter Wemm2003-07-241-2/+1
* Add a f_vnode field to struct file.Poul-Henning Kamp2003-06-221-1/+1
* Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.Tim J. Robbins2003-06-141-1/+2
* Use __FBSDID().David E. O'Brien2003-06-119-18/+35
* - Merge struct procsig with struct sigacts.John Baldwin2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-314-10/+12
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.Tim J. Robbins2003-03-062-5/+0
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-3/+0
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use noread(), nowrite() and nopoll() instead of our own stub functions.Tim J. Robbins2003-02-271-24/+3
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()Poul-Henning Kamp2003-02-261-2/+0