summaryrefslogtreecommitdiff
path: root/sys/netsmb
AgeCommit message (Expand)Author
2009-10-18Fix cut & paste error spotted by Nicolas Joly.tron
2009-10-18Fix detection of SMB capabilities according to the CIFS spec:tron
2009-09-21Do not call smb_rqpool_fini() on device close. Otherwise, we'll crashnjoly
2009-09-12Convert POOL_INITs to proper cons/destructors.pooka
2009-09-04add comment to previous stating periodic wakeups can be nukedpooka
2009-09-04defensive programming: wake up iod thread once a second "just in case"pooka
2009-09-04Send data for as long as there is new data available. Otherwisepooka
2009-09-04Grr. One last thing from the upcall-direction patch which I failed totls
2009-09-03Install smb headers relevant for userspace and make mount_smbfspooka
2009-09-01fix tybopooka
2009-07-06Do initialise the callout when fetching a new request structure fromnjoly
2009-07-01Do not call callout_stop() unless the structure was previoulsynjoly
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-03-29Move the internal poll/select related API's to use timespec insteadchristos
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-01-21restore the pre socket locking patch signal behaviour.yamt
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-06-24Make it compile.ad
2008-06-24Remove gcc variadic macros with comma elimination.gmcgarry
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge proc::p_mutex and proc::p_smutex into a single adaptive mutex, sincead
2008-04-24Merge the socket locking patch:ad
2008-03-22Commit the "per-CPU" select patch. This is the result of much work andad
2008-03-21Catch up with descriptor handling changes. See kern_descrip.c revisionad
2008-03-05selclear() while exiting netsmb's custom copy of select(). PR kern/38123.ad
2008-03-01Welcome to 4.99.55:rmind
2008-01-30Replace crufty use of lockmgr.ad
2008-01-02Merge vmlocking2 to head.ad
2007-07-10Don't exit an unheld mutex.ad
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17Change the process/lwp flags seen by userland via sysctl back to thepavel
2007-02-09Merge newlock2 to head.ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-03add missing initializerchristos
2006-09-03add missing initializerchristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-15Correct timeout computation. Fixes kern/33740.mlelstv
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-12Coverity CID 609: Kill dead code! BANG!christos
2006-04-12Coverity CID 992: Avoid NULL deref.christos