aboutsummaryrefslogtreecommitdiff
path: root/sys/netsmb/smb_trantcp.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-3/+1
* Refactor select to reduce contention and hide internal implementationJeff Roberson2007-12-161-79/+1
* Initialize some variables that GCC4.2 thinks might possibly be used withoutMatt Jacob2007-06-151-0/+2
* Commit 14/14 of sched_lock decomposition.Jeff Roberson2007-06-051-7/+7
* - Fix ncp_poll() to not panic if the socket doesn't have any pending data.John Baldwin2006-08-031-10/+6
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),Robert Watson2006-07-241-8/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Merge additional socket buffer locking from rwatson_netperf:Robert Watson2004-06-171-0/+6
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-2/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-2/+2
* Use __FBSDID().David E. O'Brien2003-06-111-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-191-1/+1
* Fix a fatal typo introduced in revision 1.13 that caused the mbuf chains toTim J. Robbins2002-11-261-1/+1
* Increase send/receive queue to accomodate large readx/writex requests.Boris Popov2002-09-181-20/+68
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-9/+1
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-1/+9
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-4/+7
* Initialize thread select queue in the same way as rev 1.93 of sys_generic.cBoris Popov2002-04-231-0/+3
* Missed this file for select SMP fixes associated with rev 1.93 ofAlfred Perlstein2002-03-141-27/+24
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Spelling fixes.Boris Popov2001-12-311-1/+1
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Pull netsmb requester from the pre-KSE world. This update mostly basedBoris Popov2001-12-021-46/+59
* Back out scanning file descriptors with holding a process lock.Seigo Tanimura2001-05-151-2/+16
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).Seigo Tanimura2001-05-141-9/+13
* Import kernel part of SMB/CIFS requester.Boris Popov2001-04-101-0/+672