summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_boot.c
AgeCommit message (Expand)Author
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2018-05-17Default NFS mounts to using TCP transport instead of UDP.thorpej
2016-11-15Don't use rt_walktree to delete routesozaki-r
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-05-21change nfs_boot_sendrecv to take sockaddr_in * instead of mbuf *rtr
2015-05-09change sosend() to accept sockaddr * instead of mbuf * for nam.rtr
2015-04-03* change pr_bind to accept struct sockaddr * instead of struct mbuf *rtr
2015-03-27m_pullup() is called in rcvproc callback functions,hikaru
2013-10-25Mark a potentially unused variablemartin
2010-10-04Add support to honor MTU settings from DHCP during netboot.cyber
2009-03-04Update comments to reflect realities; the filenames were changed in 1997nisimura
2008-11-19Make the emulations, exec formats, coredump, NFS, and the NFS serverad
2008-10-27make this build again without havingcegger
2008-10-27change nfs boot behaviour to automatically try next boot method if boot infor...cegger
2008-10-24- ansify function definitioncegger
2008-08-06Convert socket options code to use a sockopt structureplunky
2008-05-22Delete unnecessary cast to void *.dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-24Merge the socket locking patch:ad
2008-04-05use aprint_*_dev and device_xnamecegger
2007-08-31Use sockaddr_in_init() and ifreq_setaddr() to initialize a sockaddr_indyoung
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-06-09Cosmetic: de-__P() et cetera.dyoung
2007-05-08Fix buid (broken by a fix introduced in the wrong file...)manu
2007-05-08Add the TFTPROOT kernel option for TFTP'ing root RAMdisk at root mount time.manu
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-03-01merge yamt-uio_vmspace branch.yamt
2005-12-11merge ktrace-lwp.christos
2004-05-22Eliminate several uses of `curproc' from the socket-layer code and from NFS.jonathan
2004-03-11Add static nfs boot configuration, from the kernel config file or fromcl
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2001-11-10add RCSIDslukem
2001-01-19Use tsleep instead of dalay; since we're mounting root, we can sleepenami
2000-12-10Make sobind() take a struct proc *. It already took curproc andfvdl
2000-09-19New kernel option, NFS_V2_ONLY, which aims to reduce the NFS client to justbjh21
2000-03-29Don't need to include <sys/conf.h> here.simonb
1999-09-03Wait some seconds after the interface is brought up before packetsdrochner
1999-07-07mount diskless root with "NFSMNT_NOCONN" (which is default in "mount_nfs"drochner
1999-02-21restructure the diskless NFS boot code to keep track of the useddrochner
1998-09-13Fix copyright spacing.christos
1998-08-09bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-06-13Fix last change: If BOOTP/DHCP was successful, don't try RARP/BOOTPARAM.drochner
1998-06-13Clean up boogered gcc warning workaround (remove goto completely) and removetv
1998-04-25Adapt to new sosend/soreceive and upcall (now down in sowakeup)matt
1998-03-01Merge with Lite2 + local changesfvdl
1998-02-28be a bit more clear about what protocols will be tried in thecgd
1998-01-12Consolidate NFS_BOOT_* options into opt_nfs_boot.hscottr
1998-01-11Make NFS_BOOT_DHCP work as expected.scottr
1998-01-09Use new options "NFS_BOOT_BOOTP" and "NFS_BOOT_BOOTPARAM" for partsdrochner