OpenBSD src changes summary for 2017-04-09 ==========================================
gnu/usr.bin/binutils lib/libcompiler_rt lib/libcrypto regress/lib sbin/dhclient sys/dev/ic sys/dev/pci sys/dev/usb sys/dev/wscons sys/kern sys/net sys/net80211 sys/netinet sys/ntfs sys/uvm usr.sbin/httpd usr.sbin/makefs usr.sbin/sasyncd == gnu =============================================================== 01/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/gnu usr.bin/binutils ~ gdb/amd64obsd-tdep.c ~ gdb/i386obsd-tdep.c > Sync symbol lists for trap/interrupt frame detection with what ddb(4) uses > ok deraadt@ (guenther@) == lib =============================================================== 02/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/lib libcompiler_rt ~ Makefile > Add a few missing quad-precision support functions on arm64 and reorder the > list to match what's in CMakeLists.txt. > ok sthen@ (kettenis@) libcrypto ~ buffer/buf_str.c > Explicitly test for NULL. > ok beck@ (jsing@) ~ buffer/buffer.c > With recallocarray() BUF_MEM_grow() is essentially the same as > BUF_MEM_grow_clean() (the only difference is clearing on internal down > sizing), so make it a wrapper. > ok beck@ deraadt@ (jsing@) ~ buffer/buffer.c > Simplify/clean up BUF_MEM_grow_clean(). > ok beck@ (jsing@) == regress =========================================================== 03/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress lib ~ libtls/gotls/tls.go > Improve unknown protocol version handling. (jsing@) == sbin ============================================================== 04/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sbin dhclient ~ Makefile ~ conflex.c ~ dhclient.c ~ kroute.c ~ options.c ~ parse.c > Seven casts, a couple of tweaks and CFLAGS+=-Wsign-compare for the > win. > No intentional functional change. (krw@) == sys =============================================================== 05/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys dev/ic ~ aac.c ~ adw.c ~ ath.c > Convert some malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) dev/pci ~ azalia.c ~ if_dc_pci.c ~ if_nep.c > Convert some malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) ~ if_nep.c > malloc -> mallocarray; a typo (deraadt@) dev/usb ~ dwc2/dwc2_hcd.c ~ dwc2/dwc2_hcdddma.c > Convert some malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) dev/wscons ~ wsemul_vt100.c ~ wsevent.c > Convert some malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) kern ~ kern_sensors.c > Correct wakeup() dance in sensor_task_work() > Problem noticed by krw (deraadt@) net ~ if_pfsync.c ~ if_vxlan.c > Use mallocarray to allocate multicast group memberships. > ok deraadt@ (dhill@) net80211 ~ ieee80211_input.c > Convert a malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) netinet ~ ip_carp.c ~ ip_output.c > Use mallocarray to allocate multicast group memberships. > ok deraadt@ (dhill@) ntfs ~ ntfs_subr.c > Convert a malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) uvm ~ uvm_swap.c > Convert a malloc(9) to mallocarray(9) > ok deraadt@ (dhill@) == usr.sbin ========================================================== 06/06 == http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.sbin httpd ~ httpd.conf.5 > image/svg+xml is a default inbuilt media type. > Pointed out by Anton Lindqvist (anton.lindqvist AT gmail), thanks! > (florian@) makefs ~ cd9660.h > Remove unused #define's and struct. (natano@) sasyncd ~ conf.y > Fix multiple cases of reading past the end of a buffer in the sasyncd(8) > config parser found with afl. > feedback and ok millert@ ok deraadt@ (jsg@) =============================================================================== _______________________________________________ odc mailing list [email protected] http://www.squish.net/mailman/listinfo/odc
