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_trantcp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge additional socket buffer locking from rwatson_netperf:
rwatson
2004-06-17
1
-0
/
+6
*
The socket field so_state is used to hold a variety of socket related
rwatson
2004-06-14
1
-2
/
+2
*
Rename dup_sockaddr() to sodupsockaddr() for consistency with other
rwatson
2004-03-01
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+4
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains to
tjr
2002-11-26
1
-1
/
+1
*
Increase send/receive queue to accomodate large readx/writex requests.
bp
2002-09-18
1
-20
/
+68
*
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
tanimura
2002-05-31
1
-9
/
+1
*
Lock down a socket, milestone 1.
tanimura
2002-05-20
1
-1
/
+9
*
Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.
tanimura
2002-04-30
1
-4
/
+7
*
Initialize thread select queue in the same way as rev 1.93 of sys_generic.c
bp
2002-04-23
1
-0
/
+3
*
Missed this file for select SMP fixes associated with rev 1.93 of
alfred
2002-03-14
1
-27
/
+24
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-1
/
+1
*
Spelling fixes.
bp
2001-12-31
1
-1
/
+1
*
o Make the credential used by socreate() an explicit argument to
rwatson
2001-12-31
1
-1
/
+2
*
Pull netsmb requester from the pre-KSE world. This update mostly based
bp
2001-12-02
1
-46
/
+59
*
Back out scanning file descriptors with holding a process lock.
tanimura
2001-05-15
1
-2
/
+16
*
- Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).
tanimura
2001-05-14
1
-9
/
+13
*
Import kernel part of SMB/CIFS requester.
bp
2001-04-10
1
-0
/
+672