summaryrefslogtreecommitdiffstats
path: root/sys/netsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always lock the lockmgr lock when creating an smb connection object ratherjhb2006-07-171-1/+2
* Retire NETSMBCRYPTO as a kernel option and make its functionalityyar2006-03-052-34/+2
* Although we check the return value of copyin(9) while determaining howcsjp2006-01-161-2/+6
* Prevent module unloading if there are active connections.bp2005-11-221-1/+2
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Allow user to override default port numbers used by communicationbp2005-10-021-0/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-1/+2
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-291-3/+12
* lockmgr(...,LK_DRAIN,...) requires a balancing LK_RELEASE: recentpeadar2005-05-131-3/+2
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-0717-17/+17
* Don't use vn_todev().phk2004-11-101-2/+2
* Avoid casts as lvalues.kan2004-07-281-4/+12
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+6
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-2/+2
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-012-4/+4
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Device megapatch 4/6:phk2004-02-211-0/+2
* Use automatic major number allocation for nsmb devices.tjr2004-02-112-3/+1
* Add support for SMB request signing, which prevents "man in the middle"tjr2004-01-028-12/+249
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-1/+1
* Rewrite the code that uses the try/catch paradigm implemented bymarcel2003-08-233-127/+116
* Reserve space for the trailing null byte in the srvname member oftjr2003-07-271-1/+1
* size_t != int. Make this compile on 64 bit platforms (eg: amd64).peter2003-07-241-2/+1
* Add a f_vnode field to struct file.phk2003-06-221-1/+1
* Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL.tjr2003-06-141-1/+2
* Use __FBSDID().obrien2003-06-119-18/+35
* - Merge struct procsig with struct sigacts.jhb2003-05-131-1/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withjeff2003-03-314-10/+12
* Remove fragments of support for the FreeBSD 3.x and 4.x branches.tjr2003-03-062-5/+0
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-3/+0
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use noread(), nowrite() and nopoll() instead of our own stub functions.tjr2003-02-271-24/+3
* NODEVFS cleanup: Don't call cdevsw_{add,remove}()phk2003-02-261-2/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-198-25/+25
* Lock proc while manipulating p_sigmask p_sigignore and p_siglist.tjr2003-02-141-1/+5
* Pass a minor number instead of a unit number to make_dev().tjr2003-02-071-3/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-218-25/+25
* Bow to the whining masses and change a union back into void *. Retaindillon2003-01-131-1/+1
OpenPOWER on IntegriCloud