OpenBSD src changes summary for 2015-05-14 ==========================================
distrib/miniroot distrib/sets gnu/lib/libstdc++-v3 gnu/lib/libsupc++-v3 lib/libc share/man share/mk sys/arch/armv7/imx sys/dev/usb sys/net == distrib =========================================================== 01/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib miniroot ~ install.sub > Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files > and to put response files in a subdir of the webserver's document root. > Based on diffs from Nathanael Rensen, thanks! > While here fix a buglet introduced by the $_server -> $AI_SERVER change. > OK krw, halex (rpe@) sets ~ lists/base/md.alpha ~ lists/base/md.amd64 ~ lists/base/md.armish ~ lists/base/md.armv7 ~ lists/base/md.aviion ~ lists/base/md.hppa ~ lists/base/md.hppa64 ~ lists/base/md.i386 ~ lists/base/md.landisk ~ lists/base/md.loongson ~ lists/base/md.luna88k ~ lists/base/md.macppc ~ lists/base/md.octeon ~ lists/base/md.sgi ~ lists/base/md.socppc ~ lists/base/md.sparc ~ lists/base/md.sparc64 ~ lists/base/md.vax ~ lists/base/md.zaurus ~ lists/comp/mi > sync (deraadt@) ~ lists/comp/md.i386 ~ lists/comp/md.sparc64 > sync (deraadt@) == gnu =============================================================== 02/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu lib/libstdc++-v3 ~ Makefile ~ Makefile.common > Stop including CFLAGS in CXXFLAGS it creates problems when mixing > C and C++ when wanting to pass flags to only the C compiler. > Tested in a ports bulk build by naddy and the handful of problems > found were fixed by naddy, jca and pascal. (jsg@) lib/libsupc++-v3 ~ Makefile > Stop including CFLAGS in CXXFLAGS it creates problems when mixing > C and C++ when wanting to pass flags to only the C compiler. > Tested in a ports bulk build by naddy and the handful of problems > found were fixed by naddy, jca and pascal. (jsg@) == lib =============================================================== 03/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libc ~ net/inet_net_ntop.c > rev 1.3 introduced a check to an if statement without adding braces. > Claudio points out the size is checked by an earlier test so just > remove it to restore the original handling of the partial octet case. > Discussed with claudio and gilles. (jsg@) ~ arch/i386/string/strchr.S ~ arch/i386/string/strrchr.S > Use STRONG_ALIAS instead of ALTENTRY. > ok millert@ (kettenis@) == share ============================================================= 04/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/share man ~ man8/autoinstall.8 > Extend autoinstall(8) to allow for <hostname>-<mode>.conf response files > and to put response files in a subdir of the webserver's document root. > Based on diffs from Nathanael Rensen, thanks! > While here fix a buglet introduced by the $_server -> $AI_SERVER change. > OK krw, halex (rpe@) mk ~ bsd.lib.mk ~ bsd.prog.mk ~ sys.mk > Stop including CFLAGS in CXXFLAGS it creates problems when mixing > C and C++ when wanting to pass flags to only the C compiler. > Tested in a ports bulk build by naddy and the handful of problems > found were fixed by naddy, jca and pascal. (jsg@) == sys =============================================================== 05/05 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/imx ~ imxenet.c > rework imxenet hardware address setup: if COTP doesn't provide an > address, check whether the firmware/bootloader has already programmed > one. If all else fails, use ether_fakeaddr(); feedback and ok jsg@ > (committed from Novena) (djm@) ~ imxgpio.c > Remove BOARD_ID* tests that do the same thing for every imx board. > Tested by and ok djm@ (jsg@) dev/usb ~ upd.c > Make the "Battery Present" sensor a depency of all the battery-related > sensors only if it is present, From David Higgs. > Fix a regression reported by and ok halex@ (mpi@) net ~ if_trunk.c ~ if_trunk.h > Allocate the input packet handler as part of the trunk_port structure > since they have the same lifetime. > Requested by and ok dlg@ (mpi@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
