Home | History | Annotate | Download | only in nfs
History log of /src/sys/nfs/nfs_bootstatic.c
RevisionDateAuthorComments
 1.8  23-Oct-2009  snj Remove 3rd and 4th clauses. OK cl@ (copyright holder).
 1.7  19-Nov-2008  ad Make the emulations, exec formats, coredump, NFS, and the NFS server
into modules. By and large this commit:

- shuffles header files and ifdefs
- splits code out where necessary to be modular
- adds module glue for each of the components
- adds/replaces hooks for things that can be installed at runtime
 1.6  27-Oct-2008  cegger change nfs boot behaviour to automatically try next boot method if boot information are incomplete to succeed.
That way, it is possible combine static and dhcp boot:
For example, to boot diskless you can specify the nfs-server and the rootpath statically. All other information will be taken via dhcp.

Patch has been presented on port-xen, tech-kern and tech-net:
http://mail-index.netbsd.org/port-xen/2008/10/24/msg004488.html
http://mail-index.netbsd.org/tech-kern/2008/10/24/msg003255.html
http://mail-index.netbsd.org/tech-net/2008/10/24/msg000864.html

No comments, no objections.
 1.5  08-Jul-2007  bouyer branches: 1.5.28; 1.5.32; 1.5.38; 1.5.42;
Add a new BOOTSTATIC flag, NFS_BOOTSTATIC_NOSTATIC, which causes
nfs_bootstatic() to abort with EOPNOTSUPP. This allows a callback to
say that there is no bootstatic config, and the next NFS boot method should
be tried.
 1.4  04-Mar-2007  christos branches: 1.4.2; 1.4.4;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.3  11-Dec-2005  christos branches: 1.3.26;
merge ktrace-lwp.
 1.2  26-Feb-2005  perry branches: 1.2.4;
nuke trailing whitespace
 1.1  11-Mar-2004  cl branches: 1.1.4; 1.1.10; 1.1.12;
Add static nfs boot configuration, from the kernel config file or from
a driver selectable callback function. This is used in the Xen port to
allow controlling the domain's network setup from the domain building
environment at domain creation (vs. having to maintain/change this on a
dhcp server). The Xen network driver parses a command line passed in
from the domain builder.
 1.1.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.1.10.1  29-Apr-2005  kent sync with -current
 1.1.4.6  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.1.4.5  04-Feb-2005  skrll Adapt to branch.
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  11-Mar-2004  skrll file nfs_bootstatic.c was added on branch ktrace-lwp on 2004-08-03 10:56:17 +0000
 1.2.4.2  03-Sep-2007  yamt sync with head.
 1.2.4.1  21-Jun-2006  yamt sync with head.
 1.3.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.4.4.1  11-Jul-2007  mjf Sync with head.
 1.4.2.1  15-Jul-2007  ad Sync with head.
 1.5.42.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.38.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.5.32.2  11-Mar-2010  yamt sync with head
 1.5.32.1  04-May-2009  yamt sync with head.
 1.5.28.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed