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
*
Catch up with sb_timeo type change in r255138. This fixes
glebius
2013-11-08
1
-2
/
+2
*
If the kernel is compiled with VMIMAGE support, the first attempt of
davide
2013-05-04
1
-1
/
+10
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Fix panic due to page faults while in kernel mode, under conditions of
davide
2012-10-31
1
-5
/
+18
*
Change a duplicated check to clarify that we really want to set a
brueffer
2012-07-10
1
-1
/
+3
*
Switch to our preferred 2-clause BSD license.
joel
2010-04-07
1
-6
/
+0
*
Rework socket upcalls to close some races with setup/teardown of upcalls.
jhb
2009-06-01
1
-5
/
+4
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-3
/
+1
*
Refactor select to reduce contention and hide internal implementation
jeff
2007-12-16
1
-79
/
+1
*
Initialize some variables that GCC4.2 thinks might possibly be used without
mjacob
2007-06-15
1
-0
/
+2
*
Commit 14/14 of sched_lock decomposition.
jeff
2007-06-05
1
-7
/
+7
*
- Fix ncp_poll() to not panic if the socket doesn't have any pending data.
jhb
2006-08-03
1
-10
/
+6
*
soreceive_generic(), and sopoll_generic(). Add new functions sosend(),
rwatson
2006-07-24
1
-8
/
+4
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
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