| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a check for the connection being shut down to the krpc | rmacklem | 2009-11-08 | 1 | -0/+16 |
* | Set the prison in NFS anon and GSS SVC creds (as I indended to in r197581). | jamie | 2009-09-28 | 1 | -0/+2 |
* | Back out r197581, which replaced this file witk sys/kern/vfs_export.c. | jamie | 2009-09-28 | 1 | -369/+1363 |
* | Set the prison in NFS anon and GSS SVC creds. | jamie | 2009-09-28 | 1 | -1363/+369 |
* | Fix NFS panics with options VIMAGE kernels by apropriately setting curvnet | zec | 2009-08-24 | 7 | -7/+56 |
* | Use PBDRY flag for msleep(9) in NFS and NLM when sleeping thread owns | kib | 2009-07-14 | 2 | -3/+5 |
* | When unmounting an NFS mount using sec=krb5[ip], the umount system | rmacklem | 2009-07-01 | 1 | -0/+14 |
* | Make sure that cr_error is set to ESHUTDOWN when closing the connection. | rmacklem | 2009-07-01 | 1 | -2/+4 |
* | Fix two known problems in clnt_rc.c, plus issues w.r.t. smp noted | rmacklem | 2009-06-25 | 1 | -42/+74 |
* | If the initial attempt to refresh credentials in the RPCSEC_GSS client | rmacklem | 2009-06-24 | 1 | -3/+15 |
* | Delete the declaration of an unused variable so that it will build. | rmacklem | 2009-06-20 | 1 | -1/+0 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 3 | -12/+6 |
* | Since svc_[dg|vc|tli|tp]_create() did not hold a reference count on the | rmacklem | 2009-06-17 | 3 | -3/+12 |
* | Replace the global references to "hostid" in svc_rpcsec_gss.c to local | rmacklem | 2009-06-15 | 1 | -1/+7 |
* | When a Solaris10 client does an NFS mount using krb5i or krb5p, the | rmacklem | 2009-06-13 | 1 | -1/+1 |
* | For the case where another thread was doing a connect and that | rmacklem | 2009-06-10 | 1 | -2/+2 |
* | Add a temporary workaround for panics being seen on NFS servers with ZFS, | rwatson | 2009-06-07 | 1 | -0/+3 |
* | Add a check to xprt_unregister() to catch the case where another | rmacklem | 2009-06-07 | 1 | -0/+7 |
* | Fix a lockorder reversal I introduced in r193436 when I moved the | rmacklem | 2009-06-07 | 1 | -0/+1 |
* | Correct MAC compile problems resulting from the new RPC code copying and | rwatson | 2009-06-05 | 1 | -1/+4 |
* | Fix upcall races in the client side krpc. For the client side upcall, | rmacklem | 2009-06-04 | 2 | -3/+53 |
* | Fix two races in the server side krpc w.r.t upcalls: | rmacklem | 2009-06-04 | 3 | -7/+20 |
* | Add internal 'mac_policy_count' counter to the MAC Framework, which is a | rwatson | 2009-06-02 | 1 | -2/+0 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 4 | -62/+53 |
* | fix xdrmem_control to be safe in an if statement | kmacy | 2009-05-30 | 1 | -2/+2 |
* | Place hostnames and similar information fully under the prison system. | jamie | 2009-05-29 | 1 | -8/+5 |
* | MFdevbranch 192944 | kmacy | 2009-05-28 | 1 | -0/+16 |
* | Remove the unmaintained University of Michigan NFSv4 client from 8.x | rwatson | 2009-05-22 | 2 | -2468/+0 |
* | Added a field to the SVCXPRT structure that the nfsv4 server can | rmacklem | 2009-04-16 | 1 | -0/+1 |
* | Use the correct creds when reconnecting so that we have enough privilege to | dfr | 2009-02-05 | 1 | -2/+3 |
* | Add a missing call to mtx_destroy(). | dfr | 2008-11-12 | 1 | -0/+1 |
* | Implement support for RPCSEC_GSS authentication to both the NFS client | dfr | 2008-11-03 | 29 | -738/+5957 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -6/+6 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+1 |
* | Rename RPC's 'struct pmap' to 'struct portmap' to avoid confusing it with | dfr | 2008-08-25 | 2 | -7/+7 |
* | Rename the static M_RPC defined here to M_RPCCLNT, since a global M_RPC | kris | 2008-08-18 | 1 | -6/+6 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -2/+3 |
* | Add a missing call to mtx_destroy() in clnt_reconnect_destroy(). | dfr | 2008-08-13 | 1 | -0/+1 |
* | Re-work the code slightly to avoid a possible livelock. | dfr | 2008-07-23 | 1 | -23/+27 |
* | Move the NFS/RPC code away from lbolt. | ed | 2008-07-22 | 1 | -2/+3 |
* | Introduce a new lock, hostname_mtx, and use it to synchronize access | rwatson | 2008-07-05 | 1 | -0/+4 |
* | It may be #if 0'd out code, but change a varname to not shadow a global. | julian | 2008-06-29 | 1 | -4/+4 |
* | Include <sys/pcpu.h> for curthread. | dfr | 2008-06-27 | 1 | -0/+1 |
* | Re-implement the client side of rpc.lockd in the kernel. This implementation | dfr | 2008-06-26 | 7 | -182/+556 |
* | Fix some issues that showed up during Kris' testing. | dfr | 2008-04-11 | 1 | -2/+8 |
* | Minor changes to improve compatibility with older FreeBSD releases. | dfr | 2008-03-28 | 14 | -14/+22 |
* | Add kernel module support for nfslockd and krpc. Use the module system | dfr | 2008-03-27 | 1 | -0/+21 |
* | Add the new kernel-mode NFS Lock Manager. To use it instead of the | dfr | 2008-03-26 | 35 | -7/+11882 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -8/+8 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -16/+0 |