OpenBSD src changes summary for 2016-07-17 ==========================================
lib/libevent lib/libssl sys/arch/armv7/omap sys/arch/armv7/sunxi usr.bin/dc usr.bin/jot usr.bin/openssl usr.bin/ssh == lib =============================================================== 01/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libevent ~ event.3 > Talk about event API instead of libevent > Avoids inconsistent capitalization of libevent at start of sentence > suggested by and ok jmc@, ok bluhm@ (stefan@) libssl ~ src/crypto/bn/bn_nist.c > Initialize buffers before use, noted by Kinichiro Inoguchi. > ok beck@ (bcook@) ~ src/crypto/objects/obj_dat.c > remove unused OPENSSL_NO_OBJECT case > ok tedu@ (bcook@) ~ src/crypto/bn/bn_nist.c > use memset to initialize the union (bcook@) == sys =============================================================== 02/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys arch/armv7/omap ~ prcm.c > Set function pointers based on the fdt root node instead of board ids. > ok kettenis@ (jsg@) ~ omgpio.c > Set function pointers based on the fdt root node instead of board ids. > ok kettenis@ on an earlier version (jsg@) ~ intc.c > use the fdt root node instead of board ids to test for am335x (jsg@) ~ if_cpsw.c ~ omap_com.c ~ ommmc.c ~ sitara_cm.c ~ sitara_cm.h ~ sitara_cmreg.h ~ ti_iic.c > Adapt kettenis' pinctrl changes in imx to sitaracm and > pinctrl-single,pins to handle mux settings and pad configuration. > The fdt data has offsets from the start of the pinmux address range so > the am335x specific pinmux offset from the scm base is added to the > offsets. This as not a new driver as sitaracm does manual table > driven pad configuration for gpio. If all the offsets in the > ti_padconf_devmap table were reduced by the am335x pinmux offset (0x800) > it may make sense to map only the pinmux memory region and not the > scm superset. > looks good kettenis@ (jsg@) arch/armv7/sunxi ~ sunxi.c > Attach sunxi(4) based on the compatible property of the root node of the > device tree like we do on omap. Add preliminary support for the sun5i > variant which corresponds to the A13 and A10s SoCs. > ok patrick@ (kettenis@) == usr.bin =========================================================== 03/03 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin dc ~ dc.c > getopt(3) can be called twice (once for bc and once for dc), so reinit > getopt > ok deraadt@ (otto@) jot ~ jot.1 ~ jot.c > 1. Update manpage in view of the change of behavior I introduced in -r1.27. > The bounds are taken inclusive and -w %d doesn't change the output of > integer random sequences anymore. This is the same behavior as that > of Linux and NetBSD, but differs from FreeBSD and OS X. > Issue reported by Philippe Meunier on misc@. > 2 Fix a bug from the same commit observed by Otto: if the precision is 0, > values may be printed out of bounds. Fall back to the old behavior if at > least one bound isn't an integer. > General agreement expressed by otto@, tedu@, jmc@, sobrado@ > Help with checking other operating systems by sobrado@. > Manpage ok jmc@. > Bugfix discussed with otto@ on icb (tb@) ~ jot.1 > Remove now obsolete parenthetical explanation (should have been part of > previous commit). (tb@) openssl ~ openssl.1 > strip back asn1parse; ok beck jsing > description of -out altered on jsing's advice (jmc@) ssh ~ ssh.c ~ sshconnect2.c > support UTF-8 characters in ssh(1) banners using schwarze@'s > safe fmprintf printer; bz#2058 > feedback schwarze@ ok dtucker@ (djm@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
