summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client
Commit message (Collapse)AuthorAgeFilesLines
...
* Device megapatch 4/6:phk2004-02-211-0/+2
| | | | | | | | Introduce d_version field in struct cdevsw, this must always be initialized to D_VERSION. Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing four D_NOGIANT flags and adding 145 D_NEEDGIANT flags.
* whitespace changes only (prepare for merge from citi tree)rees2004-02-201-52/+51
|
* Use consistent style for cdevsw initializationphk2004-02-141-5/+5
|
* Use automatic major number allocation for the nfs4 device instead oftjr2004-02-111-3/+1
| | | | stealing #29, which is already reserved for mcd.
* This patch fixes two little portability (to !GCC compilers) problems:alfred2003-12-111-3/+3
| | | | | | | | 1. Use C99-style variable argument macros rather than GNU ones. 2. Don't cast id to ident_t. Its type is already ident_t and casting to a union type is a constraint violation. Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
* Use function pointers to remove the depenancy cross dependancy on nfs4alfred2003-11-221-79/+10
| | | | | | | | and the nfs3 client. Also fix some bugs that happen to be causing crashes in both v3 and v4 introduced by the v4 import. Submitted by: Jim Rees <rees@umich.edu> Approved by: re
* Fix compliation on sparc64.alfred2003-11-151-1/+2
| | | | Change arg from uint32_t to size_t to match prototypes.
* unbreak LINT.alfred2003-11-151-4/+0
|
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-1414-0/+8121
Submitted by: Jim Rees <rees@umich.edu>
OpenPOWER on IntegriCloud