freebsd-skq/lib/libstand
bapt 91241e1f4c distinguish NFS versus TFTP boot by rootpath
Don't use DHCP 150 option to decide which protocol use to netboot. When
root-path includes ip address - go thru NFS, if ip address not exists in
root-path - go thru TFTP from server which ip address is in next-server.  But
there is one limitation - only one tftp server in network to provide loader and
everything else.  Does enybody use more than only one?

Submitted by:	kczekirda
Sponsored by:	Oktawave
MFC after:	3 weeks
Relnote:	Yes
Differential Revision:	https://reviews.freebsd.org/D8740
2017-05-06 19:23:58 +00:00
..
amd64 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
i386 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
mips
powerpc
sparc64 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
__main.c
arp.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
assert.c
bcd.c
bootp.c distinguish NFS versus TFTP boot by rootpath 2017-05-06 19:23:58 +00:00
bootp.h distinguish NFS versus TFTP boot by rootpath 2017-05-06 19:23:58 +00:00
bootparam.c
bootparam.h
bzipfs.c
cd9660.c dosfs support in libstand is broken since r298230 2016-12-30 19:06:29 +00:00
close.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
closeall.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
dev.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
dosfs.c libstand/dosfs: cache FAT32 in 128 Kb blocks to save loader memory 2017-04-06 20:12:39 +00:00
dosfs.h libstand/dosfs: cache FAT32 in 128 Kb blocks to save loader memory 2017-04-06 20:12:39 +00:00
environment.c
ether.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ext2fs.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
fstat.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
getopt.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
gets.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
globals.c distinguish NFS versus TFTP boot by rootpath 2017-05-06 19:23:58 +00:00
gzipfs.c
in_cksum.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
inet_ntoa.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ioctl.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
iodesc.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
libstand.3
lseek.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
Makefile Add explicit_bzero() to libstand, and switch GELIBoot to using it 2017-03-31 00:04:32 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
nandfs.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
net.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
net.h distinguish NFS versus TFTP boot by rootpath 2017-05-06 19:23:58 +00:00
netif.c
netif.h Cleanup warnings by adding missint prototypes, removing unneeded duplicate 2000-08-03 09:08:29 +00:00
nfs.c Remove OLD_NFSV2 from loader and libstand 2017-03-30 19:32:25 +00:00
nfsv2.h Remove OLD_NFSV2 from loader and libstand 2017-03-30 19:32:25 +00:00
nullfs.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
open.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
pager.c
pkgfs.c
printf.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
qdivrem.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
quad.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
random.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rarp.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
read.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
readdir.c
rpc.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rpc.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
rpcv2.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
saioctl.h Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
sbrk.c
splitfs.c
stand.h loader: want mechanism to avoid RA with bcache 2017-04-06 15:57:53 +00:00
stat.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strcasecmp.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strdup.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strerror.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strtol.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
strtoul.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
tftp.c Netboot: allow both tftpfs and nfs in both pxeboot and loader.efi 2016-08-31 13:16:40 +00:00
tftp.h
twiddle.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
udp.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
ufs.c prefix UFS symbols with UFS_ to reduce namespace pollution 2017-02-15 19:50:26 +00:00
uuid_from_string.c Fix a bug in the parsing code: always use the len and not 8. 2016-05-20 05:33:26 +00:00
uuid_to_string.c Make tohex() work as expected. 2016-01-09 08:04:29 +00:00
write.c Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
zalloc_defs.h
zalloc_malloc.c
zalloc_mem.h
zalloc_protos.h
zalloc.c