| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix some locking nits with the p_state field of struct proc: | jhb | 2011-03-24 | 1 | -2/+2 |
* | Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/ | netchild | 2011-02-25 | 1 | -0/+2 |
* | Mfp4 CH=177274,177280,177284-177285,177297,177324-177325 | bz | 2011-02-16 | 1 | -0/+2 |
* | Fix the nlm so that it no longer depends on the regular | rmacklem | 2011-01-03 | 2 | -2/+10 |
* | Remove prtactive variable and related printf()s in the vop_inactive | kib | 2010-11-19 | 1 | -5/+0 |
* | Modify nfs_open() in the experimental NFS client to be compatible | rmacklem | 2010-10-29 | 1 | -46/+40 |
* | Add a call for nfsrpc_close() to ncl_reclaim() in the experimental | rmacklem | 2010-10-29 | 1 | -0/+9 |
* | Add a flag to the experimental NFSv4 client to indicate when | rmacklem | 2010-10-26 | 1 | -22/+23 |
* | Fix the type of the 3rd argument for nm_getinfo so that it works | rmacklem | 2010-10-19 | 1 | -3/+3 |
* | Modify the NFS clients and the NLM so that the NLM can be used | rmacklem | 2010-10-19 | 4 | -16/+58 |
* | Fix the experimental NFS client so that it doesn't panic when | rmacklem | 2010-09-09 | 1 | -1/+3 |
* | Store the full timestamp when caching timestamps of files and | jhb | 2010-09-07 | 3 | -13/+11 |
* | Change the code in ncl_bioread() in the experimental NFS | rmacklem | 2010-09-05 | 1 | -4/+1 |
* | Disable use of the NLM in the experimental NFS client, since | rmacklem | 2010-09-05 | 1 | -1/+1 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 2 | -2/+2 |
* | Modify the return value for nfscl_mustflush() from boolean_t, | rmacklem | 2010-08-03 | 3 | -11/+11 |
* | Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate | rmacklem | 2010-07-24 | 6 | -490/+4 |
* | Add a call to nfscl_mustflush() in nfs_close() of the experimental | rmacklem | 2010-07-18 | 1 | -1/+1 |
* | Change the nfscl_mustflush() function in the experimental NFSv4 | rmacklem | 2010-07-18 | 2 | -7/+8 |
* | Retire the NFS access cache timestamp structure. It was used in VOP_OPEN() | jhb | 2010-07-15 | 2 | -20/+0 |
* | Merge 208603, 209946, and 209948 to the new NFS client: | jhb | 2010-07-15 | 1 | -11/+33 |
* | For the experimental NFSv4 client, make sure that attributes that | rmacklem | 2010-07-13 | 1 | -0/+14 |
* | For the experimental NFSv4 client, do not use cached attributes | rmacklem | 2010-07-13 | 1 | -1/+1 |
* | Add MODULE_DEPEND() macros to the experimental NFS client and | rmacklem | 2010-06-15 | 1 | -0/+2 |
* | In NFS clients, instead of inconsistently using #ifdef | kib | 2010-06-13 | 5 | -63/+28 |
* | Allow the experimental NFSv4 client to use cached attributes | rmacklem | 2010-05-18 | 1 | -2/+7 |
* | Add a sanity check for a negative args.fhsize to the experimental | rmacklem | 2010-05-17 | 1 | -1/+1 |
* | Push down the page queues lock into vm_page_activate(). | alc | 2010-05-07 | 1 | -8/+9 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -4/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -6/+12 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -14/+2 |
* | Lock the page around vm_page_activate() and vm_page_deactivate() calls | kib | 2010-05-03 | 1 | -2/+6 |
* | For the experimental NFS client, it should always flush dirty | rmacklem | 2010-04-28 | 1 | -2/+1 |
* | Delete a diagnostic statement that is no longer useful from | rmacklem | 2010-04-28 | 1 | -4/+0 |
* | An NFSv4 server will reply NFSERR_GRACE for non-recovery RPCs | rmacklem | 2010-04-24 | 4 | -27/+32 |
* | When the experimental NFS client is handling an NFSv4 server reboot | rmacklem | 2010-04-22 | 7 | -34/+89 |
* | For the experimental NFS client doing an NFSv4 mount, | rmacklem | 2010-04-20 | 1 | -3/+6 |
* | Avoid extraneous recovery cycles in the experimental NFS client | rmacklem | 2010-04-18 | 1 | -4/+29 |
* | Add mutex lock calls to 2 cases in the experimental NFS client's | rmacklem | 2010-04-15 | 1 | -2/+6 |
* | The experimental NFS client was not filling in recovery credentials | rmacklem | 2010-04-15 | 3 | -3/+16 |
* | Patch the experimental NFS client so that there is a timeout | rmacklem | 2010-01-31 | 4 | -58/+138 |
* | Patch the experimental NFS client in a manner analogous to | rmacklem | 2010-01-28 | 5 | -18/+35 |
* | Fix three related problems in the experimental nfs client when | rmacklem | 2010-01-03 | 1 | -24/+19 |
* | Fix the experimental NFS client so that it can create Unix | rmacklem | 2009-12-31 | 1 | -4/+9 |
* | When porting the experimental nfs subsystem to the FreeBSD8 krpc, | rmacklem | 2009-12-26 | 3 | -104/+8 |
* | Remove unneeded ifdefs. | trasz | 2009-12-03 | 2 | -27/+3 |
* | Create verifier used by FreeBSD NFS client is suboptimal because the | jh | 2009-11-11 | 1 | -14/+25 |
* | Unloading of the nfscl module is unsupported because newnfslock doesn't | jh | 2009-10-20 | 2 | -0/+14 |
* | Fix ordering of nfscl_modevent() and ncl_uninit(). nfscl_modevent() must | jh | 2009-10-20 | 1 | -1/+1 |
* | Fix comment typos. | jh | 2009-10-20 | 1 | -4/+4 |