cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.c nfs_vfsops.c nfsdiskless.h

2007-10-30 Thread Sam Leffler
sam 2007-10-30 00:49:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientbootp_subr.c nfs_diskless.c nfs_vfsops.c nfsdiskless.h Log: MFC: consolidate parsing of nfs root mount options in one place and hand

cvs commit: src/sys/nfsclient bootp_subr.c

2006-12-23 Thread Sam Leffler
sam 2006-12-23 22:40:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/nfsclientbootp_subr.c Log: MFC 1.67: honor nolockd flag in root mount options Revision ChangesPath 1.64.2.1 +2 -0 src/sys/nfsclient/bootp_subr.c

cvs commit: src/sys/nfsclient bootp_subr.c nfs_diskless.c nfs_vfsops.c nfsdiskless.h

2006-12-05 Thread Sam Leffler
sam 2006-12-06 02:15:25 UTC FreeBSD src repository Modified files: sys/nfsclientbootp_subr.c nfs_diskless.c nfs_vfsops.c nfsdiskless.h Log: consolidate parsing of nfs root mount options in one place and handle all options (some may require

cvs commit: src/sys/nfsclient bootp_subr.c

2006-11-07 Thread Sam Leffler
sam 2006-11-07 18:02:46 UTC FreeBSD src repository Modified files: sys/nfsclientbootp_subr.c Log: honor nolockd flag in root mount options MFC after: 2 weeks Revision ChangesPath 1.67 +2 -0 src/sys/nfsclient/bootp_subr.c ___

Re: cvs commit: src/sys/nfsclient bootp_subr.c

2006-06-30 Thread Yar Tikhiy
On Thu, Jun 29, 2006 at 06:07:42PM -0500, Christian S.J. Peron wrote: > Yar Tikhiy wrote: > >yar 2006-06-29 15:37:39 UTC > > > > FreeBSD src repository > > > > Modified files: > >sys/nfsclientbootp_subr.c > > Log: > > Use the elegant TAILQ_FOREACH() in place of a hand-rolle

Re: cvs commit: src/sys/nfsclient bootp_subr.c

2006-06-29 Thread Christian S.J. Peron
Yar Tikhiy wrote: yar 2006-06-29 15:37:39 UTC FreeBSD src repository Modified files: sys/nfsclientbootp_subr.c Log: Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. Revision ChangesPath 1.65 +1 -3 src/sys/nfsclient/bootp_

cvs commit: src/sys/nfsclient bootp_subr.c

2006-06-29 Thread Yar Tikhiy
yar 2006-06-29 15:37:39 UTC FreeBSD src repository Modified files: sys/nfsclientbootp_subr.c Log: Use the elegant TAILQ_FOREACH() in place of a hand-rolled for() loop. Revision ChangesPath 1.65 +1 -3 src/sys/nfsclient/bootp_subr.c ___