summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_boot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfs/nfs_boot.c: convert ifunit() to if_unit(9)mvs2021-01-191-2/+3
* According the code `nfsbootdevname' is always set to network device namemvs2020-08-241-11/+3
* Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modempi2018-07-301-2/+2
* Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().tb2017-11-141-7/+1
* Remove NET_LOCK()'s argument.mpi2017-08-111-8/+8
* If second xdr_string_encode() fails in bp_getfile() m_freem() m sinceclaudio2017-07-191-2/+4
* Introduce the NET_LOCK() a rwlock used to serialize accesses to the partsmpi2016-12-191-7/+7
* Enforce that ifioctl() is called at IPL_SOFTNET.mpi2016-11-221-2/+8
* Replace sockaddr casts with the proper satosin(), ... calls.bluhm2015-09-011-2/+2
* Replace sockaddr casts with the proper satosin() or satosin6() calls.bluhm2015-08-141-2/+2
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+3
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* bzero -> memsettedu2014-11-141-5/+5
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* remove uneeded route.h includesjsg2014-09-081-2/+1
* Remove the last hacks concerning the global list of IPv4 addresses in thempi2014-05-071-4/+10
* Kill NFS_BOOT_GATEWAY, ok deraadt@mpi2014-03-201-45/+1
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-5/+8
* Add support for root on nfs using v3. Code adapted from NetBSD.fgsch2013-09-201-22/+80
* typo; Eivind Evensenderaadt2013-09-121-2/+2
* Use SIOCAIFADDR rather than SIOCSIFADDR to set the address.mpi2013-05-221-4/+8
* Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang.krw2010-04-031-2/+2
* antsyjsg2009-10-191-32/+18
* Canonical for() -> queue.h FOREACH macro conversions.blambert2008-06-111-3/+3
* be much more clear about revarp failures; ok miodderaadt2008-05-271-2/+2
* Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seemsclaudio2008-05-201-2/+2
* Another rtrequest() rtrequest1() replacement.claudio2008-05-091-3/+8
* Refine "netboot" interface group semantics to indicate the interface wederaadt2008-03-311-2/+1
* label all interfaces we netboot from in group "netboot", in a MI fashionderaadt2008-03-191-1/+2
* adopt to extended rtrequest / rtalloc1 apihenning2006-06-171-2/+2
* prettier printingderaadt2006-05-261-2/+3
* implememtation -> implementationpedro2004-11-041-2/+2
* correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.netderaadt2002-06-021-2/+3
* First round of __P removal in sysmillert2002-03-141-7/+7
* use queue.h macro'sericj2002-01-161-5/+7
* allow swaples diskless configs; deradt@ okmickey2001-11-141-16/+27
* print addresses using inet_ntoa ( )deraadt1999-01-031-6/+5
* get the ethernet/fddi issue half right. This needs to be fixed betterderaadt1997-01-221-4/+7
* better use (NETHER == 0) instead of NETHER == 0graichen1997-01-201-3/+3
* replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0graichen1997-01-201-3/+3
* Fix panic message if NFSCLIENT is not defined.briggs1996-10-201-2/+2
* Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.briggs1996-10-201-5/+4
* if_name/if_unit -> if_xname/if_softcderaadt1996-05-101-3/+3
* From NetBSD: NFSv3 import (tomorrow's Net's kernel)mickey1996-03-311-15/+19
* From NetBSD: merge with 960217 (still NFSv2)niklas1996-02-291-15/+34
* from cgd; handle 64-bit pointers and longsderaadt1995-12-211-3/+3
* initial import of NetBSD treederaadt1995-10-181-0/+536