cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c

2008-09-13 Thread Craig Rodrigues
rodrigc 2008-09-13 20:22:46 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: SVN rev 183008 on 2008-09-13 20:22:46Z by rodrigc Instead of building up a "struct nfs_args" to pass to the kernel via nmount(), build up an iovec where

cvs commit: src/sbin/mount_nfs mount_nfs.8

2008-02-12 Thread Ceri Davies
ceri2008-02-12 09:24:11 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 Log: Add the -4 option to the synopsis. Revision ChangesPath 1.50 +1 -1 src/sbin/mount_nfs/mount_nfs.8 ___ cvs

cvs commit: src/sbin/mount_nfs mount_nfs.8

2008-02-12 Thread Ceri Davies
ceri2008-02-12 09:20:27 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 Log: Bump .Dd for r1.48. Revision ChangesPath 1.49 +1 -1 src/sbin/mount_nfs/mount_nfs.8 ___ cvs-all@freebsd.or

cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c

2007-03-13 Thread Thomas Quinot
thomas 2007-03-13 20:28:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: MFC mount_nfs.c rev. 1.72, mount_nfs.8 rev. 1.47: Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft". Thi

cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c

2007-03-05 Thread Thomas Quinot
thomas 2007-03-05 14:47:54 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: Add "fg" option as antonym to "bg"; add "hard" option as antonym to "soft". This is for better compatibility with other environments (Linux, Solaris, HP-UX

cvs commit: src/sbin/mount_nfs mount_nfs.8 mount_nfs.c

2007-01-22 Thread Craig Rodrigues
rodrigc 2007-01-23 07:17:10 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 mount_nfs.c Log: Merge mount_nfs4.c and mount_nfs.c into one program. If argv[0] == "mount_nfs4", then default to mounting NFSv4, otherwise if argv[0] == "mount_nfs", defau

cvs commit: src/sbin/mount_nfs mount_nfs.8

2006-10-07 Thread Tom Rhodes
trhodes 2006-10-07 23:17:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/mount_nfs mount_nfs.8 Log: Sync with CURRENT: Kill the BUGS section, and remove a similar line noted under -T. As far as I know, Sun's NFS support works with TCP just

cvs commit: src/sbin/mount_nfs mount_nfs.8

2006-10-07 Thread Tom Rhodes
trhodes 2006-10-07 23:12:20 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 Log: Properly separate sentences by adding a semi-colon. Hinted by: bmah Revision ChangesPath 1.45 +1 -1 src/sbin/mount_nfs/mount_nfs.8

cvs commit: src/sbin/mount_nfs mount_nfs.8

2005-12-25 Thread Tom Rhodes
trhodes 2005-12-25 10:36:30 UTC FreeBSD src repository Modified files: sbin/mount_nfs mount_nfs.8 Log: Kill the BUGS section, and remove a similar line noted under -T. As far as I know, Sun's NFS support works with TCP just fine. This is even hinted at in the PR.