| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 227507: Finish making 'wcommitsize' an NFS client mount option. | John Baldwin | 2012-01-05 | 2 | -0/+11 |
| * | MFC r221436: | Ruslan Ermilov | 2011-05-11 | 1 | -1/+12 |
| * | MFC r216725: | Simon L. B. Nielsen | 2010-12-29 | 1 | -1/+1 |
| * | MFC r214419: Correct a typo. | Jaakko Heinonen | 2010-11-01 | 1 | -1/+1 |
| * | MFC r203461: | Xin LI | 2010-03-05 | 1 | -24/+23 |
| * | MFC r203490: Introduce '[ipaddr]:path' notation. | Hajimu UMEMOTO | 2010-02-27 | 1 | -6/+16 |
| * | MFC: r202772 | Rick Macklem | 2010-02-04 | 1 | -0/+4 |
| * | MFC r198491: | Jaakko Heinonen | 2009-11-26 | 1 | -5/+5 |
| * | MFC r197298: | Rick Macklem | 2009-10-15 | 1 | -1/+1 |
| * | Delete the descriptions of the gssname and allgssname optionss from | Rick Macklem | 2009-07-29 | 1 | -42/+1 |
| * | Don't use sys/nfs/rpcv2.h - it is part of the old kernel RPC implementation | Doug Rabson | 2009-06-24 | 1 | -12/+12 |
| * | Code for parsing nmount options in kernel was merged | Craig Rodrigues | 2009-06-01 | 1 | -1/+1 |
| * | Add support for the experimental nfs client to mount_nfs. The | Rick Macklem | 2009-05-27 | 3 | -7/+172 |
| * | Remove the unmaintained University of Michigan NFSv4 client from 8.x | Robert Watson | 2009-05-22 | 3 | -260/+6 |
| * | Set NFSMNT_ACDIRMAX flag in fallback_mount() function. | Craig Rodrigues | 2009-02-06 | 1 | -0/+1 |
| * | Set NFSMNT_ACREGMIN, NFSMNT_ACREGMAX, and NFSMNT_ACDIRMIN flags | Craig Rodrigues | 2009-02-06 | 1 | -0/+9 |
| * | Fix parsing of acregmin, acregmax, acdirmin and acdirmax NFS mount options | Craig Rodrigues | 2009-01-28 | 1 | -4/+4 |
| * | Implement support for RPCSEC_GSS authentication to both the NFS client | Doug Rabson | 2008-11-03 | 1 | -1/+53 |
| * | Use the version of the kernel returned by getosreldate() | Craig Rodrigues | 2008-09-19 | 1 | -6/+16 |
| * | Instead of building up a "struct nfs_args" to pass to the kernel | Craig Rodrigues | 2008-09-13 | 2 | -473/+622 |
| * | Fix -o mntudp after the conversion to default TCP mounts | Kris Kennaway | 2008-07-10 | 1 | -1/+4 |
| * | Undo the damage I did in sys/kern/vfs_mount.c #1.274 and | Yaroslav Tykhiy | 2008-02-18 | 1 | -9/+0 |
| * | Add a work-around to make it possible again to remount | Yaroslav Tykhiy | 2008-02-18 | 1 | -0/+9 |
| * | Back out rev. 1.74 because the kernel isn't ready yet | Yaroslav Tykhiy | 2008-02-18 | 1 | -8/+1 |
| * | Don't forget to prepare string options for nmount(2). | Yaroslav Tykhiy | 2008-02-18 | 1 | -1/+8 |
| * | Add the -4 option to the synopsis. | Ceri Davies | 2008-02-12 | 1 | -1/+1 |
| * | Bump .Dd for r1.48. | Ceri Davies | 2008-02-12 | 1 | -1/+1 |
| * | Switch the default NFS mount mode from UDP to TCP. UDP mounts are a | Kris Kennaway | 2008-02-11 | 2 | -6/+6 |
| * | Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft". | Thomas Quinot | 2007-03-05 | 2 | -0/+8 |
| * | Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8. | Craig Rodrigues | 2007-01-23 | 1 | -0/+3 |
| * | Merge mount_nfs4.c and mount_nfs.c into one program. | Craig Rodrigues | 2007-01-23 | 2 | -7/+248 |
| * | Pass a string buffer named "errmsg" to nmount(). | Craig Rodrigues | 2006-11-29 | 1 | -2/+4 |
| * | Deduce the "fstype" parameter to pass to nmount() by looking at | Craig Rodrigues | 2006-11-29 | 1 | -2/+8 |
| * | Increase WARNS to 3. | Craig Rodrigues | 2006-11-21 | 1 | -1/+1 |
| * | Fix last element of nc_protos[] array to appease GCC. | Craig Rodrigues | 2006-11-21 | 1 | -1/+1 |
| * | Convert mount_nfs from old mount(2) API to new nmount(2) API. | Craig Rodrigues | 2006-11-21 | 1 | -1/+11 |
| * | Properly separate sentences by adding a semi-colon. | Tom Rhodes | 2006-10-07 | 1 | -1/+1 |
| * | Minor style(9) and KNF elimination as I prepare to fix a bug. | Warner Losh | 2006-03-20 | 1 | -14/+8 |
| * | Kill the BUGS section, and remove a similar line noted under -T. As far | Tom Rhodes | 2005-12-25 | 1 | -14/+3 |
| * | Use MOPT_END in favor of MOPT_NULL, which better describes the purporse | Xin LI | 2005-06-10 | 1 | -1/+1 |
| * | Add a handy macro to represent null mount option, MOPT_NULL, and make | Xin LI | 2005-06-01 | 1 | -1/+1 |
| * | Sync program's usage() with manpage's SYNOPSIS. | Ruslan Ermilov | 2005-02-10 | 2 | -9/+9 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -1/+1 |
| * | Remove advertising clause from University of California Regent's license, | Mark Murray | 2004-04-09 | 2 | -8/+0 |
| * | style.Makefile(5): | Johan Karlsson | 2004-02-23 | 1 | -1/+1 |
| * | mdoc(7): There cannot be a subsection inside a list. | Ruslan Ermilov | 2003-09-10 | 1 | -2/+4 |
| * | mdoc(7) markup overhaul. | Ruslan Ermilov | 2003-05-17 | 1 | -43/+55 |
| * | Remove -p from getopt args. | Tom Rhodes | 2003-05-12 | 1 | -1/+1 |
| * | Remove remnants of the -p option. While I'm here, remove wording about | Tom Rhodes | 2003-05-11 | 1 | -6/+0 |
| * | Use __FBSDID() to quiet GCC 3.3 warnings. | David E. O'Brien | 2003-05-03 | 1 | -4/+4 |