[LV] Extend test coverage for inductions depending on complex SCEVs.
Re-generate check lines, add test with complex SCEV as induction start
value and add stores to existing loops to make them not trivial.
Reset getopts to decouple rcctl and daemon_flags; from obsd at mulh.net; OK sthen
ksh(1)'s OPTIND is global and only saved/restored for `function' style functions.
That means passing, e.g. -d to rcctl(8) would leave OPTIND=2 for rc_pre() in
rc.subr(8) scripts using getopts, thus starting (continuing, really) parsing
options at the second argument.
Update to 0.12.0.
converters/libiconv not needed.
Used when generating docs - which aren't generated anyway.
Added --disable-doxygen-html to CONFIGURE_ARGS for clear intention.
libusb-compat no longer needed.
Wants lang/jimtcl >= 0.81.
ok sthen@
Update to 0.81.
MULTI_PACKAGES=-main -redis -sdl -sqlite
SEPARATE_BUILD=Yes
MODTCL_VERSION=8.6
devel/openocd 0.12.0 wants lang/jimtcl >= 0.81.
ok and help from sthen@
fix some bpf code.
jsg@ pointed out that i was unconditionally calling bpf_mtap when
the convention is to test if the bpf if pointer is set before calling
bpf_mdap.
while here drop incoming packets if the bpf filter tells us to to
be consistent with the if_input handlers.
original nit pointed out by jsg@