index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netsmb
/
smb_iod.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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