History log of /freebsd-10-stable/sys/boot/libstand32/Makefile
Revision Date Author Comments
# 312403 19-Jan-2017 delphij

MFC r293040,293341,293435:

Reduce libstand Makefile duplication.

PR: 216251


# 301056 31-May-2016 ian

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


# 294342 19-Jan-2016 ian

MFC r292234, r292527:

Add strlcat() and strlcpy() to libstand and libstand32.


# 276486 31-Dec-2014 ngie

MFC r264400,r265836:

r264400:

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.

r265836:

Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.


# 271131 04-Sep-2014 emaste

MFC libstand32 clean target fixes

r269029 (sbruno):

Update so that clean target in sys/boot will delete the symlink
created for machine

r269036 (sbruno):

Delete the entire cleandepend/cleanmachine target thing now that its
been cleared out in r269029


# 276486 31-Dec-2014 ngie

MFC r264400,r265836:

r264400:

NO_MAN= has been deprecated in favor of MAN= for some time, go ahead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.

r265836:

Remove last two NO_MAN= in the tree. In both of these cases, MAN= is
what is needed.


# 271131 04-Sep-2014 emaste

MFC libstand32 clean target fixes

r269029 (sbruno):

Update so that clean target in sys/boot will delete the symlink
created for machine

r269036 (sbruno):

Delete the entire cleandepend/cleanmachine target thing now that its
been cleared out in r269029