summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_boot.c
AgeCommit message (Expand)Author
2018-07-30Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O modeMartin Pieuchot
2017-11-14Push the NET_LOCK into ifioctl() and use the NET_RLOCK in ifioctl_get().Theo Buehler
2017-08-11Remove NET_LOCK()'s argument.Martin Pieuchot
2017-07-19If second xdr_string_encode() fails in bp_getfile() m_freem() m sinceClaudio Jeker
2016-12-19Introduce the NET_LOCK() a rwlock used to serialize accesses to the partsMartin Pieuchot
2016-11-22Enforce that ifioctl() is called at IPL_SOFTNET.Martin Pieuchot
2015-09-01Replace sockaddr casts with the proper satosin(), ... calls.Alexander Bluhm
2015-08-14Replace sockaddr casts with the proper satosin() or satosin6() calls.Alexander Bluhm
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-11-14bzero -> memsetTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-08remove uneeded route.h includesJonathan Gray
2014-05-07Remove the last hacks concerning the global list of IPv4 addresses in theMartin Pieuchot
2014-03-20Kill NFS_BOOT_GATEWAY, ok deraadt@Martin Pieuchot
2013-11-11Replace most of our formating functions to convert IPv4/6 addresses fromMartin Pieuchot
2013-09-20Add support for root on nfs using v3. Code adapted from NetBSD.Federico G. Schwindt
2013-09-12typo; Eivind EvensenTheo de Raadt
2013-05-22Use SIOCAIFADDR rather than SIOCSIFADDR to set the address.Martin Pieuchot
2010-04-03Don't return 0 if error is set to EBADRPC. Found by jsg@ and clang.Kenneth R Westerback
2009-10-19antsyJonathan Gray
2008-06-11Canonical for() -> queue.h FOREACH macro conversions.Bret Lambert
2008-05-27be much more clear about revarp failures; ok miodTheo de Raadt
2008-05-20Fix last commit, it is rtrequest1() and not rtrequest(). Lucky me it seemsClaudio Jeker
2008-05-09Another rtrequest() rtrequest1() replacement.Claudio Jeker
2008-03-31Refine "netboot" interface group semantics to indicate the interface weTheo de Raadt
2008-03-19label all interfaces we netboot from in group "netboot", in a MI fashionTheo de Raadt
2006-06-17adopt to extended rtrequest / rtalloc1 apiHenning Brauer
2006-05-26prettier printingTheo de Raadt
2004-11-04implememtation -> implementationPedro Martelletto
2002-06-02correct fake nfs_boot_getfh(); ski@wuhjuhbuh.2y.netTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-16use queue.h macro'sEric Jackson
2001-11-14allow swaples diskless configs; deradt@ okMichael Shalayeff
1999-01-03print addresses using inet_ntoa ( )Theo de Raadt
1997-01-22get the ethernet/fddi issue half right. This needs to be fixed betterTheo de Raadt
1997-01-20better use (NETHER == 0) instead of NETHER == 0Thomas Graichen
1997-01-20replace #ifndef NFSCLIENT with #if !defined(NFSCLIENT) || NETHER == 0Thomas Graichen
1996-10-20Fix panic message if NFSCLIENT is not defined.briggs
1996-10-20Make support for booting over NFS dependent on NFSCLIENT instead of NETHER.briggs
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-03-31From NetBSD: NFSv3 import (tomorrow's Net's kernel)Michael Shalayeff
1996-02-29From NetBSD: merge with 960217 (still NFSv2)Niklas Hallqvist
1995-12-21from cgd; handle 64-bit pointers and longsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt