summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_socket.c
AgeCommit message (Expand)Author
2006-09-02nfsdreq_free: remove an assertion which is not true.yamt
2006-07-15nfs_getreq: fix a kauth fallout.yamt
2006-06-30nfs_request: don't bother to handle NFSERR_STALEWRITEVERFyamt
2006-06-07merge FreeBSD timecounters from branch simonb-timecounterskardel
2006-05-28Clean up bogus whitespaceblymn
2006-05-28nfs_request: use kauth_cred_free rather than kauth_cred_destroy.yamt
2006-05-19- fix compilation problem for !NFSSERVER && NFS.yamt
2006-05-18- fix some leaks in nfsd, introduced by kauth changes.yamt
2006-05-14integrate kauth.elad
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-04-15#if -> #ifdefdogcow
2006-04-15Coverity CID 734: Define NFS_TEST_HEAVY for testing nfsds, and use this tochristos
2006-03-01Back out revision 1.125 and 1.124. The code for checking ifrpaulo
2006-03-01In nfsrv_getstream(), ns_reclen will never be negative due to therpaulo
2006-03-01From FreeBSD SA-06:10rpaulo
2006-03-01merge yamt-uio_vmspace branch.yamt
2006-01-03nfssvc_nfsd: reduce a chance for a slow peer to capture all our threads.yamt
2006-01-03improve nfsd locking.yamt
2005-12-30Avoid dereferencing the lwp parameter in nfs_receive, as it is always NULL.jmmv
2005-12-11merge ktrace-lwp.christos
2005-11-21use c99 initializers for proct.yamt
2005-09-25Correct typo in last commit to fix compilation error.tron
2005-09-25Add missing TIMEDOUT and IO errors.christos
2005-09-25Convert from nfs error values to regular errno's. Although most values ofchristos
2005-05-29- sprinkle constchristos
2005-03-29nfsrv_rcv: don't do so_receive from socket upcall context.yamt
2005-02-26nuke trailing whitespaceperry
2004-09-17There's no need to pass a proc value when using UIO_SYSSPACE withskrll
2004-08-24nfs_request: a workaround for servers doing "maproot".yamt
2004-08-18remove a "proc botch" debug printf. ok'ed by Jonathan Stone.yamt
2004-06-24Rename MBUFTRACE helper function m_claim() to m_claimm(),jonathan
2004-05-24Change DIAGNOSTIC warning in nfs_send() about NULL rep->r_procp: thejonathan
2004-05-23- for tcp, use SO_RCVTIMEO to recover from server crash.yamt
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2004-05-10don't do kludge for a reply to a retransmitted requestyamt
2004-04-21Replace the statfs() family of system calls with statvfs().christos
2004-03-17nfs_sndlock: fix nfsd null dereference.yamt
2004-03-10Don't report EPIPE errors on nfs sockets. These can be due to idle tcpmatt
2003-12-07Unix semantics dictate that access checks for files are done when itfvdl
2003-10-09for nfs_timer_ch, use callout_schedule rather than callout_resetyamt
2003-08-16use sizeof() instead of a hardcorded constant.yamt
2003-08-16current trylater/jukebox retry delay is way too long andyamt
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-23when rexmitting a request due to NFSERR_JUKEBOX,yamt
2003-07-23fix parenthesis mismatch in rev.1.93.yamt
2003-07-23use sizeof() instead of hardcoding the size of the array.yamt
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-25- instead of scaning a list when looking upyamt
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin