aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_iod.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Switch to our preferred 2-clause BSD license.Joel Dahl2010-04-071-6/+0
* 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-251-2/+2
* Remove a spourious Giant acquisition.Attilio Rao2008-02-251-3/+0
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-2/+2
* Fix misalignment bugs caused by invalid type casts of pointersMarcel Moolenaar2006-08-221-2/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add support for SMB request signing, which prevents "man in the middle"Tim J. Robbins2004-01-021-0/+2
* Rewrite the code that uses the try/catch paradigm implemented byMarcel Moolenaar2003-08-231-23/+33
* 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-111-2/+3
* - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread withJeff Roberson2003-03-311-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined inRobert Drehmel2002-12-161-2/+2
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Fix trivial warning:Peter Wemm2002-05-241-0/+1
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated.Andrew R. Reiter2001-12-091-1/+1
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-22/+20
* Use local wrappers instead of direct calls to mtx_destroy().Boris Popov2001-08-211-3/+3
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+709