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
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
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
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
___
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
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_
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
___