summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/smb_trantcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r257841 from head:glebius2013-11-141-2/+2
* If the kernel is compiled with VMIMAGE support, the first attempt ofdavide2013-05-041-1/+10
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix panic due to page faults while in kernel mode, under conditions ofdavide2012-10-311-5/+18
* Change a duplicated check to clarify that we really want to set abrueffer2012-07-101-1/+3
* Switch to our preferred 2-clause BSD license.joel2010-04-071-6/+0
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-5/+4
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-3/+1
* Refactor select to reduce contention and hide internal implementationjeff2007-12-161-79/+1
* Initialize some variables that GCC4.2 thinks might possibly be used withoutmjacob2007-06-151-0/+2
* Commit 14/14 of sched_lock decomposition.jeff2007-06-051-7/+7
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.jhb2006-08-031-10/+6
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-8/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-2/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-2/+2
* Use __FBSDID().obrien2003-06-111-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-191-1/+1
* Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains totjr2002-11-261-1/+1
* Increase send/receive queue to accomodate large readx/writex requests.bp2002-09-181-20/+68
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-9/+1
* Lock down a socket, milestone 1.tanimura2002-05-201-1/+9
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-4/+7
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cbp2002-04-231-0/+3
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-27/+24
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Spelling fixes.bp2001-12-311-1/+1
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Pull netsmb requester from the pre-KSE world. This update mostly basedbp2001-12-021-46/+59
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-141-9/+13
* Import kernel part of SMB/CIFS requester.bp2001-04-101-0/+672
OpenPOWER on IntegriCloud