* Add several #includes of standard headers in platform.h.
* #undef X_OK in platform.h. It's defined in the standard <access.h>,
but also used in the local "kermit.h" for a differentpurpose.
* Declare {struct k_data}.dbf as a function returning void, not int,
to match the way it's used.
http://www.kermitproject.org/ftp/kermit/archives/ek17.tar
EK (Embedded Kermit, E-Kermit) is an implementation of the Kermit file
transfer protocol written in ANSI C and designed for embedding in
devices or firmware, use in realtime applications, or for construction
of DLLs and libraries. A sample calling environment and i/o support are
provided for Unix.
* Change src/share/zoneinfo to src/external/public-domain/tz.
* The NEWS file is not distributed in the tzdata tar.gz file,
but it logically belongs with it. We were already downloading the
NEWS file from a different location, but now we also add it to the
import directory.
The timezone files are still installed in ${DESTDIR}/usr/share/zoneinfo/**,
and they are identical before and after this change.
This is almost the last step in moving NetBSD's tzdata sources from
share/zoneinfo to external/public/tz/dist, to ease future maintenance.
All that remains is to delete src/share/zoneinfo, but that will be
delayed for a while.
src/external/public-domain/tz/tzdata2netbsd.
This is a verbatim copy, as part of moving the zoneinfo sources in the
NetBSD tree. It will need to be edited before it works.
src/external/public-domain/tz/share/zoneinfo/Makefile.
This is a verbatim copy, as part of moving the zoneinfo sources in the
NetBSD tree. It will need to be edited before it works.
and NEWS file from https://github.com/eggert/tz/raw/2014f/NEWS.
NetBSD's tzdata code is being moved from src/share/zoneinfo to
src/external/public-domain/tz/dist, to simplify future maintenance.
This is the same version of tzata that was previously imported to
src/share/zoneinfo. The NEWS file has been added to the import,
although it is not distributed in the tzdata2014f.tar.gz file.
* Correct DHCPv6 Prefix Delegation option decoding
* Poll interfaces on BSD for IFF_RUNNING if link state cannot be obtained
* Check for an IA to use in DHCPv6 lease validation
* Warn about exceeding IDGEN_RETRIES when a stable private address cannot
be obtained
* Fix DHCP option overload handling, thanks to Tobias Stoeckmann
to propagate to where it'll be seen we need to rerun mknative, which
I'm not in a position to do right now; but this way it'll update the
next time someone else does that.