summaryrefslogtreecommitdiffstats
path: root/sys/nfs4client/nfs4_dev.c
Commit message (Collapse)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
|
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-5/+5
| | | | Bump __FreeBSD_version accordingly.
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"rees2004-02-221-1/+3
|
* 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.
* 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.
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+451
Submitted by: Jim Rees <rees@umich.edu>
OpenPOWER on IntegriCloud