aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs4client/nfs4_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Add better sanity checking to the logic that handles ioctl processingChuck Lever2006-05-131-4/+7
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-5/+5
* protect new cdevsw entries with "#if (__FreeBSD_version > 502102)"Jim Rees2004-02-221-1/+3
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* 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
* University of Michigan's Citi NFSv4 kernel client code.Alfred Perlstein2003-11-141-0/+451