aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsserver/nfs_fha.c
Commit message (Expand)AuthorAgeFilesLines
* - Move nfs_realign() from the NFS client to the shared NFS code andMarius Strobl2010-02-091-1/+3
* Some style(9) fixes in order to fabricate a commit to denote thatMarius Strobl2010-01-091-63/+62
* Exclude options COMPAT_FREEBSD4 now that the MD freebsd4_sigreturn()Marius Strobl2010-01-091-2/+6
* Revert previous change and fix misalignment by using bcopy()Marcel Moolenaar2009-11-151-6/+1
* Fix an obvious panic by not casting from a pointer that is 4-bytesMarcel Moolenaar2009-11-141-1/+6
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.Doug Rabson2009-06-301-5/+0
* We need to pass a structure with enough space for an NFSv2 filehandle toDoug Rabson2008-12-101-3/+3
* Range-check NFSv2 procedure numbers before converting to NFSv3.Doug Rabson2008-11-071-2/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+597