summaryrefslogtreecommitdiffstats
path: root/sys/nfs/nfs_boot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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