| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to our preferred 2-clause BSD license. | joel | 2010-04-07 | 1 | -6/+0 |
* | 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 | 1 | -2/+2 |
* | Remove a spourious Giant acquisition. | attilio | 2008-02-25 | 1 | -3/+0 |
* | Rename the kthread_xxx (e.g. kthread_create()) calls | julian | 2007-10-20 | 1 | -2/+2 |
* | Fix misalignment bugs caused by invalid type casts of pointers | marcel | 2006-08-22 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Add support for SMB request signing, which prevents "man in the middle" | tjr | 2004-01-02 | 1 | -0/+2 |
* | Rewrite the code that uses the try/catch paradigm implemented by | marcel | 2003-08-23 | 1 | -23/+33 |
* | Avoid dereferencing the thread pointer in smb_iod_addrq() if it's NULL. | tjr | 2003-06-14 | 1 | -1/+2 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -3/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -3/+3 |
* | Remove the hto(be|le)[slq] and (be|le)toh[slq] macros defined in | robert | 2002-12-16 | 1 | -2/+2 |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -1/+1 |
* | Fix trivial warning: | peter | 2002-05-24 | 1 | -0/+1 |
* | Move the new byte order function prototypes from <sys/param.h> to | mike | 2002-04-26 | 1 | -0/+1 |
* | - Replace M_WAIT with M_TRYWAIT since the M_WAIT flag is deprecated. | arr | 2001-12-09 | 1 | -1/+1 |
* | Pull netsmb requester from the pre-KSE world. This update mostly based | bp | 2001-12-02 | 1 | -22/+20 |
* | Use local wrappers instead of direct calls to mtx_destroy(). | bp | 2001-08-21 | 1 | -3/+3 |
* | Import kernel part of SMB/CIFS requester. | bp | 2001-04-10 | 1 | -0/+709 |