freebsd-src/lib/libstand
Ian Lepore f50fad6455 MFC r297147, r297148, r297149, r297150, r297151:
Make both the loader and kernel use the interface-mtu option if the
  dhcp server provides it.  Made up of these (semi-)related changes...

  [kernel...] If the dhcp server provides an interface-mtu option, parse
  the value and set that mtu on the interface.

  [libstand...]

  Garbage collect the bswap routines from libstand, use sys/endian.h.

  If the dhcp server delivers an interface-mtu option, parse it and store
  the value in a new global intf_mtu for use by the application.

  [loader...]

  If the dhcp server provided an interface-mtu option, transcribe the value
  to the boot.netif.mtu env var, which will be picked up by pre-existing code
  in nfs_mountroot() and used to configure the interface accordingly.

PR:		187094
2016-05-31 17:01:54 +00:00
..
amd64 Move the 64-bit _setjmp to lib/libstand. 2012-12-21 15:15:35 +00:00
i386 Use, in uncovered part, the END() macro in order to improve debugging. 2009-05-25 14:37:10 +00:00
mips Merge @228176 from Perforce to fix a bug introduced in r249553: 2013-04-28 14:40:29 +00:00
powerpc MFC r261591 (nwhitehorn): 2014-09-04 20:21:30 +00:00
sparc64
__main.c Switch to ANSI function prototypes in a few places. 2011-05-03 04:44:50 +00:00
arp.c
assert.c Use panic() (which the environment is required to provide to libstand) to 2010-03-30 19:07:41 +00:00
bcd.c
bootp.c MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
bootp.h MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
bootparam.c
bootparam.h
bzipfs.c Remove two pieces of code (one disabled in revision 39665 and another derived 2010-03-18 00:27:17 +00:00
cd9660.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
close.c
closeall.c
dev.c
dosfs.c MFC 279931: 2015-04-09 18:45:03 +00:00
dosfs.h
environment.c Switch to ANSI function prototypes in a few places. 2011-05-03 04:44:50 +00:00
ether.c
ext2fs.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
fstat.c
getopt.c Switch to ANSI function prototypes in a few places. 2011-05-03 04:44:50 +00:00
gets.c Fix an off-by-one buffer overflow in ngets(). 2009-03-31 14:30:46 +00:00
globals.c MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
gzipfs.c Remove two pieces of code (one disabled in revision 39665 and another derived 2010-03-18 00:27:17 +00:00
in_cksum.c
inet_ntoa.c
ioctl.c
iodesc.h
libstand.3 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
lseek.c
Makefile MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
nandfs.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
net.c In sendrecv function, change the receive timeout value between retries 2011-06-15 21:58:01 +00:00
net.h MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
netif.c
netif.h
nfs.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
nfsv2.h
nullfs.c
open.c Initialize f_rabuf in the raw device case. A subsequent close() 2009-10-28 14:13:45 +00:00
pager.c
printf.c MFC r266878, r266879: Add support for snprintf() to libstand. 2014-10-26 02:51:56 +00:00
qdivrem.c MFC r269077 (sbruno): libstand qdivrem warning fixes 2014-09-04 20:49:11 +00:00
quad.h MFC r269077 (sbruno): libstand qdivrem warning fixes 2014-09-04 20:49:11 +00:00
random.c
rarp.c
read.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
readdir.c
rpc.c ANSIfy, whitespace and comment adjustments, to simplify comparing these 2009-09-13 21:51:01 +00:00
rpc.h
rpcv2.h
saioctl.h
sbrk.c MFC r261530 2014-07-25 23:12:22 +00:00
splitfs.c
stand.h MFC r297147, r297148, r297149, r297150, r297151: 2016-05-31 17:01:54 +00:00
stat.c
strcasecmp.c
strdup.c
strerror.c
strtol.c
strtoul.c Fix includes for use in libstand. 2013-02-19 17:09:23 +00:00
tftp.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
tftp.h
twiddle.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
udp.c Add #include <netinet/in_pcb.h> for missing forward declation of 2011-05-03 07:39:54 +00:00
ufs.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
write.c MFC r276079, r276087: 2015-02-11 22:55:24 +00:00
zalloc_defs.h MFC r261530 2014-07-25 23:12:22 +00:00
zalloc_malloc.c - Removing some unneeded definitions of NULL(cruft related to 1970's C). 2011-07-10 07:25:34 +00:00
zalloc_mem.h MFC r261530 2014-07-25 23:12:22 +00:00
zalloc_protos.h - Removing some unneeded definitions of NULL(cruft related to 1970's C). 2011-07-10 07:25:34 +00:00
zalloc.c MFC r261530 2014-07-25 23:12:22 +00:00