aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs4
Commit message (Collapse)AuthorAgeFilesLines
* Use MOPT_END in favor of MOPT_NULL, which better describes the purporseXin LI2005-06-101-1/+1
| | | | | | | of the macro. Notes: svn path=/head/; revision=147242
* Add a handy macro to represent null mount option, MOPT_NULL, and makeXin LI2005-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | use of the macro in sbin/mount*'s, by replacing: mopts[] = { MOPT_STDOPTS, { NULL } } With: mopts[] = { MOPT_STDOPTS, MOPT_NULL } This change will help to reduce the situation that we don't explicitly initialize "struct mntopt"'s. It should not contribute to any functional/logical changes as far as I can tell. Notes: svn path=/head/; revision=146853
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-02-102-12/+8
| | | | Notes: svn path=/head/; revision=141611
* Markup nits.Ruslan Ermilov2004-05-171-8/+15
| | | | Notes: svn path=/head/; revision=129363
* Remove advertising clause from University of California Regent's license,Mark Murray2004-04-091-4/+0
| | | | | | | | | per letter dated July 22, 1999. Approved by: core, imp Notes: svn path=/head/; revision=128073
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* remove dead codeJim Rees2004-02-171-53/+0
| | | | | | | Approved by: alfred Notes: svn path=/head/; revision=125951
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-1/+0
| | | | | | | | | | | These files had tags at the start of the file (incorrect, removed), and after the copyright notices (correct). Approved by: rwatson (mentor) Notes: svn path=/head/; revision=125667
* Cleanup manpage for mount_nfs4 (make it actually refer to nfs4 options).Alfred Perlstein2003-11-222-259/+26
| | | | | | | | | Cleanup option parsing for mount_nfs4 program, and remove dead code. Approved by: re Notes: svn path=/head/; revision=122952
* University of Michigan's Citi NFSv4 userland client code.Alfred Perlstein2003-11-143-0/+1240
Submitted by: Jim Rees <rees@umich.edu> Notes: svn path=/head/; revision=122704