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