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