summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_diskless.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Remove the unmaintained University of Michigan NFSv4 client from 8.xrwatson2009-05-221-1/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-1/+2
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Switch the default NFS mount mode from UDP to TCP. UDP mounts are akris2008-02-111-2/+2
* consolidate parsing of nfs root mount options in one placesam2006-12-061-9/+66
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-2/+2
* Actually I wanted 'nolockd' here instead of 'lockd'.pjd2006-03-191-1/+1
* Unexpand LLADDR().ru2005-11-291-2/+2
* - Use strsep() instead of strtok().pjd2005-10-061-7/+6
* Add boot.nfsroot.options loader tunable.pjd2005-10-061-0/+30
* While I'm here, list the new kenv (boot.netif.name) along with the others.des2005-04-261-0/+1
* When netbooting, as soon as we've figured out which interface we booteddes2005-04-261-0/+1
* Include opt_bootp.h for BOOTP_NFSROOTbrian2005-01-121-0/+2
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-0/+14
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-141-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* Remove the magic way of configuring NFS backed swap.phk2003-08-151-2/+0
* Use __FBSDID().obrien2003-06-111-1/+3
* SMP locking for ifnet list.hsu2002-12-221-1/+5
* Moved nfs_diskless setup code from autoconf.c to nfsclient/nfs_diskless.cjake2002-09-221-0/+232
OpenPOWER on IntegriCloud