aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client
Commit message (Expand)AuthorAgeFilesLines
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-073-12/+0
* fix for 64-bit arch:Jim Rees2004-03-261-1/+1
* Properly vector all bwrite() and BUF_WRITE() calls through the same pathPoul-Henning Kamp2004-03-111-1/+1
* kthread_exit() no longer requires Giant, so don't force callers to acquireJohn Baldwin2004-03-051-0/+1
* NFSv4 fixes from Connectathon 2004:Jim Rees2004-02-274-111/+94
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"Jim Rees2004-02-221-1/+3
* in idmap_uid_to_name(), don't try to use the entry after freeing it, in theJim Rees2004-02-211-11/+7
* ask for rdattr_err in readdir, so we won't fail the readdir if we can't getJim Rees2004-02-211-21/+27
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* whitespace changes only (prepare for merge from citi tree)Jim Rees2004-02-201-52/+51
* Use consistent style for cdevsw initializationPoul-Henning Kamp2004-02-141-5/+5
* Use automatic major number allocation for the nfs4 device instead ofTim J. Robbins2004-02-111-3/+1
* This patch fixes two little portability (to !GCC compilers) problems:Alfred Perlstein2003-12-111-3/+3
* Use function pointers to remove the depenancy cross dependancy on nfs4Alfred Perlstein2003-11-221-79/+10
* Fix compliation on sparc64.Alfred Perlstein2003-11-151-1/+2
* unbreak LINT.Alfred Perlstein2003-11-151-4/+0
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-1414-0/+8121